var fDesc=new Array(); fDesc[0] = "WAV to MP3 is an easy, efficient, fast yet free WAV to MP3 Converter. This converter is totally free of charge for any private & non-commercial usage. It is the fastest WAV to MP3 Converter available and fully optimized for the mainstream multi-core CPUs. With its build-in latest & advanced WAV codec and Lame MP3 encoder, the sound quality of the encoded MP3 files is well maintained and superior to its counterparts. WAV to MP3 supports batch mode converting and it is extremely easy to operate, with just a few mouse clicks, it converts hundreds of WAV files to MP3 format within a few minutes. The last but not the least, WAV to MP3 is compatible with the latest versions of Windows like Windows 7 (64bit and 32bit)."; 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 = ''; } }