var fDesc=new Array(); fDesc[0] = "Visualizer can provide you with standardized reference tools allowing you to: work more rapidly, make fewer mistakes, repeat past success, understand the success of others, measure objectively, meet broadcast standards. It has great features if you are using it for Recording (Calibration, Lining up, Setting levels, Broadcast standards, Mic'ing Up, Phase cancellation and more), Mixing (Low end control, Hidden frequencies, Notching out, Placing vocals, Fundamental frequencies and more) and Mastering (A|B reference material, Sonic fingerprinting, Stereo spread, EQ distribution, Phase relationships, Low frequency analysis)."; 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 = ''; } }