var fDesc=new Array();
fDesc[1] = "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[2] = "files and record them to a CD to be ablo to listen to them on any media player. You can also extract the sound files of your favorite videos!.";
fDesc[3] = "will be able to intuitively create your own audio CDs from your MP3 collection without needing to decode your audio files first. MP3 Audio CD Burner will do it for you! Or you can put as many MP3 files as you can fit into a CD-R or DVD-R and take them with you!";
fDesc[4] = "car stereo CD player. CD MP3 Burner is such a CD-burning software that can convert MP3 files to conventional Audio CD with two easy steps. It supports MP3 to CD on-the-fly with high speed and quality. It also supports ripping your favorite CD tracks from several different CD disc and burning them to one disc. it supports editing ID3 tags of MP3/OGG files. With a built-in audio converter, it supports converting MP3, WAV, WMA, OGG,APE, CD to standard WAV formats (44.1kHz; Stereo; 128 KBits) for burning on CD. It supports efficient buffering system and burn-proof technology. Features include: Burn Audio CD from MP3, WAV files on-the-fly. No additional temporary disc space is required. Supports WMA, OGG,APE files to Audio CD. Supports test write mode. Normalizing function to ensure all tracks in the target Audio CD have the same volume level Burn Audio CD from different Audio CDs easily....";
fDesc[5] = "All Burn-Proof technologies supported for error free recording. Buit-in free player and CD cover maker";
fDesc[7] = "files.";
fDesc[10] = "files you wish to burn and click on burn! Runs fast, and easy to use. Version 2+ supports VISTA.";
fDesc[11] = "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[12] = "CDs can be played in regular stereo or the car CD player.";
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] = "as MP3 CDs so you can listen them in mp3 player. MP3 Disc Burner is such a CD-burning software that can convert MP3 files to Audio CD or MP3 CD with two easy steps. It supports MP3 to CD on the fly with high speed and quality. MP3 Disc Burner build a CD Ripper that you can rip audio CD to mp3 on the fly. MP3 Disc Burner build a MP3 converter that you can convert wav and mp3 files to mp3 with unlimited mp3 encode (up 32kb to 320kb). MP3 Disc Burner can also as a mp3 player just like Winamp, It supports full mp3 playback function.";
fDesc[15] = "will be able to write a new disk with all of your favorite songs. By using this program, you will be able to record your audio files and take them with you so you can listen to them in your car or in any music equipment.";
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 = '...';
}
}