var fDesc=new Array();
fDesc[1] = ", it is a nice alternative to other burning suites that take most of the user share. The nice thing about this software is that it allows you to tackle most burning tasks that any day-to-day user might need to carry out.";
fDesc[2] = "will love it! Ashampoo BurnYa! AudioCD burns WAV, MP3 and Ogg Vorbis files to audio CDs. You can play these Audio CDs in each commercial CD Player. Burning audio CDs has never been easier! Features: * Add your audio files to the playlist by drag&drop * Supports WAV, MP3 and Ogg Vorbis music files * The program can automatically determine the recording speed and all advanced options according to your computer system * Multilingial Version (English/German/French /Dutch/Ungarian/Polish /Russian) * Additonal options for burning * Integrated support for over 1,500 CD burners";
fDesc[3] = "evaluation copy from this page today!";
fDesc[4] = "images. Many types of media are supported, including CD R/RW, DVD+R/RW, DVD-R/RW, DVD DL.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}