var fDesc=new Array();
fDesc[1] = "supports mpeg2 (that is, Quick time is now compatible with .mpg, .mpeg, .vob, .vro, .m2v, .m2a, .m2s). It is also compatible with a variety of audio formats like AIFF, WAV, MOV, MP4 (AAC only), CAF and AAC/ADTS. QuickTime also opens images in jpeg format and other image formats.";
fDesc[2] = "us with an excellent, fast, and easy-to-use converter tool, that gives us the opportunity to convert for free any of this audio formats: Mp3, Ogg, Wma, AAC, Wav (any combination is possible). We can convert Flac, Ape, Ac3, M4a to Mp3, Wma, Ogg, Wav.";
fDesc[3] = "and reducing size for audio/video files, converting for audio/video playback devices, extracting audio tracks from video files, ripping audio/video discs, reparing corrupted or partial downloaded video files, and so on.";
fDesc[4] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface";
fDesc[5] = "native support for several popular audio formats. There are many more features, like ripping audio CDs and file tagging.";
fDesc[6] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[7] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs.";
fDesc[8] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more.";
fDesc[9] = "karaoke formats. Kara Fun offers an in-built karaoke editor to create exotic karaoke music files with custom pictures or video. Kara Fun offers an in-built format conversion tool that can convert any video file to AVI or WMV and any audio file to WAV or WMA using single click.";
fDesc[10] = "Features of the program include support for drag and drop, batch conversion, and the possibility to configure output settings like frequency (for MP3 files only).";
fDesc[11] = "popular audio formats including MP3, OGG, WMA, AMR, WAV, AC3 and AAC. This ripper solves all your ripping related problems. It can rip your CDs even if they have scratches on them.";
fDesc[12] = "files (*. wma, *. asf), AAC files (* . Aac), Apple Lossless Audio files (*. m4a), MPEG-4 files (*. mp4), Dolby Digital AC-3 files (*. ac3) to MP3, WAV, WMA, OGG, APE, FLAC, MPC and VOX files, quickly and without tangling.";
fDesc[13] = "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[14] = "MP3, AAC, AC3, AMR, M4A, OGG, WAV audio formats. It Batch conversion supported and you can convert more files within one time. With A123 Audio to MP3 AMR AAC OGG Converter, you will get any output formats you want with excellent quality.";
fDesc[15] = "video formats to MP3, AAC, AC3, AMR and M4A. The converter may be said to be an audio extractor too, because you can import files in AVI, MPEG, VOB and many other video formats to convert them to audio in just two clicks.";
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 = '...';
}
}