var fDesc=new Array();
fDesc[1] = "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[2] = "another directly and on-the-fly (without temporary files produced).";
fDesc[3] = "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[4] = "in your computer from avi, mpeg, mov, rm, wmv, vcd, dvd, to MP3, WMA, WAV, MP2 files letting you for instance extract music from live concerts and play it on your iPod. It supports batch conversion, and allows you to set start and end points to extract a clip of the movie.";
fDesc[5] = "helps in converting the extracted audio file into various formats. The program features the ability to convert audio files from one format to the other.";
fDesc[6] = "This efficient conversion tool supports many audio formats, including Mp3, Ogg, WMA and WAV. The program will convert your audio files in a very short amount of time, without losing any of your original files' quality on the process.";
fDesc[7] = "files and WMA files into Mp3 files. The program also supports converting WAV and OGG files. The program provides you with the function of modifying some advanced audio settings such as audio bit rate, frequency, channels (mono or stereo) and quality.";
fDesc[8] = "files into WAV files. Using this software you will be able to convert a group of different files into WAV files all at once. The program has got a friendly interface that will guide all users on how to convert their files from one into another in a very simple way.";
fDesc[9] = "CD disc. When running the application, it installs all the necesary commands into the context menus that will appear when selecting a music file with the right mouse button, with its own icon shown.";
fDesc[10] = "Aya Audio to MP3/WMA/AAC/MP2/WAV/OG G/M4A/AMR Audio Converter 1.2 is an audio converter that helps in conversion between various file formats. The program helps to convert audio files from one format to another. The various parameters like frequency, number of channels, bitrate etc. can be customized according";
fDesc[11] = "MP3, WAV, WMA, OGG and VOX file in seconds. The conversion is easy to use. Just add some audio files to the conversion list, choose an output format and you are one click away from the converted media.";
fDesc[12] = "seconds, and you can convert batches of files at a time.";
fDesc[13] = "WMA, WAV from one format to another with high quality. the ID3-Editor and audio player built in.";
fDesc[14] = "to convert audio CD to MP3, WAV and OGG format. It copies the audio digitally with excellent output quality and high speed.";
fDesc[15] = "very user-friendly and easy-to-use interface makes you easily convert audio files in batch.";
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 = '...';
}
}