var fDesc=new Array(); fDesc[0] = "VARI COMP is an all-purpose, easy-to-use, two-channel compressor with breathtakingly transparent sound. Modeled on the sound of boutique high-end studio gear, this first-ever software emulation adds high-pass sidechaining and parallel compression, all while running as a stand-alone plug-in inside your DAW."; 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 = ''; } }