var fDesc=new Array(); fDesc[0] = "GRQ2 Remote Control software includes a BYPASS and ACTIVE matrix to manage the status of every GRQ2 function. Make fine adjustments to other GRQ2 functions, including graphic EQ filter widths, from ½ octave to one full octave, and adjust attack release, and knee on the compressor. We'll even show you a line graph of your gain structure, graphically displaying every parameter."; 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 = ''; } }