
_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out 
_menuOpenDelay=50 // The time delay before menus open on mouse over 
_subOffsetTop=3 // Sub menu top offset 
_subOffsetLeft=-2 // Sub menu left offset 

with(menuStyle=new mm_style()){ 
onbgcolor="#FA0000"; 
oncolor="#ffffff"; 
offbgcolor="#C0C0C0"; 
offcolor="#ffffff"; 
bordercolor="#FA0000"; 
borderstyle="solid"; 
borderwidth=2; 
separatorcolor="#ffffff"; 
separatorsize=3; 
padding=5; 
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color=#FFFFFF', Direction=135, Strength=45)";  
fontsize="12px"; 
fontstyle="Bradley Hand ITC";  
subimage="white_arrow.gif"; 
} 

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=5;
style=menuStyle;
top=310;
followscroll=1
aI("text=About this North Yorkshire Hotel;showmenu=Hotels");
aI("text=Yorkshire Sport;showmenu=Yorkshire Sport");
aI("text=Our Location;showmenu=Location");
aI("text=Contact Us;showmenu=Contact Us");
aI("text=The Ban on Smoking;url=nosmoking.htm");

}


	with(milonic=new menuname("Hotels")){
	style=menuStyle;
      left="offset=-42";  
	aI("text=Mine Host;url=mine_hosts.htm");
	aI("text=Accommodation;url=north-yorkshire-hotels-accom.htm");
	aI("text=The Food;url=meals pubs.htm");
      aI("text=The Drinks;url=drinks.htm");  
      aI("text=Opening Hours;url=openings.htm");
      aI("text=A Few Random Pictures;url=pictures.htm");
      aI("text=Home Page;url=index.htm");
      aI("text=North Yorkshire Web Sites;url=http://www.nyws.co.uk/index.htm");
	}


	with(milonic=new menuname("Location")){
	style=menuStyle;
      left="offset=-42";
	aI("text=Find Us;url=locality north.htm");
      aI("text=Nearby Places;showmenu=Nearby");
      }
	

	
                          with(milonic=new menuname("Nearby")){
	                    style=menuStyle;
                          left="offset=-45";
                          aI("text=Aldborough;url=http://www.aboutbritain.com/towns/aldborough.asp"); 
                          aI("text=Boroughbridge;url=http://www.boroughbridgeonline.co.uk/");
                          aI("text=Castle Howard;url=http://www.castlehoward.co.uk");
                          aI("text=Fountain's Abbey;url=http://home.earthlink.net/~nickasmith72/fountains_abbey.htm");
                          aI("text=Harrogate;url=http://www.harrogate.gov.uk/main.asp?page=0");
                          aI("text=Helmsley;url=http://www.ryedale.co.uk/ryedale/helmsley/helmsley.html");
                          aI("text=Kilburn;url=http://www.dalesview.fsnet.co.uk/kilburn/");
                          aI("text=Knaresborough;url=http://www.knaresborough.co.uk/");
                          aI("text=Lightwater Valley;url=http://www.lightwatervalley.co.uk/"); 
                          aI("text=Newby Hall;url=http://www.newbyhall.co.uk");
                          aI("text=Northallerton;url=http://www.northallertonweb.co.uk/");
                          aI("text=Ripon;url=http://www.ripon.org/");
                          aI("text=Sion Hill Hall;url=http://www.sionhillhall.co.uk");
                          aI("text=Thirsk;url=http://www.thirsk.org.uk/");
                          aI("text=Wetherby;url=http://www.wetherby.co.uk/favourites/inbloom.php4");
                          aI("text=York;url=http://www.york.gov.uk/")
	                    }
                          
      with(milonic=new menuname("Festive")){
	style=menuStyle;
      left="offset=-42"; 
	aI("text=Christmas Fayre Menu ;url=festive.htm");
	aI("text=Christmas Day Menu;url=christmas_day.htm");
      aI("text=Boxing Day Brunch Menu;url=boxing_day.htm");
	}


      with(milonic=new menuname("Contact Us")){
	style=menuStyle;
      left="offset=-42"; 
	aI("text=On-Line;url=contact_us.htm");
	aI("text=Off-Line;url=contact_us_off_line.htm");
	}

      with(milonic=new menuname("Yorkshire Sport")){
	style=menuStyle;
      left="offset=-42";
	aI("text=Yorkshire Racing;showmenu=Yorkshire Racing");
	aI("text=Fishing;url=fishing.htm");
      aI("text=Boating;url=north-yorkshire-hotels-boating.htm");
	}

               	        
                         with(milonic=new menuname("Yorkshire Racing")){
	                   style=menuStyle;
                         left="offset=-45";
	                   aI("text=Yorkshire Horse Racing Calendar;url= http://www.yorkpress.co.uk/sport/horseracing/calendar/"); 
	                   aI("text=Race Trips;url=race_trips.htm");
                         aI("text=Links to Yorkshire Race Courses;showmenu=Courses");     
                         aI("text=Map of Yorkshire Race Courses;url=race_map.htm");
                         aI("text=Race Menus;url=race_menus yorkshire.htm");
	                   }


                                             with(milonic=new menuname("Courses")){
                                             style=menuStyle;
                                             left="offset=-45"; 
                                             aI("text=Beverley Races;url=http://www.beverley-racecourse.co.uk/");
	                                       aI("text=Catterick Races;url=http://www.catterickbridge.co.uk/");
                                             aI("text=Doncaster Races;url=http://www.doncaster-racecourse.co.uk/");
	                                       aI("text=Pontefract Races;url=http://www.pontefract-races.co.uk/home.htm");
                                             aI("text=Redcar Races;url=http://www.redcarracing.co.uk/");
	                                       aI("text=Ripon Races;url=http://www.ripon-races.co.uk/");
                                             aI("text=Thirsk Races;url=http://www.thirskracecourse.net/");
	                                       aI("text=Wetherby Races;url=https://secure.wetherbyracing.co.uk/");
                                             aI("text=York Races;url=http://www.yorkracecourse.co.uk/");
                                             }
drawMenus();

