var fDesc=new Array(); fDesc[0] = "Archibald is a virtual drummer who adds improvisational touches to your drum patterns. As you build your rhythm in the step-sequencer, you assign Archibald a margin of interpretation from 0 to 100%. This margin allows for a more realistic sound, based upon the simple fact that no drummer plays two consecutive eighth notes with exactly the same tone and attack."; 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 = ''; } }