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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#EEEEEE";
offcolor="#000000";
onbgcolor="#50E8E8";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#60D0D0";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=62;
aI("text=Home;url=index.html;");
aI("showmenu=Services;text=Services offered;");
aI("showmenu=Bookings;text=Bookings;");
aI("text=Open evening;url=openlunch.htm;");
aI("showmenu=Feedback;text=Feedback;");
aI("showmenu=Resources;text=Resources;");
aI("text=Job opportunities;url=jobs.htm;");
aI("showmenu=About;text=About us;");
}

with(milonic=new menuname("Bookings")){
overflow="scroll";
style=menuStyle;
aI("text=Booking enquiry form;url=bookings.htm;");
aI("text=Price list;url=charges.htm;")
aI("text=Terms and conditions;url=terms.htm;")
}

with(milonic=new menuname("Feedback")){
overflow="scroll";
style=menuStyle;
aI("text=Testimonials from visitors;url=testimonials.htm;");
aI("text=Let us know what you think;url=feedback.htm;");
}

with(milonic=new menuname("Services")){
overflow="scroll";
style=menuStyle;
aI("text=Visits to places of worship;url=visits.htm;");
aI("text=Workshops: at the Open Centre and on-site;url=workshops.htm;");
aI("text=Speaker panel: talks, debates, assemblies, lessons etc.;url=speakers.htm;");
aI("text=Cultural awareness days;url=days.htm;");
aI("text=Twilight Events 4:30pm - 7:00pm;url=twilight.htm;");
aI("text=Lunch and learn;url=ll.htm;");
aI("text=Price list;url=charges.htm;")
aI("text=Terms and conditions;url=terms.htm;")
}

with(milonic=new menuname("Resources")){
overflow="scroll";
style=menuStyle;
aI("text=Facts, figures and words;url=facts.htm;");
aI("text=Worksheets, books, DVDs etc.;url=books.htm;");
aI("text=Links to other resource sites;url=links.htm;")
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=About the Open Centre;url=about.htm;")
aI("text=How we are funded;url=about.htm;")
aI("text=Staff and Trustee Directors;url=staff.htm;")
aI("text=Friends of the Open Centre;url=friends.htm;")
aI("text=Documents and links for Trustees;url=documents.htm;")
aI("text=Contact us;url=contacts.htm;")
}

drawMenus();

