var fDesc=new Array();
fDesc[1] = "can convert any mp3, ogg, wav or amr file to mmf, qcp, amr or wav file that can be used as a ringtone on your phone. You can use the inbuilt editor to cut a desired part of an audio file, to use sound effects like fade-in and fade-out, to amplify the audio volume or normalize the audio.";
fDesc[2] = "convert (to and from) WAV , MP3, WMA, Ogg Vorbis files and record audio.";
fDesc[3] = "lots of formats, including RM, RA, RMVB, RAM, WAV, MP3, RMJ, WMA, OGG, AVI, MP2, AU, AIFF, VOX and more. This software enables you to convert your files into WAV, OGG, WMA, RM and MP3 files.";
fDesc[5] = "another. The program will convert any of your audio files in a very short amount of time. Whether you want to convert one file per time or a group of files with different formats into a specific format all at once, this program will work.";
fDesc[6] = "on-the-fly and sopports Normaolizing. It can support MP3 files to WAV files for burning on an audio CD.";
fDesc[7] = "of the audio formats this efficient conversion tool supports are Mp3, WAV, OGG, WMA, APE, CUE, AAC, Mp4, M4A, AC3, FLAC, MPC and many more.";
fDesc[8] = "clicks. The program supports all the popular audio formats including WAV, MP3, MMF, AMR, QCP and MP3. The best feature of the converter is the integration into Windows right-click menu.";
fDesc[9] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc.";
fDesc[10] = ", RM, RMJ, WAV, MP3, OGG, WMA, MP2, MP1, MPEG, MP4, AAC, OGG, AVI, MPC, MOV, QT, WMA, AMR, AC3, AIFF, AIF, AU and 3GP. Additionally you can rip you audio CDs to WAV, MP3, WMA, AMR and OGG formats in single click.";
fDesc[11] = "excellent program you can also convert MP1, MP2, g721, g726, WMA, OGG and VOX formats. Using Alive MP3 WAV Converter 3.9 you will be able to finish the conversions in batches.";
fDesc[12] = "into another. This program is similar to all Daniusoft converters. The program's interface is quite the same, with the only difference, the program supports now more formats. WMA, WAV, M4A, AC3, OGG, APE and AAC are some of the formats this program supports.";
fDesc[13] = "WMA, M4A, APE, WV, MPC, AU, AND ACC to different formats such as MP2, AC3 and many more. This application is available in four languages (spanish, english, portuguese and french).";
fDesc[14] = "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[15] = "into MP3, WMA or OGG files in a really fast way. Shuangs WAV to MP3 Converter 2.2 is really easy to use and counts with a friendly interface, which will guide all the users on how to use the program and convert their files from one format into another.";
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 = '...';
}
}