var fDesc=new Array(); fDesc[0] = "The MP3 Export Option lets you create MP3 files from Pro Tools® sessions when using Bounce to Disk or exporting a region as a new audio file. Digidesign can only assure compatibility and provide support for hardware and software it has tested and approved. The MP3 Export Option Installer is included on the Pro Tools Installer disc and major Pro Tools web updaters. It is also available as a separately downloadable installer at the DigiStore."; 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 = ''; } }