var fDesc=new Array(); fDesc[0] = "Wave Splitter is a freeware utility that allows you to extract a sample from a .wav file without loading it into memory. No matter how big your source wave file is (it may be hundreds of megabytes), if you want to sample a part of it, you can do it very quickly, without wasting RAM."; 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 = ''; } }