var fDesc=new Array(); fDesc[0] = "BumBer Deluxe is a sound plugin that allows you to create beats from five different waveform signals or modify any 16-bit and 24-bit WAV bassdrum. There are two effects that you may combine with the five built-in signals: Tamborin and Snare based. The 4-band EQ is a parametric based EQ that allows you to turn Sub, Low, Mid and High bands, with possibility to center the frequencies according to a range provided for each band."; 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 = ''; } }