var fDesc=new Array(); fDesc[0] = "A1TriggerGate is a free Sequenced Gate plugin to chop up any incoming audio signal. Each section of step length buttons & step volume faders represents one beat of your pattern sequence. You can choose between 'NoStep', 'ShortStep, 'LongStep' and 'StepLink' by simply pressing a step length button. Each beat consists of 4 steps (1/16 notes in 'Normal Mode') or 3 steps (1/8T notes in 'Triplet Mode') and each step has its own step volume fader above to dial in its relative level."; 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 = ''; } }