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="#C0C0C0";
borderstyle="solid";
borderwidth=1;
fontfamily="Corbel, Verdana, Tahoma, Arial";
fontsize="115%";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#CCCCCC";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=6;
pagebgcolor="#EEEEEE";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
separatorpadding=0;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
menuwidth=922;
menualign="left";
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=258;

aI("text=Home;url=index.html;");
aI("showmenu=Aims;text=Aims and beliefs;");
aI("showmenu=Education;text=Education;");
aI("showmenu=Philosophy;text=Philosophy;");
aI("showmenu=Resources;text=Resources;");
aI("text=FAQ;url=faq.htm;");
aI("text=Links;url=links.htm;");
aI("showmenu=About;text=About us;");
aI("text=;url=null.htm;");
}

with(milonic=new menuname("Aims")){
overflow="scroll";
style=menuStyle;
aI("text=Secular aims;url=secular.htm;");
aI("text=Declaration on Secularism;url=declaration.htm;");
aI("text=Humanist beliefs;url=humanism.htm;");
}

with(milonic=new menuname("Education")){
overflow="scroll";
style=menuStyle;
aI("text=Advice to non-believing parents in Derbyshire;url=parents.htm;");
aI("text=Segregated religious schools ('faith' schools);url=segregated.htm;");
aI("text=Worship and RE in schools;url=schools.htm;");
aI("text=Information for teachers;url=teachers.htm;");
aI("text='No Need For God' - new book;url=http://www.trusleypress.com/books.htm;");
}

with(milonic=new menuname("Philosophy")){
overflow="scroll";
style=menuStyle;
aI("text=Is there a god?;url=god.htm;");
aI("text=The standard philosphical arguments about gods;url=philosophy.htm;");
aI("text=Answers to the big questions of life;url=big.htm;");
aI("text=The pyschology of religion;url=psych.htm;");
aI("text=Why morality is too important to be left to religions;url=morality.htm;");
aI("text=The Pink Hippo;url=http://www.thepinkhippo.org;");
}

with(milonic=new menuname("Resources")){
overflow="scroll";
style=menuStyle;
aI("text=Speakers, newsletters, books, DVDs etc.;url=resources.htm;");
aI("text=Articles;url=articles.htm;");
aI("text='No Need For God' - new book;url=http://www.trusleypress.com/books.htm;");
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=About us;url=about.htm;")
aI("text=Contact us;url=contactus.htm;")
}

drawMenus();


