var fDesc=new Array(); fDesc[0] = "EXPStudio's Audio Converter FREE 2.0 allows you to convert lots of different audio files from one into another. Using this program, you will be able to convert from the most popular formats such as MP3, MP2, MP1, WAV, AVI, WMA, MPC, mp (and many more) into a lot of different audio formats. The program is really easy to use. All you have to do is to select what files you want to convert and then click on the convert button. EXPStudio's Audio Converter FREE 2.0 will allow you to set your conversion with different options. You will be able to choose your audio's bitrate, the frequency, the level of quality you want your conversions to be made in and many more advanced options. This application will allow you to convert one file per time, or to select an entire folder or a bunch of files from one and convert them all at the same time. EXPStudio's Audio Converter FREE 2.0 has got a very friendly interface that will guide every user on how to use this program. Something great about this program is that it gives you the option to order the program to shut down the computer once the program has finished converting."; 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 = ''; } }