var fDesc=new Array(); fDesc[0] = "PSP FETpressor is a FET feedback type compressor plug-in. It’s designed to provide accurate, almost instant compression with lots of character. Great for vocals, guitars, bass, drums, and whenever a classic 1970s-style FET compressor is needed. PSP FETpressor contains everything you’d expect from a FET compressor: an internal side chain high pass filter to control amount of low frequency pumping, smoothly adjustable compression ratio, ability to select which channel to process, and a link switch. This compressor also contains a dry signal blend for parallel compression. Additionally PSP FETpressor contains makeup amplifier and output transformer emulations to add subtle character even when set to 1:1 ratio."; 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 = ''; } }