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="#ffffe1";
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="#82B6D7";
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=64;
aI("text=Home;url=index.html;");
aI("text=Meetings;url=meetings.htm;");
aI("showmenu=News;text=Latest news;");
aI("showmenu=Aims;text=Aims and beliefs;");
aI("showmenu=Education;text=Education;");
aI("showmenu=Articles;text=Articles;");
aI("showmenu=Philosophy;text=Philosophy;");
aI("showmenu=Resources;text=Resources;");
aI("text=Links;url=links.htm;");
aI("showmenu=FAQ;text=FAQ;");
aI("showmenu=About;text=About us;");
}

with(milonic=new menuname("News")){
overflow="scroll";
style=menuStyle;
aI("text=Local news;url=newslocal.htm;")
aI("text=National news;url=newsnational.htm;")
aI("text=International news;url=newsinternational.htm;")
}

with(milonic=new menuname("Aims")){
overflow="scroll";
style=menuStyle;
aI("text=Secular aims;url=secular.htm;")
aI("text=Humanist beliefs;url=humanism.htm;")
aI("text=Answering the big questions of life;url=big.htm;")
aI("text=Outrage and frustration;url=frustration.htm;")
}

with(milonic=new menuname("Education")){
overflow="scroll";
style=menuStyle;
aI("text=Advice for non-believing parents in Derby/Derbyshire;url=parents.htm;")
aI("text=Worship and RE in schools;url=re.htm;")
aI("text=Religiously segregated schools;url=faithschools.htm;")
aI("text=The dangers of Operation Christmas Child;url=purse.htm;")
aI("text=Suggestions for teaching a non-theist view of the world;url=nontheist.htm;")
aI("text=Lesson plans for teachers;url=lessons.htm;")
aI("text=Working with SACREs;url=sacre.htm;")
}

with(milonic=new menuname("Articles")){
overflow="scroll";
style=menuStyle;
aI("text=Articles written by us;url=articles.htm;")
aI("text=Wole Soyinka Reith lecturer;url=soyinka.htm;")
}

with(milonic=new menuname("Philosophy")){
overflow="scroll";
style=menuStyle;
aI("text=Is there a god?;url=god.htm;")
aI("text=The standard arguments about god;url=philosophy.htm;")
aI("text=The psychology of religion;url=psych.htm;")
aI("text=Morality and the common moral decencies;url=morals.htm;")
aI("text=Respect: where to draw the line;url=line.htm;")
aI("text=The Pink Hippo;url=http://www.thepinkhippo.org;")
}

with(milonic=new menuname("Resources")){
overflow="scroll";
style=menuStyle;
aI("text=Presentations and documents;url=presentdoc.htm;")
aI("text=Lesson plans for teachers;url=lessons.htm;")
aI("text=Books;url=books.htm;")
aI("text=DVDs;url=dvds.htm;")
}

with(milonic=new menuname("FAQ")){
overflow="scroll";
style=menuStyle;
aI("text=Frequently Asked Questions - with answers;url=faq.htm;")
aI("text=Glossary of terms used about religion;url=glossary.htm;")
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=About us;url=about.htm;")
aI("text=Our meetings;url=meetings.htm;")
aI("text=Get on our mailing list;url=contacts.htm;")
aI("text=Get our T shirt!;url=stuff.htm;")
aI("text=Contact us;url=contacts.htm;")
}

drawMenus();

