
  function fwLoadMenus() {
    var FontType = "Verdana";		// Font Family
    var FontSize = 11;			// Font Size
    var FontColor = "#FFFFFF";		// Font Color on Mouse Out
    var FontHlightColor = "#FFFFFF";	// Font Color on Mouse Over
    var FontBGColor = "#88C4FF";	// Back Ground Color on Mouse Out
    var FontBGHlightColor = "#4C7BB2";	// Back Ground Color on Mouse Over

//           window.menu_home = new Menu("Home",100,18,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);

    window.menu_about = new Menu("About",20,5,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
    menu_about.addMenuItem("About Us","location='/aboutus/AboutUs.php'");
    menu_about.addMenuItem("Billing","location='/aboutus/billing.php'");
    menu_about.addMenuItem("Calendar","location='/aboutus/calendar.php'");
    menu_about.addMenuItem("Community","location='/aboutus/CommLinks.php'");
    menu_about.addMenuItem("Contact Us","location='/aboutus/ContactUs.php'");
    menu_about.addMenuItem("Directions","location='/aboutus/directions.php'");
    menu_about.addMenuItem("History","location='/aboutus/history.php'");
    menu_about.addMenuItem("Patient Forms","location='/aboutus/patientforms.php'");
    menu_about.addMenuItem("Press Room","location='/aboutus/PressRoom.php'");
    menu_about.addMenuItem("Practitioners","location='/aboutus/Practitioners.php'");
    

    window.menu_spc = new Menu("Sierra Park Clinics",200,18,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
    menu_spc.addMenuItem("Family Dental", "location='/services/spc/FamDent.php'");
    menu_spc.addMenuItem("Family Medicine", "location='/services/spc/FamMed.php'");
    menu_spc.addMenuItem("General Surgery", "location='/services/spc/GenSurg.php'");
    menu_spc.addMenuItem("Internal Medicine", "location='/services/spc/IntMed.php'");
    menu_spc.addMenuItem("Pediatrics", "location='/services/spc/Peds.php'");
    menu_spc.addMenuItem("Urology", "location='/services/spc/urology.php'");
    menu_spc.addMenuItem("Women's Health", "location='/services/spc/WomensHealth.php'");

    window.menu_sport = new Menu("S.P.O.R.T. Center",200,18,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
    menu_sport.addMenuItem("Human Performance Lab", "location='/services/sport/hpl.php'");
    menu_sport.addMenuItem("Neurology", "location='/services/sport/neurology.php'");
    menu_sport.addMenuItem("Orthopedics", "location='/services/sport/ortho/index.php'");
    menu_sport.addMenuItem("Physical Therapy", "location='/services/sport/PT-OT.php'");
    menu_sport.addMenuItem("Weight Management Program", "location='/services/sport/weightloss/index.php'");

    window.menu_services = new Menu("Services",200,25,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
    menu_services.addMenuItem("Services","location='/services/services.php'");
    menu_services.addMenuItem("Case Management","location='/services/SocServ.php'");
    menu_services.addMenuItem("Emergency Services","location='/services/ER.php'");
    menu_services.addMenuItem("Human Performance Lab","location='/services/sport/hpl.php'");
    menu_services.addMenuItem("Interpretive Services","location='/services/InterpretiveServ.php'");
    menu_services.addMenuItem("Medical Records","location='/services/MedRecords.php'");
    menu_services.addMenuItem("Nutritional Services","location='/services/nutrition.php'");
    menu_services.addMenuItem("Post Op Instructions","location='/services/PostOp.php'");
    menu_services.addMenuItem("Sierra Park Clinics","location='/services/spc/spc.php'");
    menu_services.addMenuItem("S.P.O.R.T. Center","location='/services/sport/index.php'");

    window.menu_employment = new Menu("Employment",200,25,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
    menu_employment.addMenuItem("Employment","location='/employment/employment.php'");
//    menu_employment.addMenuItem("Community","location='/employment/CommLinks.php'");
    menu_employment.addMenuItem("Current Positions","location='/employment/CurrentPositions.php'");
//    menu_employment.addMenuItem("In-house Traveler Program","location='/employment/InHouseTravProg.php'");

    window.menu_archiveevents = new Menu("Archived Events",200,18,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
    menu_archiveevents.addMenuItem("Cancer Outreach","location='/philanthropy/events/archive/cancer/index.php'");
    menu_archiveevents.addMenuItem("Festival of Trees","location='/philanthropy/events/archive/fot/index.php'");    
    menu_archiveevents.addMenuItem("Mammography","location='/philanthropy/events/current/mammography/index.php'");

    window.menu_currentevents = new Menu("Current Events",150,18,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
//        menu_currentevents.addMenuItem("Cancer Outreach","location='/philanthropy/events/current/cancer/golf.php'");
    menu_currentevents.addMenuItem("Festival of Trees","location='/philanthropy/events/current/fot/index.php'");   
  
    window.menu_events = new Menu("Fundraising",142,18,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
//    menu_events.addMenuItem(menu_currentevents,"location='#'");
    menu_events.addMenuItem(menu_archiveevents,"location='#'");

     window.menu_wellness = new Menu("Wellness",180,25,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
//     menu_wellness.addMenuItem("Wellness","location='/wellness/wellness.php'");
    menu_wellness.addMenuItem("Events","location='/wellness/wellnessevents.php'");
    menu_wellness.addMenuItem("Health Tips / Articles","location='/wellness/wellnesshealthtipsarticles.php'");
//    menu_wellness.addMenuItem("Articles","location='/wellness/wellnessarticles.php'");

    window.menu_phil = new Menu("Philanthropy",142,25,FontType,FontSize,FontColor,FontHlightColor,FontBGColor,FontBGHlightColor);
    menu_phil.addMenuItem("Philanthropy","location='/philanthropy/philanthropy.php'");
//    menu_phil.addMenuItem(menu_events,"location='#'");
//    menu_phil.addMenuItem("Make a Donation","location='/philanthropy/MakeDonation.php'");
    menu_phil.addMenuItem("Volunteer","location='/philanthropy/volunteer.php'");
    menu_phil.addMenuItem("Auxiliary","location='/philanthropy/volunteer.php#auxiliary'");
    menu_employment.writeMenus(); 
    

  }

  fwLoadMenus();

