var fDesc=new Array(); fDesc[0] = "Punch-BD delivers a creative module to help you produce the fattest sounding bass drums for your music. The program delivers synthesized drums in the finest audio quality or you can choose to load in your own samples for complete flexibility. Each pad has its own distortion module, with several distortion types as well as its own 3-band graphic EQ."; 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 = ''; } }