var fDesc=new Array(); fDesc[0] = "Antares Auto-Tune Live AAX is a music plug-in that provides real-time pitch correction and auto-tune vocal effects. The AAX Native plug-in is designed to work with Pro Tools 10.3.8 or later (except Pro Tools SE and M-Powered Essential, which do not accept 3rd party plug-ins)."; 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 = ''; } }