var fDesc=new Array(); fDesc[0] = "The GEQ15V is a professional graphic equalizer plug-in. By allowing the user to add up to 12 dB of boost or cut at any of 15 bands centered around ISO 2/3 octave frequencies from 20Hz to 20kHz, the GEQ15V is the ideal tool for equalizing instrumental and vocal parts. The perspective used in designing the GEQ15V was to obtain the warmth of a classic analog device with the clarity and the accuracy of the digital domain processing. This was achieved by adopting the best analog equipment topology."; 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 = ''; } }