var fDesc=new Array();
fDesc[1] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology.";
fDesc[2] = "the features of a professional CD/DVD/Blu-ray burner. You can create DVD-video disc, mp3 DVD and DVD images using BurnAware Free.";
fDesc[3] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file.";
fDesc[4] = "files into Mp3 files. The program does not support a lot of audio formats but it will convert between the mentioned formats with a very fast conversion speed. The program will convert your audio files from one into another in just a few seconds.";
fDesc[5] = "great!";
fDesc[6] = "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[7] = "on your home, car stereo or portable CD player.";
fDesc[8] = "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[9] = "You can just go in there and do whatever you need to do and then go back home. CoffeeCUP MP3 Rip & Burn is all you need to handle your Audio CDs and your MP3 Files.";
fDesc[10] = "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[11] = "AAC audio CDs from MP3, WAV, OGG and other digital music formats. This incredible program allows you to listen to your favorite music using any MP3 CD-player such as hardware CD player, musical centers, car audio,etc.";
fDesc[12] = "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[13] = "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[14] = "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[15] = "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.";
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 = '...';
}
}