var fDesc=new Array();
fDesc[1] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file.";
fDesc[3] = "on-the-fly and sopports Normaolizing. It can support MP3 files to WAV files for burning on an audio CD.";
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] = ", 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[6] = "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[8] = "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[9] = "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[10] = "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[11] = "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.";
fDesc[12] = "another in a very simple way. This application will allow you to convert your MP3, WAV, WMA, OGG files from one into another easily and in a very fast time.";
fDesc[13] = "Mp3 files and convert them into burnable WAV formats. It is really easy to use. You will be able to convert your files into other formats just by right-clicking on them.";
fDesc[14] = "you to convert from the mentioned audio formats with a fast conversion speed. The application has got an intuitive and easy-to-use interface that will guide users step by step on how to get their files converted.";
fDesc[15] = "convert your MP3 files to WAV files and vice-versa. There are plenty of things you can do with this program. Using it, you will be able to play MP3 and WAV files.";
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 = '...';
}
}