/**
 *  header.js
 * Lance Hallberg, November 2005
 * Copyright (c) 2005-2008 
 *
 * NOTE: This file is an integral part of the CMS designed by Lance Hallberg
 *       This file must stay located in /includes/js/ and be named header.js
 *
 * This is the JavaScript needed to build the main menu and sub menu functions
 * seen at the top of the site pages.  This header relies on calling mm_menu.js.
 * This header file is just the js functions, the full header uses this file in
 * conjuction with the header.php file, which includes the necessary JS and HTML
 * output: the header.php is located in /includes/php/
 *
 * This file is generated by FileMaker using the FTPit plugin.  It is recreated
 * everytime a user alters a main menu or sub menu item by Creating, Deleteing or
 * changing the page Preferences.  Editing a template does NOT effect this file.
 *
 * The following information was automatically posted by FileMaker:
 * Recreated on: 07/26/10
 * Recreated at: 6:38 PM
 * Recreatey by: Lance - 
 */
 
function mmLoadMenus() {

        if(window.mm_menu_4) return;

        window.mm_menu_4 = new Menu("root",140,24,"Arial, Helvetica, sans-serif",11,"#E2E3E5","#FFFFFF","#212121","#4273CD","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
        mm_menu_4.addMenuItem("Tools & Equipment","location='http://www.calnevjatc.org/templates/template12/?page=114'");
        mm_menu_4.addMenuItem("Participating IBEW Unions","location='http://www.calnevjatc.org/templates/template13/?page=116'");
        mm_menu_4.addMenuItem("Other","location='http://www.calnevjatc.org/templates/template12/?page=117'");
        mm_menu_4.hideOnMouseOut=true;
        mm_menu_4.bgColor='#767B85';
        mm_menu_4.menuBorder=1;
        mm_menu_4.menuLiteBgColor='#FFFFFF';
        mm_menu_4.menuBorderBgColor='#767B85';

        mm_menu_4.writeMenus();

    } // mmLoadMenus()
