var fDesc=new Array();
fDesc[1] = "to convert the video files you download from the most popular video-sharing websites into Mp3 files. With this application, you will be able to extract the files you convert to your cell phone or Mp3 player.";
fDesc[2] = "errors. Errors can be frame or CRC errors. MP3Test can process files one by one or in batch mode. When batch mode is used files are separated in two groups \"damaged songs\" and \"error free songs\", depending on the result of the test in each file.";
fDesc[3] = "normal audio CDs from your favorite MP3, WMA, WAV, OGG, APE, VQF, MP4 files. You can then play them in your regular stereo or car CD player! How does it work? Simply add the songs you want onto the main screen, hit the Burn button, and in a short time you will have a custom CD! With GoGo MP3 To CD Burner, you can choose to burn about 80-minute audio CDs on either CDR/RW discs. There is no need to convert to WAV! Your CD is burned directly saving your hard drive space.";
fDesc[4] = "edit them using a sound editor. For converting MP3 into Wave format first you have to choose MP3 file and right click on it. By right clicking it will show a menu from which you have to choose Decode to Wav option.";
fDesc[5] = "both standard audio and MP3 format CD's that can be played in any MP3 Player.";
fDesc[6] = "your favorite MP3 files to CD in MP3 format; it is easy-to-use, audio-CD-burning software.";
fDesc[9] = "allows you to receive, play and record thousands of radio stations. Audio editor, Burn MP3 files, Convert and Rip audio!";
fDesc[11] = "portable CD player! It is fairly simple to use and just a couple of clicks will get you burning.";
fDesc[12] = "program is very easy to use because it doesn't have any advanced settings for expert users. Almost all you can do with the program is add the files into the program's main window and then burn them.";
fDesc[13] = "way. This program can create regular audio CDs from any of your Mp3 or WAVE files. The files burned with this application can be played on regular stereos or in any CD player. Something good about this program is that its interface is very concise and easy to use.";
fDesc[14] = "CDs can be played in regular stereo or the car CD player.";
fDesc[15] = "red-hot songs. Direct-to-CD burning with no WAV files involved.";
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 = '...';
}
}