var fDesc=new Array(); fDesc[0] = "Batch Audio Converter 1.5 is an application that allows you to convert your audio files from one into another. Using this program, you will be able to convert audio files such as WMV, WMA, MP3 into MP3 or WAV formats. With this program, you will be able to convert one format into another or to convert more than one at once. Batch Audio Converter 1.5 is a very easy program to use, all you have to do to convert one file into another is to select the files you want to convert, select the output directory and then click on the convert button. The program has got a very friendly interface that will guide all users on how to convert and how to use the advanced options. You will also be able to convert one file into another just by clicking on your files. Batch Audio Converter 1.5 will convert your files in a very quick way. When converting one file into another, you can choose whether you want the file to be converted to the same folder or to choose another directory. The program will show you your files' size and types. When converting into MP3 you will be able to choose the output MP3 file bitrates."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }