var fDesc=new Array(); fDesc[0] = "The Midnight plug-in suite enables you to add classic Focusrite sound to your own tracks. The plug-in takes two Focusrite modules, the ISA110 equalizer and ISA130 compressor, models their sound exactly with powerful DSP technology, and gives them functional on-screen front panels that make them simple to use."; 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 = ''; } }