var fDesc=new Array(); fDesc[0] = "EQuick is a streamlined, ultramodern EQ built to help you make your mixes magnificent. It is fast, intuitive and unbelievably flexible.

Main features:

- Unbelievably low CPU usage for high instance counts.
- Generates super-high-quality prototypes. Clear undistorted top.
- Linear phase mode for mastering and special channels
32 bands of EQ, Q 0.1->50, /-36dB range
- Each band can be Peak, HPF, LPF, High Shelf, Low Shelf or Notch
- Each bank can process Mid, Side or the full stereo image"; 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 = ''; } }