_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="RosyBrown";
borderstyle="solid";
borderwidth="5";
fontfamily="Book Antiqua";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="RosyBrown";
onbgcolor="RosyBrown";
oncolor="#993366";
padding="10";
pagebgcolor="RosyBrown";
pagecolor="#993366";
separatorcolor="RosyBrown";
separatorsize="5";
subimage="images/arrow.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#993366";
borderstyle="solid";
borderwidth="2";
fontfamily="Book Antiqua";
fontsize="10pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="RosyBrown";
offcolor="#993366";
onbgcolor="RosyBrown";
oncolor="#993366";
padding="4";
pagebgcolor="RosyBrown";
pagecolor="#993366";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home Page;target=;url=http://www.BelfordSingers.co.uk/;");
aI("text=History;target=;url=History.html;");
aI("text=Repertoire;target=;url=Repertoire.html;");
aI("showmenu=Calendar of events /Forthcoming eventsLEFT_MENU;text=Calendar of events ;target=;url=Calendar-of-events.html;");
aI("text=News, Reviews and Testimonials;target=;url=News,-Reviews-and-Testimonials.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Links;target=;url=Links.html;");
aI("text=Privacy;target=;url=Privacy.html;");
}

with(milonic=new menuname("Calendar of events /Forthcoming eventsLEFT_MENU")){
style=submenuStyle;
aI("text=Forthcoming events;target=;url=Forthcoming-events.html;");
aI("text=Past events;target=;url=Past-events.html;");
}


 drawMenus();

