var fDesc=new Array(); fDesc[0] = "This is a useful audio plugin that has multi-effect with trance-gate, filtering and lots more. It can take any sound you throw at it, be it a pad, a synth line or a drum loop, and generate a dizzying array of dynamically-evolving, gated rhythmic textures. It works on Windows XP, Windows Vista, Windows Vista64, Windows 7, Windows 7 x64."; 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 = ''; } }