var fDesc=new Array(); fDesc[0] = "FabFilter Pro-C is an audio compressor plug-in in VST, VST3, and AAX formats. Pro-C 2 offers eight different, program-dependent compression styles. Apart from the classic compressor controls, you also get smooth lookahead, up to 4x oversampling, intelligent auto-gain and auto-release, a variable knee, hold, range, external side-chain triggering, variable stereo linking and mid/side processing, etc."; 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 = ''; } }