

_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="#B8A5E2"; 
oncolor="#ffffff"; 
offbgcolor="#C0C0C0"; 
offcolor="#0000FF"; 
bordercolor="#62AEA8"; 
borderstyle="solid"; 
borderwidth=2; 
separatorcolor="#ffffff"; 
separatorsize=3; 
padding=5; 
fontsize="70%"; 
fontstyle="bold"; 
fontfamily="Comic Sans MS"; 
subimage="images/orange_arrow.gif"; 
} 

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=5;
style=menuStyle;
top=275;
followscroll=1
aI("text=Our Cottages;showmenu=Our Holiday Cottages");
aI("text=Getting to know us;showmenu=Getting to know us");
aI("text=More information;showmenu=More Information");
aI("text=Booking;showmenu=Booking");
aI("text=Our Award;url=award.htm");
}


	with(milonic=new menuname("Our Holiday Cottages")){
	style=menuStyle;
      left=116;
	aI("text=Moorland Cottage;url=moorland_cottage.htm");
	aI("text=Heather Cottage;url=heather_cottage.htm");
      aI("text=Byre Cottage;url=byre_cottage.htm");
	}


	with(milonic=new menuname("Getting to know us")){
	style=menuStyle;
      left=116; 
	aI("text=Contact Us;showmenu=Contact Us");
      aI("text=Find Us;url=find_us.htm");
      }

                          with(milonic=new menuname("Contact Us")){
	                    style=menuStyle;
                          left=190;
	                    aI("text=On Line;url=contact_us.htm");
                          aI("text=Off Line;url=contact_us_off_line.htm");
                          }



      with(milonic=new menuname("More Information")){
	style=menuStyle;
      left=116;
	aI("text=The Locality;url=north-yorkshire-holiday-cottages-locality.htm");
      aI("text=The Village;showmenu=Village");
      aI("text=Learning a trade?;url=trade.htm");
      aI("text=Can I bring my Dog??;url=dog.htm"); 
	aI("text=What people say;url=quotes.htm");
      aI("text=The Conversion;url=conversion.htm");
	aI("text=Introductory Page;url=index.htm");
      aI("text=Home Page;url=home.htm");
	aI("text=NYWS;url=http://www.nyws.co.uk/index.htm");
	}

      with(milonic=new menuname("Booking")){
	style=menuStyle;
      left=116; 
      aI("text=Availability;url=availability_09.htm");
	aI("text=Booking Conditions;url=booking_conditions.htm");
      aI("text=Booking Form;url=booking_page.htm");
	}
          

      with(milonic=new menuname("Village")){
	style=menuStyle;
      left=270; 
	aI("text=Generally;url=village.htm");
      aI("text=A Virtual Tour;url=http://www.york360.co.uk/yorkshire-moors/hutton-le-hole;target=blank;");
	}
                    	        
      drawMenus();


