var fDesc=new Array(); fDesc[0] = "Wave Power is a real-time sound processing application for the PC.Try it out if you want to use your PC to do real-time processing of audio signals, or if you want to do complex sound processing in a simple environment - it has twenty two different types of signal processing component that you can connect in an easy to follow chart or block diagram."; 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 = ''; } }