var fDesc=new Array(); fDesc[0] = "Achieve a clear, well-balanced mix with Neutron’s innovative new mixing and analysis tools. Control every aspect of your music, from the visual soundstage of your tracks to the tonal balance of your mix—all with iZotope’s award-winning digital signal processing.

The new Tonal Balance Control plug-in introduces industry-first visual analysis and communicates with all instances of Neutron so you can shape a perfectly balanced mix. Instantly call up any Neutron EQ and adjust your tracks to targets based on intelligent analysis of tens of thousands of professional mixes. You can even create your own custom targets from one or more songs in your personal library."; 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 = ''; } }