var fDesc=new Array(); fDesc[0] = "The Parametric Equalizer Pro is a professional stand-alone parametric equalizer that allows the shaping of the timbre of a sound by boosting or attenuating its frequency components.
The high quality and flexibility of its filters and the wide number of parameters offered by the user interface, enable subtle or radical changes to audio material.

Parametric Equalizer Pro is the ideal tool for mastering, broadcasting, home theater and CD/DVD enhancement."; 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 = ''; } }