var fDesc=new Array(); fDesc[0] = "It enables you to manage the wideness of a stereo signal for any frequency. With the ability to control the center of the M-S matrix, it is possible to adjust the spectrum of a sound anywhere in the stereo field.
The plugin provides instant visual feedback of your settings thanks to the included graph. The overlayed controls lets you shape the filter easily. The mid and side channels responses can be linked together in multiple ways (with a mirroring capability) for easier balance of frequencies."; 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 = ''; } }