function mmLoadMenus() {
  if (window.mm_menu_0305130723_0) return;
              window.mm_menu_0305130723_0 = new Menu("root",123,18,"Geneva, Arial, Helvetica, sans-serif",12,"#000000","#FF0000","#CCCCCC","#CCCCCC","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0305130723_0.addMenuItem("Archery","location='archery.htm'");
  mm_menu_0305130723_0.addMenuItem("Mountain&nbsp;Biking","location='mtb.htm'");
  mm_menu_0305130723_0.addMenuItem("Caving","location='cave.htm'");
  mm_menu_0305130723_0.addMenuItem("Clay&nbsp;Shooting","location='clay-shoot.htm'");
  mm_menu_0305130723_0.addMenuItem("Gorge&nbsp;Walking","location='gorge-wet-day.html'");
  mm_menu_0305130723_0.addMenuItem("Land&nbsp;Carting","location='land-carting.htm'");
  mm_menu_0305130723_0.addMenuItem("Orienteering","location='orienteering.htm'");
  mm_menu_0305130723_0.addMenuItem("Ropes&nbsp;Course","location='../ropes/index.htm'");
  mm_menu_0305130723_0.addMenuItem("Rock&nbsp;Climbing","location='../climbing/index.htm'");
  mm_menu_0305130723_0.addMenuItem("Hill&nbsp;Walking","location='hill-walk.htm'");
   mm_menu_0305130723_0.fontWeight="bold";
   mm_menu_0305130723_0.hideOnMouseOut=true;
   mm_menu_0305130723_0.bgColor='#555555';
   mm_menu_0305130723_0.menuBorder=1;
   mm_menu_0305130723_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0305130723_0.menuBorderBgColor='#777777';
    window.mm_menu_0305132032_0 = new Menu("root",155,18,"Geneva, Arial, Helvetica, sans-serif",12,"#000000","#FFFF00","#CCCCCC","#CCCCCC","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0305132032_0.addMenuItem("Canoe&nbsp;Taster&nbsp;Days","location='../water/canoe.htm'");
  mm_menu_0305132032_0.addMenuItem("Kayak&nbsp;Taster&nbsp;Day","location='../water/kayak.htm'");
  mm_menu_0305132032_0.addMenuItem("Raft&nbsp;building","location='../water/raftbuild.htm'");
  mm_menu_0305132032_0.addMenuItem("Star&nbsp;Awards","location='../water/1-star-award.html'");
  mm_menu_0305132032_0.addMenuItem("Canoe&nbsp;&&nbsp;Kayak&nbsp;Hire","location='../water/hire.htm'");
   mm_menu_0305132032_0.fontWeight="bold";
   mm_menu_0305132032_0.hideOnMouseOut=true;
   mm_menu_0305132032_0.bgColor='#555555';
   mm_menu_0305132032_0.menuBorder=1;
   mm_menu_0305132032_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0305132032_0.menuBorderBgColor='#777777';
window.mm_menu_0305132125_0 = new Menu("root",164,18,"Geneva, Arial, Helvetica, sans-serif",12,"#000000","#FF0000","#CCCCCC","#CCCCCC","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0305132125_0.addMenuItem("White&nbsp;Water&nbsp;Kayaking","location='../whitewater/White-water-kayaking.htm'");
  mm_menu_0305132125_0.addMenuItem("White&nbsp;Water&nbsp;Rafting","location='../whitewater/index.htm'");
  mm_menu_0305132125_0.addMenuItem("Hot&nbsp;Dogging","location='../whitewater/index.htm'");
   mm_menu_0305132125_0.fontWeight="bold";
   mm_menu_0305132125_0.hideOnMouseOut=true;
   mm_menu_0305132125_0.bgColor='#555555';
   mm_menu_0305132125_0.menuBorder=1;
   mm_menu_0305132125_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0305132125_0.menuBorderBgColor='#777777';
window.mm_menu_0305133610_0 = new Menu("root",143,18,"Geneva, Arial, Helvetica, sans-serif",12,"#000000","#FF0000","#CCCCCC","#CCCCCC","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_0305133610_0.addMenuItem("Canoe&nbsp;Hire","location='../water/hire.htm'");
  mm_menu_0305133610_0.addMenuItem("Mountain&nbsp;Bike&nbsp;Hire","location='mtb.htm'");
   mm_menu_0305133610_0.fontWeight="bold";
   mm_menu_0305133610_0.hideOnMouseOut=true;
   mm_menu_0305133610_0.bgColor='#555555';
   mm_menu_0305133610_0.menuBorder=1;
   mm_menu_0305133610_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0305133610_0.menuBorderBgColor='#777777';

mm_menu_0305133610_0.writeMenus();
} // mmLoadMenus()

function openPictureWindow_Fever(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 
	newWindow.document.write('<img src='+imageName+' width='+imageWidth+' height='+imageHeight+' alt='+alt+'>'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}
