var fDesc=new Array(); fDesc[0] = "This application allows you to convert many audio files from one into another. The program will allow you to resample audio formats such as MP3, WMA, WAV and OGG. Something really great about this program is that you can choose whether to convert one file to a different format or convert a bunch of different files to a specific format at once. Audio Converter All-in-one 2.0 is an efficient software that will convert your files from one into another in a very short time. The application has got a very friendly interface that will guide any user on how to convert their files in an easy way. The program supports input audio formats such as WAV, MP3, PCM, WMA, OGG, AVI and a few more. It supports output audio formats such as MP3, WMA, OGG and WAV. Using this application, you will be able to change parameters of MP3, WMA, OGG and WAV from the options menu. This program will not lose any quality when converting one file into another. Audio Converter All-in-one 2.0 has a complete option menu that will allow you to change the settings of your conversions. The program has got MP3 options, WAV options, Folder options and more. You will also be able to change the bitrates the program uses."; 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 = ''; } }