fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="none";
fontfamily="Arial";
fontsize="100%";
fontweight="bold";
headerbgcolor="#000000";
headercolor="#000000";
itemwidth="72";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#9AD12C";
padding=3;
pagebgcolor="#000000";
pagecolor="#9AD12C";
separatorcolor="#000000";
separatorsize=0;
separatorwidth=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center"
left="offset=107";
orientation="horizontal";
style=menuStyle;
top=60;
aI("showmenu=priorities;text=priorities;");
aI("showmenu=keepsafe;text=keep safe;");
aI("showmenu=news;text=news;");
aI("showmenu=publications;text=publications;");
aI("showmenu=links;text=links;");
aI("showmenu=aboutus;text=about us;");
}

with(milonic=new menuname("priorities")){
overflow="scroll";
style=menuStyle;
aI("text=introduction;url=/pages/priorities.asp;pagematch=priorities.asp")
aI("text=priority 1;url=/pages/priority1.asp;pagematch=priority1.asp")
aI("text=priority 2;url=/pages/priority2.asp;pagematch=priority2.asp")
aI("text=priority 3;url=/pages/priority3.asp;pagematch=priority3.asp")
aI("text=priority 4;url=/pages/priority4.asp;pagematch=priority4.asp")
aI("text=priority 5;url=/pages/priority5.asp;pagematch=priority5.asp")
aI("text=normanton;url=/pages/normanton.asp;pagematch=normanton.asp")
aI("text=stockbrook;url=/pages/stockbrook.asp;pagematch=stockbrook.asp")
aI("text=osmaston;url=/pages/osmaston.asp;pagematch=osmaston.asp")
aI("text=austin estate;url=/pages/austinestate.asp;pagematch=austinstate.asp")
aI("text=sinfin;url=/pages/sinfin.asp;pagematch=sinfin.asp")
}

with(milonic=new menuname("keepsafe")){
overflow="scroll";
style=menuStyle;
aI("text=introduction;url=/pages/keepsafe.asp;pagematch=keepsafe.asp")
aI("text=preventing city crime;url=/pages/crimeprevention.asp;pagematch=crimeprevention.asp")
aI("text=anti-social behaviour;url=/pages/asb.asp;pagematch=asb.asp")
aI("text=burglary reduction;url=/pages/burglaryred.asp;pagematch=burglaryred.asp")
aI("text=domestic<BR>violence;url=/pages/domesticviolence.asp;pagematch=domesticviolence.asp")
aI("text=incident<BR>report;url=/pages/ksincidentreport.asp;pagematch=ksincidentreport.asp")
}

with(milonic=new menuname("news")){
overflow="scroll";
style=menuStyle;
aI("text=news archive;url=/pages/newsarchive.asp;pagematch=news")
aI("text=press releases;url=/pages/pressreleases.asp;pagematch=pressreleases.asp")
aI("text=events;url=/pages/events.asp;pagematch=events")
}

with(milonic=new menuname("publications")){
overflow="scroll";
style=menuStyle;
aI("text=pub. archive;url=/pages/pubarchive.asp;pagematch=pubarchive.asp")
aI("text=glossary;url=/pages/glossary.asp;pagematch=glossary.asp")
}

with(milonic=new menuname("links")){
overflow="scroll";
style=menuStyle;
aI("text=links archive;url=/pages/linksarchive.asp;pagematch=linksarchive.asp")
}

with(milonic=new menuname("aboutus")){
overflow="scroll";
style=menuStyle;
aI("text=partnership<BR>structure;url=/pages/partnershipstructure.asp;pagematch=partnershipstructure.asp")
aI("text=dcsp structure;url=/pages/dcspstructure.asp;pagematch=dcspstructure.asp")
aI("text=partner orgs;url=/pages/partnerorgs.asp;pagematch=partnerorgs.asp")
aI("text=feedback form;url=/pages/feedback.asp;pagematch=feedback.asp")
aI("text=incident report;url=/pages/auincidentreport.asp;pagematch=auincidentreport.asp")
aI("text=register;url=/pages/register.asp;pagematch=register.asp")
aI("text=contact us;url=/pages/contactus.asp;pagematch=contactus.asp")
}

drawMenus();