function loadMenus() {
    //Dynamic Menus
    window.mnuvbExport = new Menu();
    mnuvbExport.addMenuItem("General Info", "top.window.location='/products/dev/vbExport.asp?Area=General'");
    mnuvbExport.addMenuItem("FAQ", "top.window.location='/products/dev/vbExport.asp?Area=FAQ'");
    mnuvbExport.addMenuItem("Support", "top.window.location='/ots/vbx/default.asp'");
    mnuvbExport.addMenuItem("Press Releases", "top.window.location='/products/dev/vbExport.asp?Area=Press'");
    mnuvbExport.addMenuItem("Requirements", "top.window.location='/products/dev/vbExport.asp?Area=Requirements'");
    mnuvbExport.addMenuItem("Purchase Now", "top.window.location='/products/dev/vbExport.asp?Area=Purchase'");
    mnuvbExport.menuItemBgColor = "#FFFFFF";
    mnuvbExport.fontColor = "black";
    mnuvbExport.fontSize = 10;
    mnuvbExport.fontWeight = "plain";
    mnuvbExport.fontFamily = "Verdana, Arial, Helvetica, sans-serif";

    window.mnuMegaMap = new Menu();
    mnuMegaMap.addMenuItem("General Info", "top.window.location='/products/Network/MegaMap.asp?Area=General'");
    mnuMegaMap.addMenuItem("Features", "top.window.location='/products/Network/MegaMap.asp?Area=Features'");
    mnuMegaMap.addMenuItem("FAQ", "top.window.location='/products/Network/MegaMap.asp?Area=FAQ'");
    mnuMegaMap.addMenuItem("Requirements", "top.window.location='/products/Network/MegaMap.asp?Area=Requirements'");
    mnuMegaMap.addMenuItem("Availability", "top.window.location='/products/Network/MegaMap.asp?Area=Availability'");
    mnuMegaMap.menuItemBgColor = "#FFFFFF";
    mnuMegaMap.fontColor = "black";
    mnuMegaMap.fontSize = 10;
    mnuMegaMap.fontWeight = "plain";
    mnuMegaMap.fontFamily = "Verdana, Arial, Helvetica, sans-serif";

    window.mnuePak = new Menu();
    mnuePak.addMenuItem("General Info", "top.window.location='/products/Network/Services/Online/e-com.asp?Area=General'");
    mnuePak.addMenuItem("FAQ", "top.window.location='/products/Network/Services/Online/e-com.asp?Area=FAQ'");
    mnuePak.addMenuItem("Technical Support", "top.window.location='/products/Network/Services/Online/e-com.asp?Area=Support'");
    mnuePak.addMenuItem("Availability", "top.window.location='/products/Network/Services/Online/e-com.asp?Area=Availability'");
    mnuePak.menuItemBgColor = "#FFFFFF";
    mnuePak.fontColor = "black";
    mnuePak.fontSize = 10;
    mnuePak.fontWeight = "plain";
    mnuePak.fontFamily = "Verdana, Arial, Helvetica, sans-serif";

    window.mnuLibrary = new Menu();
    mnuLibrary.addMenuItem("API Database", "top.window.location='/library/default.asp?Area=API'");
    mnuLibrary.addMenuItem("Knowledge Base", "top.window.location='/library/default.asp?Area=KB'");
    mnuLibrary.addMenuItem("Code Samples", "top.window.location='/library/default.asp?Area=Samples'");
    mnuLibrary.menuItemBgColor = "#FFFFFF";
    mnuLibrary.fontColor = "black";
    mnuLibrary.fontSize = 10;
    mnuLibrary.fontWeight = "plain";
    mnuLibrary.fontFamily = "Verdana, Arial, Helvetica, sans-serif";

    mnuvbExport.writeMenus();
}