var fDesc=new Array(); fDesc[0] = "Auto-Tune Live is a program that features genuine Antares Auto-Tune technology optimized for real-time pitch correction or creatively modifying the intonation of a performance. It allows virtually instant response in performance or when tracking in the studio and with its MIDI control capabilities, you can control all of Auto-Tune Live's key performance parameters in creative real-time pitch processing."; 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 = ''; } }