function createMenus() {for (c = 0; c < 7; c++) mSheets[c] = new MenuSheet();mSheets[0] .addLink("Todas Plantillas", "index.php?main_page=products_all", ""); mSheets[0] .addLink("Gestión del Proyecto/Estudio", "index.php?main_page=index&cPath=29", ""); mSheets[0] .addLink("Inicio y Preparación del Proyecto", "index.php?main_page=index&cPath=31", ""); mSheets[0] .addLink("Gestión del Riesgos de Proyectos", "index.php?main_page=index&cPath=32", ""); mSheets[0] .addLink("Control del Proyecto (incluyendo EDT, Control de Costes, Programación)", "index.php?main_page=index&cPath=33", ""); mSheets[0] .addLink("Obtención", "index.php?main_page=index&cPath=34", ""); mSheets[0] .addLink("Administración de Contratos", "index.php?main_page=index&cPath=35", ""); mSheets[0] .addLink("Contratos (Plantillas de Contratos)", "index.php?main_page=index&cPath=36", ""); mSheets[0] .addLink("Ejecución del Proyecto", "index.php?main_page=index&cPath=37", ""); mSheets[0] .addLink("Gestión de la Construcción", "index.php?main_page=index&cPath=38", ""); mSheets[0] .addLink("Cierre del Proyecto", "index.php?main_page=index&cPath=39", ""); mSheets[1] .addSubmenu("Política de Actualizaciones", "index.php?main_page=upgrade_policy", ""); mSheets[1] .addLink("Preguntas frecuentes", "index.php?main_page=faq", ""); mSheets[1] .addLink("Requisitos del sistema", "index.php?main_page=faq&#system", ""); mSheets[1] .addLink("Contrato de Licencia", "index.php?main_page=licence_agreement", ""); mSheets[1] .addLink("Política de privacidad", "index.php?main_page=privacy", ""); mSheets[1] .addLink("Enlaces Útiles", "index.php?main_page=useful_links", ""); mSheets[1] .addLink("Soporte", "index.php?main_page=support", ""); mSheets[2] .addLink("Actualice sus Detalles", "index.php?main_page=account_edit", ""); mSheets[2] .addLink("Ver Historial de compras/Ver Compras", "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; } function onload_function() { createMenus(); } window.onload = onload_function;