


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=4               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyleTop=new mm_style()){
onbgcolor="#642033";
oncolor="#ffffff";
offbgcolor="#642033";
offcolor="#FFFFC0";
bordercolor="#642033";
borderstyle="solid";
borderwidth=0;
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FF0000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
}

with(menuStyle=new mm_style()){
onbgcolor="#642033";
oncolor="#ffffff";
offbgcolor="#6A2236";
offcolor="#FFFFC0";
bordercolor="#7C2840";
borderstyle="solid";
borderwidth=1;
separatorcolor="#642033";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E2AA0B";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/i/arrowdn.gif";
subimagepadding="2";
}


with(milonic=new menuname("Info")){
style=menuStyle;
overflow="scroll";
aI("text=The Swan Inn;url=/About.asp;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=What's On;url=Events.asp;");
aI("text=Latest News;url=News.asp");
}



with(milonic=new menuname("Menu")){
style=menuStyle;
aI("text=Food Menu;url=/FoodMenu.asp;");
aI("text=Drinks Menu;url=/DrinksMenu.asp;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Form;url=Contact.htm;");

}

//aI("text=Map & Directions;url=Map.htm;");