var fDesc=new Array();
fDesc[1] = "Although my analysis of the applications I review can't really be thorough, I spend some time with each and every one of them. This application seems to work perfectly for the tasks I tested. It really allows you to do almost anything.";
fDesc[4] = "allows users to convert audio files from one format to another, burn your music files to audio CD, extract CD tracks to audio files and record your own music or voice. Video Office lets you convert video files from one format to another, repair damaged video files, merge video files and divide large movie. DVD Office lets you burn your movie files to DVD.";
fDesc[5] = "file and save them as MP3 files. You can get perfect output mp3 files as the originals.";
fDesc[6] = "Grabber burn ISO files audio editor audio converter Audio Editor Support The following audio formats: Uncompressed WAV PCM Compressed WAV (GSM, ADPCM, DSP, ALF2 CD and others) MP3 (including VBR) MP2 VOX (Dialogic ADPCM) RAW WMA AVI (audio) G.726, G.723, G.721 Ogg Vorbis MPC Mobile Voice Audio Converter Support The following audio formats: RAM, RMM, RA, RNX, RMX, RV, RM, RMJ, RPM, WMA, OGG, and audio CD files. supports extracting audio from video files including AVI, M1V, M2V, MP2V, MPE, MPV2, MPA, MPEG, MPG, and MPV.";
fDesc[7] = "program, you will be able to select many audio sources and to grab the audio stream and save it into different audio files. The audio files you will be able to save your audio to are WAV, Mp3 and WMA.";
fDesc[9] = ", MPEG2 and MPEG4. The program allows you to convert an entire DVD movie file into the mentioned formats or to extract only a fragment from a DVD movie file.";
fDesc[10] = "DVD to Divx Xvid Ripper for you";
fDesc[11] = "MP3 players such as iPod nano, iPod shuffle, Zune, PSP, iPhone, iRiver, Archos, Creative and other MP3 players.";
fDesc[12] = "track and make it into your music. The build-up enhanced encoder deep compress output files with high speed and lossless quality.";
fDesc[13] = "formats letting you copy your video with good quality and a considerably smaller size. It allows you to select title, audio track, subtitle, and set start and end points to copy.";
fDesc[14] = "can rip audio from DVD to MP3, WAV, AAC, AC3, WMA and M4A etc with excellent sound quality.";
fDesc[15] = "ripping speed. It can extract your favorite DVD's audio track to mp3 and wav file on-the-flay.";
fDesc[17] = "Nidesoft DVD Audio Ripper can also extract DVD audio from DVD Movies. All the conversion is easy and fast. With only a few clicks, you can finish the DVD movie soundtrack ripper. Nidesoft DVD Audio Ripper is a software which provides a easy , fast method to rip DVD to MP3, WAV, WMA, AAC, AC3, OGG format. DVD Audio Ripper has fast ripping speed beyond your image, saves your time greatly. Its Main Interface is very concise which you can use with ease.";
fDesc[18] = "Ripper, Video to Audio Converter and Audio Converter, help you convert DVD and video to MP3, WMA, WAV, etc.";
fDesc[19] = "video MPEG-4/AVC and Walkman audio formats including MP3, WMA and AAC.";
fDesc[20] = "formats. Select any chapter(s) in DVD to rip. You might edit the length for the target file, and you can edit the ID3 tag.";
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 = '...';
}
}