var fDesc=new Array(); fDesc[0] = "Blue Cat's Stereo Parametr'EQ DX is a 7 band parametric stereo equalizer providing the best of the analog and digital worlds in stereo. You can manage separately the left and right equalizer settings and keep an eye on both frequency responses thanks to the frequency graph above the controls. The left equalizer is visible by its blue color and the right equalizer controls and graph are red. Left and right controls can be linked together with several modes."; 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 = ''; } }