var fDesc=new Array(); fDesc[0] = "This utility was designed to allow both amateur and professional users to perform high quality sample rate conversion of WAV files. For example, if your WAV file was recorded or saved as 48000 (or 96000) file and you need it to burn onto a CD you will likely need to convert it to 44100 before that. This utility will help you to perform such conversion."; 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 = ''; } }