_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#210E08";
borderstyle="Dotted";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="Navy";
onbgcolor="Transparent";
oncolor="Brown";
padding="11";
pagecolor="MediumBlue";
separatorcolor="#000000";
separatorsize="1";
subimage="images/sqauredot_black_5x5.gif";
subimagepadding="6";
itemwidth="200";
}

with(submenuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/sqauredot_black_5x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("text=About us;target=;url=About-us.html;");
aI("text=Bar;target=;url=Bar.html;");
aI("text=Restaurant;target=;url=Restaurant.html;");
aI("text=Rooms;target=;url=Rooms.html;");
aI("text=Contacts;target=;url=Contacts.html;");
aI("text=Find Us;target=;url=Find-Us.html;");
aI("text=Our Links;target=;url=Our-Links.html;");
aI("text=The Folly Menu;target=_blank;url=http://www.thefollyinnadstock.co.uk/Menu.pdf;");
}


 drawMenus();

