var fDesc=new Array(); fDesc[0] = "Blue Cat's Triple EQ is a 3 bands semi-parametric equalizer plugin for audio/video tools. This equalizer can be edited manually using the shape of the graph of the filter. It includes a low shelf filter, a high shelf filter and a boost/cut peak filter. Its wide range of gain ( /-40 dB per band) and bandwidth (.01 to 5 Octave) makes it very versatile to create any filter shape. AAX (Avid Audio eXtension) version of the plugin can be installed on Avid Pro Tools series of applications."; 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 = ''; } }