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='../land/archery.htm'");
  mm_menu_0305130723_0.addMenuItem("Climbing&nbsp;Tower","location='../ropes/tower.html'");
  mm_menu_0305130723_0.addMenuItem("Mountain&nbsp;Biking","location='../land/mtb.htm'");
  mm_menu_0305130723_0.addMenuItem("Caving","location='../land/cave.htm'");
  mm_menu_0305130723_0.addMenuItem("Clay&nbsp;Shooting","location='../land/clay-shoot.htm'");
  mm_menu_0305130723_0.addMenuItem("Gorge&nbsp;Walking","location='../land/gorge-wet-day.html'");
  mm_menu_0305130723_0.addMenuItem("Land&nbsp;Carting","location='../land/land-carting.htm'");
  mm_menu_0305130723_0.addMenuItem("Orienteering","location='../land/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='../land/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='canoe.htm'");
  mm_menu_0305132032_0.addMenuItem("Kayak&nbsp;Taster&nbsp;Day","location='kayak.htm'");
  mm_menu_0305132032_0.addMenuItem("Raft&nbsp;building","location='raftbuild.htm'");
  mm_menu_0305132032_0.addMenuItem("Canoe&nbsp;&&nbsp;Kayak&nbsp;Hire","location='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/hot dogging.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='hire.htm'");
  mm_menu_0305133610_0.addMenuItem("Mountain&nbsp;Bike&nbsp;Hire","location='../land/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();
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}