var fDesc=new Array();
fDesc[1] = "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[2] = "to introduce you a simple yet powerful program that will let you perform this task easily. DVD Audio Extractor, as its name suggests, will let you extract all audio from any DVD, in just four simple steps.";
fDesc[3] = "another size/type (i.e. WAV to MP3, or MP3 to OGG without creating an intermediary WAV), get rid of your bulky audio CDs lying everywhere, convert channels (stereo to mono) or change bitrate or frequency. It is the fastest and most affordable audio converter currently on the market. Audio Converter is unique - it supports most popular formats of audio.";
fDesc[4] = "another. It supports format include WAV, MP3, OGG,WMA, RAW, VOX,CCIUT u-Law, PCM, MPC], MP2 and more.";
fDesc[5] = "that you can listen to your audio files on your cell phone anytime you want. Allok MP3 to AMR Converter 3.0 supports many audio formats, including WAV, WMA, OGG, MP3, AC3, 3GP, AMR, RMVB, MP2, RM, RAM, VOB, AVI, MPEG, VCD, WMF, ASF and many more.";
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[7] = "popular formats including MP3, WMA, OGG, WAV, APE, and FLAC. It lets you configure output settings like bit rate, sample rate, channels, etc. process batches, edit ID3 tags, and more.";
fDesc[8] = "KARAOKE (.kar) files to WAV, MP3, OGG, WMA formats without using your music card. It allows you to pre-listen how a melody will sound with a built-in player, set MP3 tags for output files, set tempo, customize quality, and more.";
fDesc[9] = "cutter is very powerful because of its features like supporting MP3, WAV, WMA and OGG. Also its excellent performance in batch processing of files is very significant to the users. The end user interface adds more to its usability.";
fDesc[10] = "different audio files. Some of the audio formats this advanced software supports are OGG, MP3, WMA, WAV, RA, M4A, NB, AMR, MP2, AAC, AIFF, AC3, FLAC and MMF.";
fDesc[11] = "another. This program can help you to convert one file per time or convert a group of different files into a determined format all at once (batch conversion). It can also help you to rip your CDs into different audio files.";
fDesc[12] = "the audio off a video file, but I am not going to detail those. The application is a really simplistic one. It will extract the audio out of MP3, WAV and OGG files. All you need to do is to add a file by using the add file button.";
fDesc[13] = "another. But that is not all this powerful software does. Using this program, you will be able to reduce your audio files' size. This software allows you to convert more than one file into a specific format at the same time and it does it with a very fast conversion speed.";
fDesc[14] = "from one into another. The program supports some audio files such as Mp3, WAV, OGG, MP2, VOX and WMA. Using this software, you will be able to burn audio Cds, mix audio files together and more.";
fDesc[15] = "It also works as an audio converter that can convert music between MP3, WAV, WMA, OGG, VQF, APE, etc. Its features include a built in CD Player, support for remote and local CDDB, and ID3 tags.";
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 = '...';
}
}