var fDesc=new Array(); fDesc[0] = "Drumagog's already powerful triggering engine has been improved to precisely track the most demanding drum tracks. Complicated rolls and flams are no match for Drumagog 5's new triggering engine, which can even calculate and distinguish between right and left hand hits. What’s more, Drumagog 5 is the only replacer that can actually track hi-hats’ open, half-open, and closed articulations. And for helping isolate tracks from unwanted drum bleed, Drumagog 5 offers two different options."; 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 = ''; } }