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;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=16;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=21;
itemwidth=99;
left=3;
orientation="horizontal";
style=menuStyle;
top=130;
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;status=Back To Home Page;text=HOME;url=index.htm;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;status=Regular Services;text=SERVICES;url=services.htm;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;showmenu=Activities;text=ACTIVITES;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;showmenu=Events;text=EVENTS;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;showmenu=Contact;text=CONTACT;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;showmenu=Gallery;text=GALLERY;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;showmenu=History;text=HISTORY;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;showmenu=Links;text=LINKS;");
}

with(milonic=new menuname("Contact")){
itemheight=24;
itemwidth=99;
style=submenuStyle;
aI("text=Contact Us;url=contact.htm;");
aI("text=Whos Who;url=who.htm;");
}

with(milonic=new menuname("Gallery")){
itemheight=24;
itemwidth=99;
style=submenuStyle;
aI("text=Church;url=gallery.htm;");
aI("text=Rectors;url=rectors.htm;");
}

with(milonic=new menuname("Activities")){
itemheight=24;
itemwidth=99;
style=submenuStyle;
aI("text=Sunday School;url=activities.htm#Sunday School;");
aI("text=Little Fishes;url=activities.htm#Little Fish;");
aI("text=Big Fishes;url=activities.htm#Big Fish;");
aI("text=Group With No Name;url=activities.htm#No Name;");
aI("text=Parent and Toddlers;url=activities.htm#P&T;");
aI("text=Houegroups;url=activities.htm#Housegroups;");
aI("text=Choir;url=activities.htm#Choir;");
aI("text=Mens Breakfast;url=activities.htm#Mens Breakfast;");

}

with(milonic=new menuname("Events")){
itemheight=24;
itemwidth=99;
style=submenuStyle;
aI("text=Coffee Shop;url=boundary.htm;");
aI("text=Refurbishment;url=refurb.htm;");
aI("text=Spring Harvest;url=sh.htm;");
aI("text=Holiday Club;url=hclub.htm;");
}

with(milonic=new menuname("History")){
itemheight=24;
itemwidth=99;
style=submenuStyle;
aI("text=Church History;url=churchhistory.htm;");
aI("text=Family History;url=familyhistory.htm;");
}

with(milonic=new menuname("Links")){
itemheight=24;
itemwidth=100;
style=submenuStyle;
aI("text=Clarendon Team;url=http://www.clarendonteam.org;target=_new");
aI("text=Salisbury Cathedral;url=http://www.salisburycathedral.org.uk;target=_new");
aI("text=A&WG School;url=http://www.alderbury.wilts.sch.uk/;target=_new");
aI("text=Alderbury Local History Group;url=http://www.alderbury.org.uk;target=_new");
}

drawMenus();


