function openNewWindow(a,b,d){var c=getWindow(a,b,d)}function getWindow(a,b,d){var c=open(a,b,d);return c}function showHelp(a){window.open(a,"helpwindow","toolbar=yes,location=no,scrollbars=yes,width=770,height=500,resizable=yes",true)}function showAdvisorAdminHelp(){var a=top.Dispatch("help");showHelp(a)}function showProductManagerHelp(){var a=top.Dispatch("getFileName");showHelp(a)}function showVisualModelerHelp(){var a=top.getHelpFileName();showHelp(a)}function displayHelp(b,a){b.document.write("<html>");b.document.write("<head>");b.document.write("<title>Documentation</title>");b.document.write("</head>");b.document.write('<frameset frameborder="0" framespacing="0" border="0" cols="275,*" rows="*">');b.document.write('<frameset frameborder="0" framespacing="0" border="0" cols="*" rows="0, *">');b.document.write('<frame marginwidth="0" marginheight="0" src="../htdocs/help/administ.htm" name="code" noresize scrolling="no" frameborder="0">');b.document.write('<frame marginwidth="5" marginheight="5" src="../htdocs/help/menu_empty.html" name="menu" noresize scrolling="auto" frameborder="0">');b.document.write("</frameset>");b.document.write('<frame marginwidth="5" marginheight="5" src="'+a+'" name="text" noresize>');b.document.write("</frameset>");b.document.write("</html>");b.document.close()};
