var fDesc=new Array(); fDesc[0] = "Use this plug-in to export sequence and DVD marker information from your Premiere Pro projects.
Upon start-up the bottom part of the Plug-In manager window will show what supported versions of Premiere Pro have been found in the Windows Registry, along with the default location of each version's plug-ins folder."; 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 = ''; } }