var fDesc=new Array(); fDesc[0] = "Lazy Kenneth will help you handle heavy basslines that collide with the bass drum in 4/4 music. You need to place the app on the bassline track and it will automatically duck the signal when the bass drum hits. You could place an LK on all tracks except the bass drum for some real heavy pumping effect."; 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 = ''; } }