var fDesc=new Array(); fDesc[0] = "TL Utilities includes three essential additions to any Pro Tools® plug-in collection: TL Metro™, TL InTune™, and TL MasterMeter™. TL Utilities are included with Pro Tools 8 as free plug-ins that do not require iLok authorization. These version 8 plug-ins are automatically installed during Pro Tools 8 installation."; 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 = ''; } }