function mmLoadMenus() {
  if (window.aboutusmenu) return;
  window.aboutusmenu = new Menu("root", 140, 17, "Verdana, Arial, Helvetica, sans-serif", 11, "#000000", "#444444", "#74A43E", "#74A43E", "left", "middle", 3, 0, 1000, -5, 7, true, true, true, 0, true, true);
  aboutusmenu.addMenuItem("Introduction","window.open('introduction.html', '_self');");
  aboutusmenu.addMenuItem("Facilities","window.open('facilities.html', '_self');");
  aboutusmenu.addMenuItem("Centaur&nbsp;Team","window.open('team.html', '_self');");
  aboutusmenu.addMenuItem("Location","window.open('directions.html', '_self');");
  aboutusmenu.addMenuItem("Sponsors","window.open('performance_sponsors.html', '_self');");

  aboutusmenu.hideOnMouseOut=true;
  aboutusmenu.bgColor='#000000';
  aboutusmenu.menuBorder=0;
  aboutusmenu.menuLiteBgColor='#ffffff';
  aboutusmenu.menuBorderBgColor='#ffffff';


  window.biomechanicsmenu = new Menu("root", 155, 17, "Verdana, Arial, Helvetica, sans-serif", 11, "#000000", "#444444", "#74A43E", "#74A43E", "left", "middle", 3, 0, 1000, -5, 7, true, true, true, 0, true, true);
  biomechanicsmenu.addMenuItem("History","window.open('history.html', '_self');");
  biomechanicsmenu.addMenuItem("History&nbsp;of&nbsp;Biomechanics","window.open('history_of_biomechanics.html', '_self');");
  biomechanicsmenu.addMenuItem("Quintic&nbsp;Software","window.open('quintic_software.html', '_self');");
  biomechanicsmenu.addMenuItem("Use&nbsp;and&nbsp;Application","window.open('application.html', '_self');");
  biomechanicsmenu.addMenuItem("Getting&nbsp;Involved","window.open('getting_involved.html', '_self');");
  biomechanicsmenu.addMenuItem("Consultants","window.open('consultants.html', '_self');");
  biomechanicsmenu.addMenuItem("Press","window.open('press_releases.html', '_self');");
  biomechanicsmenu.addMenuItem("Sponsors","window.open('sponsors.html', '_self');");

  biomechanicsmenu.hideOnMouseOut=true;
  biomechanicsmenu.bgColor='#000000';
  biomechanicsmenu.menuBorder=0;
  biomechanicsmenu.menuLiteBgColor='#ffffff';
  biomechanicsmenu.menuBorderBgColor='#ffffff';


  window.consultancymenu = new Menu("root", 140, 17, "Verdana, Arial, Helvetica, sans-serif", 11, "#000000", "#444444", "#74A43E", "#74A43E", "left", "middle", 3, 0, 1000, -5, 7, true, true, true, 0, true, true);

  consultancymenu.addMenuItem("Introduction","window.open('consultancy_introduction.html', '_self');");
  consultancymenu.addMenuItem("Gait&nbsp;Analysis","window.open('gait_analysis.html', '_self');");
  consultancymenu.addMenuItem("High&nbsp;Speed&nbsp;Analysis","window.open('high_speed_analysis.html', '_self');");
  consultancymenu.addMenuItem("Farrier&nbsp;Analysis","window.open('farrier_analysis.html', '_self');");
  consultancymenu.addMenuItem("Rider&nbsp;Analysis","window.open('rider_analysis.html', '_self');");
  consultancymenu.addMenuItem("Horse&nbsp;MOT","window.open('horseMOT.html', '_self');");
  consultancymenu.addMenuItem("Research","window.open('research.html', '_self');");
  consultancymenu.addMenuItem("Product&nbsp;Testing","window.open('product_testing.html', '_self');");
  consultancymenu.addMenuItem("Pressure&nbsp;Analysis","window.open('pressure_analysis.html', '_self');");
  consultancymenu.addMenuItem("Saddle&nbsp;Testing","window.open('saddle_testing.html', '_self');");
  consultancymenu.addMenuItem("Thermography","window.open('thermography.html', '_self');");
  consultancymenu.addMenuItem("Case&nbsp;Studies","window.open('case_studies.html', '_self');");
  consultancymenu.addMenuItem("Sponsors","window.open('consultancy_sponsors.html', '_self');");

  consultancymenu.hideOnMouseOut=true;
  consultancymenu.bgColor='#000000';
  consultancymenu.menuBorder=0;
  consultancymenu.menuLiteBgColor='#ffffff';
  consultancymenu.menuBorderBgColor='#ffffff';

  window.eventsmenu = new Menu("root", 140, 17, "Verdana, Arial, Helvetica, sans-serif", 11, "#000000", "#444444", "#74A43E", "#74A43E", "left", "middle", 3, 0, 1000, -5, 7, true, true, true, 0, true, true);

  eventsmenu.addMenuItem("Introduction","window.open('events_introduction.html', '_self');");
  eventsmenu.addMenuItem("Dates","window.open('dates.html', '_self');");
  eventsmenu.addMenuItem("Sponsors","window.open('events_sponsors.html', '_self');");

  eventsmenu.hideOnMouseOut=true;
  eventsmenu.bgColor='#000000';
  eventsmenu.menuBorder=0;
  eventsmenu.menuLiteBgColor='#ffffff';
  eventsmenu.menuBorderBgColor='#ffffff';



eventsmenu.writeMenus();
} // mmLoadMenus()
