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()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
fontsize="75%";
fontstyle="strong";
headerbgcolor="#FF0000";
headercolor="#000000";
offbgcolor="#FF0000";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#FF0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#FF0000', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#FF0000";
pagecolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=200;
top=50;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=../../../index.html;");
aI("showmenu=About;text=About;");
aI("showmenu=News;text=News;");
aI("showmenu=Locations;text=Locations;");
aI("showmenu=Resources;text=Resources;");
aI("showmenu=E-mail;text=E-mail;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=History;url=../../../../pages/history.html;")
aI("text=Orders;url=../../../../pages/orders.html;")

}

with(milonic=new menuname("News")){
overflow="scroll";
style=menuStyle;
aI("text=News Items;url=../../../../pages/newsitems.html;")
aI("text=Diary Dates;url=../../../../pages/diarydates.html;")

}

with(milonic=new menuname("Locations")){
overflow="scroll";
style=menuStyle;
aI("text=England;url=../../../../pages/englishcentres.html;")
aI("text=Australia;url=../../../../pages/australia.html;")

}

with(milonic=new menuname("Resources")){
overflow="scroll";
style=menuStyle;
aI("text=e-Herald;url=../../../../downloads/Herald.pdf;")
aI("text=e-TA;url=../../../../downloads/TA.pdf;")
aI("text=e-GSA;url=../../../../downloads/GSA.pdf;")
aI("text=Links:;url=#;")
aI("text=> Associated Churches;url=../../../../pages/associatedchurches.html;")
aI("text=> Other;url=../../../../pages/otherlinks.html;")

}

with(milonic=new menuname("E-mail")){
overflow="scroll";
style=menuStyle;
aI("text=Contacts;url=../../../../pages/contacts.html;")

}

drawMenus();

