var fDesc=new Array(); fDesc[0] = "ALL to WAVE Converter 1.9 is a program that will allow you to convert different audio files into WAV files. It doesn't matter if you are a beginner, if you have used conversion tools several time or if you are an expert on this type of applications because the program is very easy to use and it is very powerful at the same time. ALL to WAVE Converter 1.9 will convert your files in a couple of minutes or maybe less depending on how heavy the files you are converting are. The program allows users to convert one file per time or to convert several files into WAV all at once without losing any quality during the process. Once you have finished converting your files, the program will allow you to play them without having to exit the application's main window. ALL to WAVE Converter 1.9 comes with a built-in player that will enable you to preview your conversions. All you have to do to start converting is to add the files into the program's main window. You can do that by dragging them and dropping them or by clicking on the add button on the program's main window. The program supports, Mp3, WAV, WMA and OGG files."; 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 = ''; } }