var fDesc=new Array(); fDesc[0] = "Blue Cat's Parametr'EQ is a 7 bands parametric equalizer combining the advantages of both the digital and analog worlds. The plug-in includes a low shelf/low cut filter, a high shelf/high cut filter and 5 boost/cut band filters. An optional brickwall limiter has been added to the output to protect your ears and monitors."; 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 = ''; } }