var fDesc=new Array(); fDesc[0] = "After a long period of hard work, they can now present the pre-release of the Premiere Pro Video Server Plug-in. This plug-in is already successfully tested by the beta tester team. Therefore this version is now stable and has no known problems. Currently are work on the installer and documentation. When this is finished it will be release the final version. If you have a key for the basic package (see registration page) and would like to use this Premiere Pro Video Server Plug-in, please upgrade your key to the professional package. Due the unexpected change of the Premiere API (that resulted in a separate version of the plug-in)."; 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 = ''; } }