var fDesc=new Array(); fDesc[0] = "Your tracking is complete and your mixes are good to go. Now let Masters give your recording that competitive edge. With linear phase filters for breathtaking transparency and Waves IDR™ Increased Digital Resolution, you’re guaranteed maximum sound, translucent and clear.

If you want to hear what these processors can do, just turn on Top 40 radio. Whatever you hear ― chances are, it was mixed and mastered using Masters."; 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 = ''; } }