var fDesc=new Array(); fDesc[0] = "This application allows you to convert your Mp3 files to WAV files. It is really simple and easy to use. With this 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. To convert to WAV all you have to do is launch the program, click the add button, browse the files you want to convert and then click on the play button. Alive MP3 WAV works really fast and can convert a lot of files at the same time. Maybe the best about this program is that you are also allowed to convert the files in a simpler way. You will be able to convert your files to MP3 or to WAV (or any other format) just right-clicking on files in the Windows Explorer, selecting "Convert to" the format you want to convert and then using your predefined settings. This application has cool interfaces. Another good thing about the program is that it is really easy to install, and you will be able to choose in what language you want it to run."; 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 = ''; } }