\n'); } var constwin =null; var optstring = null; function popwin(theURL){ constwin=window.open(theURL,'constwin','toolbar=no,directories=no,status=no,scrollbar=no,resizable=no,menubar=no,height=537,width=750'); } function popwin2(theURL, width, height){ optstring = "toolbar=no,directories= no,status= no,scrollbar=no ,resizable=no,menubar=no, height="+height+", width="+width; constwin=window.open(theURL,'constwin',optstring); } function collab_popup(theURL, width, height){ optstring = "toolbar=no,directories= no,status= no,scrollbar=yes ,resizable=yes,menubar=no, height="+height+", width="+width; constwin2=window.open(theURL,'constwin2',optstring); } function showGlossary(gFile) { var FlashMovie=window.document.moduleplayer; FlashMovie.SetVariable("/Glossary/:dataFile", gFile); FlashMovie.TCallLabel("/Glossary", "showItem"); } // FS COMMAND --------------------------- var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; // Handle all the the FSCommand messages in a Flash movie function moduleplayer_DoFSCommand(command, args) { var moduleplayerObj = InternetExplorer ? moduleplayer : document.moduleplayer; } // Hook for Internet Explorer if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { document.write(' \n'); }