var fDesc=new Array(); fDesc[0] = "PSP ClassicQ is inspired by various classic British-style equalizers. It captures the sound and flavor of famously musical high and low filters (such as those in early Neve EQs), melded to a very precise mid-range filter. In addition, PSP ClassicQ offers a selectable simulation of class, a circuitry and output transformer for a unique, vintage-style color. To its classic features PSP ClassicQ adds extremely useful features such as an adjustable high pass filter, switchable Q for low- and high-shelf filters, and a sweepable midrange bell-type filter. The design of PSP ClassicQ lends it especially well to fixing and shaping individual tracks."; 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 = ''; } }