fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#20407B";
onbgcolor="#ffffff";
oncolor="#D6DF24";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.8);Alpha(opacity=100);Shadow(color=#FFFFFF', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#FFFFFF";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=6;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#20407B";
onbgcolor="#ffffff";
oncolor="#D6DF24";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#cccccc', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#FFFFFF";
pagecolor="black";
separatorcolor="#20407B";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="vertical";
style=menuStyle;
top=200;
aI("text=HOME;url=index.htm;");
aI("text=DIARY;url=dates.htm;");
aI("text=NEWS;url=news-latest.htm;");
aI("showmenu=Meetings;text=MEETINGS;");
aI("showmenu=Membership;text=MEMBERSHIP;");
aI("showmenu=Profiles;text=MEMBERS PROFILES;");
aI("text=CONTACT US;url=contactus-committee.htm;");
aI("showmenu=Links;text=LINKS;");
}

with(milonic=new menuname("Diary")){
margin=7;
style=submenuStyle;
aI("text=Dates;url=dates.htm;");
}

with(milonic=new menuname("News")){
margin=7;
style=submenuStyle;
aI("text=LATEST NEWS;url=news-latest.htm;");
aI("text=ARCHIVED NEWS;url=news-archive.htm;");
}

with(milonic=new menuname("Meetings")){
margin=7;
style=submenuStyle;
aI("text=FORMAT;url=meetings-format.htm;");
aI("text=60 SECONDS;url=meetings-90seconds.htm;");
}

with(milonic=new menuname("Membership")){
margin=7;
style=submenuStyle;
aI("text=BENEFITS;url=membership-benefits.htm;");
aI("text=HOW TO JOIN;url=membership-howtojoin.htm;");
aI("text=COST;url=membership-cost.htm;");
aI("text=LIST OF MEMBERS;url=membership-listofmembers.htm;");
}

with(milonic=new menuname("Profiles")){
margin=7;
style=submenuStyle;
aI("text=Healthy & Wealthy;url=healthyandwealthy-profile.htm;");
aI("text=Local Life;url=locallife-profile.htm;");
aI("text=Winter Financial Services;url=winter-profile.htm;");
aI("text=Net Impact;url=netimpact-profile.htm;");
aI("text=Baker Sales & Lettings;url=jason-baker-profile.htm;");
aI("text=Horizon HR;url=horizonhr-profile.htm;");
aI("text=Trident Insurance;url=trident-profile.htm;");
aI("text=The Oven Glove;url=ovenglove-profile.htm;");
aI("text=Graham Hall;url=graham-hall	-profile.html;");
}

with(milonic=new menuname("FAQs")){
margin=7;
style=submenuStyle;
aI("text=Read our FAQs;url=faq-read.htm;");

}

with(milonic=new menuname("Support Services")){
margin=7;
style=submenuStyle;
aI("text=Inhouse Expertise;url=supportservices-inhouseexpertise.htm;");
aI("text=Friends of ABBA;url=supportservices-friendsofabba.htm;");
}

with(milonic=new menuname("Contact Us")){
margin=7;
style=submenuStyle;
aI("text=Committee;url=contactus-committee.htm;");

}

with(milonic=new menuname("Links")){
margin=7;
style=submenuStyle;
aI("text=BUSINESS LINK;url=http://www.businesslinksolutions.co.uk;");

}


drawMenus();


