var fDesc=new Array(); fDesc[0] = "The Red Plug-in Suite is a set of plugins that accurately models Focusrite’s classic Red range equalizer and compressor hardware, letting you exploit the originals’ famous sound, conveniently from within your audio software. The Red 2 hardware is derived from the ISA 110 equalizer circuits. Its flexible 6-band configuration with high and low-pass filters is powerful and responsive."; 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 = ''; } }