var fDesc=new Array(); fDesc[0] = "Vertigo VSC-2 is a powerful Stereo Bus Compressor plugin that provides a complete set of controls which also makes the VSC-2 a dual mono in recording and mix situations. The VSC-2 plugin offers the same flexibility and precision in the stereo version, as well as in mono version."; 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 = ''; } }