
_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=-1 // Sub menu left offset 

with(menuStyle=new mm_style()){ 
onbgcolor="#FFFFFF"; 
oncolor="#0814B2"; 
offbgcolor="#EDEFEE"; 
offcolor="#7D0F20"; 
bordercolor="#FA0000"; 
borderstyle="solid"; 
borderwidth=1; 
separatorcolor="#000000"; 
separatorsize=1; 
padding=3; 
outfilter="randomdissolve(duration=0.3)";
fontsize="70%"; 
fontstyle="bold"; 
fontfamily="Arial";
subimagepadding="4"; 
subimage="arrow.gif"; 
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=110;
menuwidth=500;
menuheight=22;
overflow="scroll";
followscroll=1;
aI("text=IN THE GROUNDS;showmenu=Grounds");
aI("text=THE LOCALITY;showmenu=Locality");
aI("text=YOUR HOSTS;url=hosts.htm");
aI("text=INTRODUCTORY PAGE;url=index.htm");
aI("text=HOME PAGE;url=home.htm");
aI("text=ABOUT US;showmenu=About");
aI("text=SERVICES;showmenu=Services");
aI("text=OUR WEBMASTER;url=http://www.nyws.co.uk/");
aI("text=COMPETITION;url=competition.htm");

}
               
               with(milonic=new menuname("Services")){
	         style=menuStyle;
               top="offset=0";
               left="offset=20";
               aI("text=THE FOOD;url=north-yorkshire-inns-food.htm");
               aI("text=DAILY SPECIALS;url=daily_specials.htm"); 
               aI("text=THE DRINKS;url=north-yorkshire-inns-drinks.htm");     
               aI("text=OPENING TIMES;url=openings.htm");  
               aI("text=SHOOT DINNERS;url=shoot.htm");
               aI("text=COACH PARTIES;url=coach_parties.htm");
               aI("text=CHRISTMAS 2009;url=christmas.htm");
               }
                
                with(milonic=new menuname("Locality")){
	         style=menuStyle;
               top="offset=0";
               left="offset=20";
               aI("text=INTERESTING PLACES;url=locality.htm");
               aI("text=NORTH YORKSHIRE ABBEYS;url=abbeys.htm");     
               }
                

               with(milonic=new menuname("About")){
	         style=menuStyle;
               top="offset=0";
               left="offset=10";
               aI("text=A MAP OF THE LOCALITY;url=find.htm");
               aI("text=PLAN YOUR ROUTE;url=route_planner.htm");
               aI("text=CONTACT US;url=contact.htm");
               aI("text=A LITTLE HISTORY;url=history.htm");                      
               }  

               with(milonic=new menuname("Grounds")){
	         style=menuStyle;
               top="offset=0";
               left="offset=20";
               aI("text=MARQUEE FUNCTIONS;url=functions.htm"); 
               aI("text=OUR GARDEN;url=beer_garden_play_area.htm");
               } 
               
 
               
drawMenus();












