var fDesc=new Array(); fDesc[0] = "VIRTUAL MIX RACK provides authentically modeled analog sound in a digital audio plugin. The ‘VMR’ includes four world class mix modules, including two classic equalizers and two versatile mix compressors, with more modules to be developed. The program operates as a Virtual 500 series rack with hot-swappable modules, putting your whole processing chain in one windows. This allows you customize your own channel strip, with signal flow following the modules, in any order you choose"; 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 = ''; } }