var fDesc=new Array(); fDesc[0] = "With "Starplugs-SiXternalizer" you can create virtual rooms far beyond your 5.1 setup. The "depth–value" function, reduces mid-signals of the input signal. With this plug-in you can distance your material and get a wider reverb, easily. The "width–value" function, increases the virtual stereo-base. With "SIXternalizer" you can set the virtual distance between your front and rear channels."; 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 = ''; } }