function fwLoadMenus() 
{
  	if (! window.fw_menu_4) 
  	{ 			
		window.fw_menu_4 = new Menu("Documents",130,17,"Arial, Helvetica, sans-serif",10,"#000066","#e9e9f3","#e9e9f3","#000066");
  		fw_menu_4.addMenuItem("Newsletters","location='./base.php?PageSelect=NewsLet&SessionCRC=" + this.SessionCRC + "'");
  		fw_menu_4.addMenuItem("Best Practices","location='./base.php?PageSelect=BestPracs&SessionCRC=" + this.SessionCRC + "'");
  		fw_menu_4.addMenuItem("Rules","location='./base.php?PageSelect=Rules&SessionCRC=" + this.SessionCRC + "'");
  		fw_menu_4.addMenuItem("Risk Assessments","location='./base.php?PageSelect=RiskAssmt&SessionCRC=" + this.SessionCRC + "'");
  		fw_menu_4.addMenuItem("Notices of Race","location='./base.php?PageSelect=NoRs&SessionCRC=" + this.SessionCRC + "'");
  		fw_menu_4.addMenuItem("Sailing Instructions","location='./base.php?PageSelect=SIs&SessionCRC=" + this.SessionCRC + "'");
   		fw_menu_4.addMenuItem("Equipment","location='./base.php?PageSelect=Equipment&SessionCRC=" + this.SessionCRC + "'");
   		fw_menu_4.addMenuItem("Race Officer Scheme","location='./base.php?PageSelect=ROScheme&SessionCRC=" + this.SessionCRC + "'");
   		fw_menu_4.addMenuItem("2007 Reg. Conf.","location='./base.php?PageSelect=2007Conf&SessionCRC=" + this.SessionCRC + "'");
 		fw_menu_4.hideOnMouseOut=true;
  	}

  	if (! window.fw_menu_5) 
  	{ 			
		window.fw_menu_5 = new Menu("Course Diagrams",110,17,"Arial, Helvetica, sans-serif",10,"#000066","#e9e9f3","#e9e9f3","#000066");
  		fw_menu_5.addMenuItem("Windward-Leeward","location='./Diagrams.php?Action=Show&PageSelect=Windward-Leeward&SessionCRC=" + this.SessionCRC + "'");
   		fw_menu_5.addMenuItem("Trapezoidal","location='./Diagrams.php?Action=Show&PageSelect=Trapezoidal&SessionCRC=" + this.SessionCRC + "'");
  		fw_menu_5.addMenuItem("Triangular","location='./Diagrams.php?Action=Show&PageSelect=Triangular&SessionCRC=" + this.SessionCRC + "'");
   		fw_menu_5.addMenuItem("Other","location='./Diagrams.php?Action=Show&PageSelect=Other&SessionCRC=" + this.SessionCRC + "'");
		fw_menu_5.hideOnMouseOut=true;
  	}
  	if (! window.fw_menu) 
  	{
  		window.fw_menu = new Menu("root",120,17,"Arial, Helvetica, sans-serif",10,"#000066","#e9e9f3","#e9e9f3","#000066");
 	 	fw_menu.addMenuItem("Home","location='base.php?SessionCRC=" + this.SessionCRC + "'");
 	 	fw_menu.addMenuItem("Calendar","location='Events.php?Action=Events&SessionCRC=" + this.SessionCRC + "'");
 	 	fw_menu.addMenuItem("Message Board", "location='./MsgBoard.php?MsgBrdID=1&SessionCRC=" + this.SessionCRC + "'");
 	 	fw_menu.addMenuItem(fw_menu_4,"location='base.php?PageSelect=Documents&SessionCRC=" + this.SessionCRC + "'");
 	 	fw_menu.addMenuItem(fw_menu_5,"location='base.php?PageSelect=Diagrams&SessionCRC=" + this.SessionCRC + "'");
 	 	fw_menu.addMenuItem("Contacts", "location='Contacts.php?&Action=OffLis&SessionCRC=" + this.SessionCRC + "'");
 	 	fw_menu.addMenuItem("Login","location='base.php?SessionCRC=" + this.SessionCRC + "'");
						
		fw_menu.hideOnMouseOut=true;
		fw_menu.writeMenus();
  	}
} 