var fDesc=new Array(); fDesc[0] = "Maxim optimizes the overall level of the audio input while preserving the integrity of the original sound. Although Maxim is ideally suited to the stereo master of a mix, it's flexible enough to be used as a dynamics processor on any channel in the Pro Tools mixing environment.
Maxim also offers built-in dithering, on-line help, and a full-color Histogram, making it an indispensable plug-in for mixing and mastering in any Pro Tools environment."; 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 = ''; } }