var fDesc=new Array(); fDesc[0] = "LEVELS is a VST and AAX plugin that identifies technical issues in your mix. It helps music producers get a technically excellent final mix and master. It does this by analyzing the essential elements of your mix and alerting you if there is an issue. The powerful tools give you the crucial information you need to make improvements to your mix."; 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 = ''; } }