var fDesc=new Array(); fDesc[0] = "STOMPER Hyperion is a Microsoft Windows software synthesis program for drum-like sounds. STOMPER Hyperion uses a very simple synthesis method, mixing pitch-shifting narrow-band noise sources or pure sine waves (zero bandwidth noise, really) together to one sound. It manages to make faithful reproductions of 909's, 808's, and Simmons drums. Apart from drumsounds, it also acts as an analog synthesizer, with several different waveforms, resonant filters etc."; 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 = ''; } }