function mmLoadMenus() {
	var BgColor='#555555';
	var LiteBgColor='#FFFFFF';
	var BorderBgColor='#777777';
	
	if (window.mm_menu_0) return;
	window.mm_menu_0 = new Menu("root",205,21,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#CCCCCC","#000084","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
	mm_menu_0.addMenuItem("Sailing on the Bumboat","window.open('../about/sailing.htm', '_top');");
	mm_menu_0.addMenuItem("Boat name","window.open('../about/name.htm', '_top');");
	mm_menu_0.addMenuItem("Vessel Specifications","window.open('../about/specs.htm', '_top');");
	mm_menu_0.addMenuItem("The Captain","window.open('../about/captain.htm', '_top');");
	mm_menu_0.hideOnMouseOut=true;
	mm_menu_0.bgColor=BgColor;
	mm_menu_0.menuBorder=1;
	mm_menu_0.menuLiteBgColor=LiteBgColor;
	mm_menu_0.menuBorderBgColor=BorderBgColor;

	window.mm_menu_1 = new Menu("root",205,21,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#CCCCCC","#000084","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
	mm_menu_1.addMenuItem("Rules","window.open('../crew/rules.htm', '_top');");
	mm_menu_1.addMenuItem("Safety","window.open('../crew/safety.htm', '_top');");
	mm_menu_1.addMenuItem("Using the Head","window.open('../crew/head.htm', '_top');");
	mm_menu_1.addMenuItem("Bunking Overnight","window.open('../crew/bunking.htm', '_top');");
	mm_menu_1.hideOnMouseOut=true;
	mm_menu_1.bgColor=BgColor;
	mm_menu_1.menuBorder=1;
	mm_menu_1.menuLiteBgColor=LiteBgColor;
	mm_menu_1.menuBorderBgColor=BorderBgColor;

	window.mm_menu_2 = new Menu("root",205,21,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#CCCCCC","#000084","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
	mm_menu_2.addMenuItem("Captain Log","window.open('../log/whereBumboat.htm', '_top');");
	mm_menu_2.addMenuItem("North 2006 Captain Log","window.open('../log/log2006north.htm', '_top');");
	mm_menu_2.addMenuItem("Weather Links","window.open('../log/weather.htm', '_top');");
	mm_menu_2.hideOnMouseOut=true;
	mm_menu_2.bgColor=BgColor;
	mm_menu_2.menuBorder=1;
	mm_menu_2.menuLiteBgColor=LiteBgColor;
	mm_menu_2.menuBorderBgColor=BorderBgColor;

	window.mm_menu_3 = new Menu("root",205,21,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#CCCCCC","#000084","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
	mm_menu_3.addMenuItem("Image Gallery","window.open('../helm/images.htm', '_top');");
	mm_menu_3.addMenuItem("Showcase","window.open('../helm/showcase.htm', '_top');");
	mm_menu_3.addMenuItem("Lighthouse Gallery","window.open('../helm/lighthouses.htm', '_top');");
	mm_menu_3.addMenuItem("Family Gallery","window.open('../helm/family.htm', '_top');");
	mm_menu_3.hideOnMouseOut=true;
	mm_menu_3.bgColor=BgColor;
	mm_menu_3.menuBorder=1;
	mm_menu_3.menuLiteBgColor=LiteBgColor;
	mm_menu_3.menuBorderBgColor=BorderBgColor;

	window.mm_menu_4 = new Menu("root",205,21,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#CCCCCC","#000084","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
	mm_menu_4.addMenuItem("Contacts","window.open('../contact/contact.htm', '_top');");
	mm_menu_4.addMenuItem("Directions","window.open('../contact/directions.htm', '_top');");
	mm_menu_4.addMenuItem("Maps","window.open('../contact/maps.htm', '_top');");
	mm_menu_4.addMenuItem("Wind and Sea Conditions","window.open('../contact/weather.htm', '_top');");
	mm_menu_4.hideOnMouseOut=true;
	mm_menu_4.bgColor=BgColor;
	mm_menu_4.menuBorder=1;
	mm_menu_4.menuLiteBgColor=LiteBgColor;
	mm_menu_4.menuBorderBgColor=BorderBgColor;

  mm_menu_4.writeMenus();
} 
