var fDesc=new Array(); fDesc[0] = "The Program Equalizer EQP-4 is a full range stereo channel unit, featuring low and high cut, low and high frequency boost and attenuation (shelving or peaking) as well as two overlapping bands of equalization. The two mid-range frequency sections has variable bandwidth, boost/attenuation (peaking) and frequency selector. All these features allow the Program Equalizer EQP-4 to handle several EQ’ing chores, from the subtleties of mastering to radical tone shaping often needed during tracking."; 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 = ''; } }