var fDesc=new Array(); fDesc[0] = "ENHANCED EQ is a unique, easy-to-use effect that will provide your tracks with the analog sound of the masters, equally potent at adding subtle definition as rich loudness. Modeled from a boutique studio standard, this is the go-to EQ for warmth, body and definition at the bottom end of your mix, or for crisping up the midrange."; 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 = ''; } }