/**
 *  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: 01/02/11
 * Recreated at: 3:57 PM
 * Recreatey by: NORTHWEST - 
 */
 
function mmLoadMenus() {

        mm_menu_.writeMenus();

    } // mmLoadMenus()
