var fDesc=new Array(); fDesc[0] = "Ease MP3 WAV Converter is a software which directly converts audio files from MP3,OGG,WMA to WAV or from WAV to MP3 . You can convert MP3 or OGG or WMA to WAV, so you can burn your own CD audio (Assuming you have a CD-R) or use your favorite audio editor. It converts the audio files digitally-not through the soundcard-which enables you to make perfect copies of the originals."; 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 = ''; } }