var fDesc=new Array(); fDesc[0] = "BIGROOMKIXSYNTH is a VSTi specifically created for making kick drums and bass drums. It uses no samples only 100% synthesis to achieve a thick meaty UMPH to your track with ultimate control to the sound. The sound is split into 4 sections, SUB, BODY, TRANSIENT and HAT/NOISE with lots of controls to fine-tune each characteristic of the layer."; 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 = ''; } }