var fDesc=new Array(); fDesc[0] = "bxboom is a plug-in EQ with M/S features. Stripped down to only 2 parameters and an intuitive graphic design. These tools enable you to tune, attenuate or boost the impact of your bass drum sound, even in a final mix or a complete stereo drum-loop. This is a very easy and great sounding EQ for your bass-drum insert."; 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 = ''; } }