function createMenus() {for (c = 0; c < 7; c++) mSheets[c] = new MenuSheet();mSheets[0].addLink("All Procedures", "http://www.pmpathway.com/procedures", ""); mSheets[0].addSubmenu("All Templates \"\" ", "http://www.pmpathway.com/product_templates", ""); mSheets[0].links[1].submenu .addLink("Project/Study Management", "index.php?main_page=index&cPath=29", ""); mSheets[0].links[1].submenu .addLink("Project Initiation and Setup", "index.php?main_page=index&cPath=31", ""); mSheets[0].links[1].submenu .addLink("Project Risk Management", "index.php?main_page=index&cPath=32", ""); mSheets[0].links[1].submenu .addLink("Project Controls (including WBS, Cost Control, Scheduling)", "index.php?main_page=index&cPath=33", ""); mSheets[0].links[1].submenu .addLink("Procurement", "index.php?main_page=index&cPath=34", ""); mSheets[0].links[1].submenu .addLink("Contract Administration", "index.php?main_page=index&cPath=35", ""); mSheets[0].links[1].submenu .addLink("Contracts (Contract Templates)", "index.php?main_page=index&cPath=36", ""); mSheets[0].links[1].submenu .addLink("Project Execution", "index.php?main_page=index&cPath=37", ""); mSheets[0].links[1].submenu .addLink("Construction Management", "index.php?main_page=index&cPath=38", ""); mSheets[0].links[1].submenu .addLink("Project Closeout", "index.php?main_page=index&cPath=39", ""); mSheets[1] .addSubmenu("Upgrade Policy", "index.php?main_page=upgrade_policy", ""); mSheets[1] .addLink("FAQ", "index.php?main_page=faq", ""); mSheets[1] .addLink("System Requirements", "index.php?main_page=faq&#system", ""); mSheets[1] .addLink("License Agreement", "index.php?main_page=licence_agreement", ""); mSheets[1] .addLink("Privacy Policy", "index.php?main_page=privacy", ""); mSheets[1] .addLink("Useful Links", "index.php?main_page=useful_links", ""); mSheets[1] .addLink("Support", "index.php?main_page=support", ""); mSheets[2] .addLink("Update Details", "http://www.pmpathway.com/account_edit", ""); mSheets[2] .addLink("View Purchase History/Download Purchases", "http://www.pmpathway.com/account_history_info", ""); mSheets[6] .addLink("Directory Guidlines", "../../directory/guidelines.html", ""); mSheets[6] .addLink("Web Design", "../../directory/design_resources_0.html", ""); mSheets[6] .addLink("Software Development", "../../directory/development_resources_0.html", ""); mSheets[6] .addLink("Software Solutions", "software_resources_0.php", ""); mSheets[6] .addLink("Web Hosting", "../../directory/hosting_resources_0.html", ""); mSheets[6] .addLink("Webmasters", "../../directory/webmasters_resources_0.html", ""); mSheets[6] .addLink("Internet Marketing", "../../directory/marketing_resources_0.html", ""); mSheets[6] .addLink("Internet Services", "internet_resources_0.php", ""); mSheets[6] .addLink("Other Resources", "/resources/", ""); for (var c in mSheets) { mSheets[c].create(); }; mReady = true;for (var c in mSheets) { mSheets[c].create(); }; mReady = true; } function onload_function() { createMenus(); } window.onload = onload_function;