_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="#C0C0C0"; 
oncolor="#000000"; 
offbgcolor="#000000"; 
offcolor="#FFFFFF"; 
bordercolor="#FA0000"; 
borderstyle="solid"; 
borderwidth=2; 
separatorcolor="#FFFFFF"; 
separatorsize=2; 
padding=3; 
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color=#C0C0C0', Direction=135, Strength=45)";  
fontsize="60%"; 
fontstyle="bold"; 
fontfamily="Comic Sans MS";
subimagepadding="4"; 
subimage="arrow.gif"; 
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=244;
menuwidth=500;
menuheight=10;
overflow="scroll";
followscroll=1;
aI("text=THIS AREA OF NORTH YORKSHIRE;showmenu=North Yorkshire");
aI("text=FOOD & DRINKS;showmenu=Services");
aI("text=ACCOMMODATION;url=accomm.htm");
aI("text=OPENING TIMES;url=opening.htm");
aI("text=CONTACT US;url=contact.htm");
aI("text=MORE ABOUT US;showmenu=More");
aI("text=THE GARDEN;url=north-yorkshire-restaurants-garden.htm");
aI("text=OUR WEBMASTER;url=http://www.nyws.co.uk");
aI("text=HOME PAGE;url=index.htm");
}


             
               
                       
               with(milonic=new menuname("Services")){
	         style=menuStyle;
               orientation="horizontal"; 
               top="offset=-45";
               left="offset=0";
               aI("text=THE FOOD;showmenu=Food");
               aI("text=THE DRINKS;url=north-yorkshire-restaurants-drinks.htm");    
               }
                
               with(milonic=new menuname("Food")){
	         style=menuStyle;
               orientation="horizontal";
               top="offset=-44";
               left="offset=0";
               aI("text=GENERAL NOTE;url=menu_notes.htm");
               aI("text=MENUS;url=north-yorkshire-restaurants-meals.htm");
               aI("text=BLACKBOARDS;url=blackboards.htm"); 
               aI("text=SUNDAY LUNCH;url=north-yorkshire-restaurants-sunday_lunch.htm"); 
               aI("text=EARLY MEALS;url=north-yorkshire-restaurants-early_meals.htm");
               aI("text=PICTURES;url=food_pictures.htm");   
               }


               with(milonic=new menuname("North Yorkshire")){
	         style=menuStyle;
               orientation="horizontal"; 
               top="offset=-45";
               left="offset=0";
               aI("text=A MAP OF THE LOCALITY;url=find.htm");
               aI("text=PLAN YOUR ROUTE;url=route_planner.htm"); 
               aI("text=THE VILLAGE;url=village.htm");
               aI("text=4 NORTH YORKSHIRE TOURIST SPOTS;url=locality.htm");    
               }
               
               with(milonic=new menuname("More")){
	         style=menuStyle;
               orientation="horizontal"; 
               top="offset=-45";
               left="offset=0";
               aI("text=THE PEOPLE;url=people.htm");
               aI("text=CUSTOMERS' COMMENTS;url=comments.htm");
               aI("text=NEWS;url=news.htm");    
               }

               drawMenus();
