


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=10                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#1A7D21";
oncolor="#ffffff";
offbgcolor="#B3C8C0";
offcolor="#1A7D21";
bordercolor="#676c72";
borderstyle="solid";
borderwidth=1;
separatorcolor="#676c72";
separatorsize="1";
padding=3;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="ffffff";
pagebgcolor="#676c72";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="graphics/white_down_arrow.gif";
subimagepadding;
overfilter;
outfilter;
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=10;
alwaysvisible=1;
orientation="horizontal";
followscroll=1;
aI("text=Menu;showmenu=Menu;status=Site Menu;");

}

with(milonic=new menuname("menu")){
style=menuStyle;
aI("text=Home;url=index.htm;status=Home;")
aI("text=Bollingham House;showmenu=estate;status=Site Menu;");;
aI("text=Location;url=location.htm;status=Location;");
aI("text=Local Attractions;url=attractions.htm;status=Local Attractions;");
aI("text=Rates;url=rates.htm;status=Rates;");
aI("text=Enquiries;url=enquiry.htm;status=Enquiry;");
aI("text=E mail;url=mailto:grant@bollinghamhouse.com;status=E mail Bollingham House;")
aI("text=Our Accommodation<br>in North Wales;url=http://www.north-wales-accommodation.co.uk;status=Our Accommodation in North Wales;")
}

with(milonic=new menuname("estate")){
style=menuStyle;
aI("text=The House;url=house.htm;status=Bollingham House;")
aI("text=Accommodation;url=acc.htm;status=Accommodation;");;
aI("text=The Garden;url=garden.htm;status=The Garden;");
aI("text=More pictures of<br>The House and Garden;url=more_pics.htm;status=Home;")
drawMenus();
}
