var fDesc=new Array(); fDesc[0] = "HarmoniEQ is a parametric, harmonically-enhanced equalizer AU and VST plugin for professional music production applications. Harmonic enhancement HarmoniEQ applies to the sound is an inherent element of its overall sonic quality. HarmoniEQ also features dynamic equalization modes that offer you a vast palette of sound-shaping capabilities, suitable for mastering."; 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 = ''; } }