var fDesc=new Array(); fDesc[0] = "TDR VOS SlickEQ is a mixing/mastering equalizer designed for ease of use, musical flexibility and impeccable sound. Three (and a half) filter-bands arranged in a classic Low/Mid/High semi-parametric layout offer fast and intuitive access to four distinct EQ modes, each representing a set of distinct EQ curves and behaviors. An elaborate auto gain option automatically compensates for changes of perceived loudness during EQ operation."; 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 = ''; } }