var fDesc=new Array(); fDesc[0] = "Expurgate is an advanced noise-detecting, linear-phase sub-band gate. The program features: state of the art gating and expansion, noise detector for automatic gating, external sidechain for triggered gating, Global Bypass for all instances in a session, three-band sidechain EQ, and massively configurable Split EQ, per-channel or ganged control, and more."; 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 = ''; } }