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()){
itemheight=35;
fontfamily="Arial, Verdana, Tahoma";
fontsize="14px";
fontstyle='normal';
fontweight='bold';
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
padding=0;
/*headerbgcolor="#ffffff";
headercolor="#000000";*/
oncolor="#FFFFFF";
offcolor="#FFFFFF";
onbgcolor="#006738";
offbgcolor="#8cc63f";
/*pagebgcolor="#82B6D7";
pagecolor="black";*/
separatorcolor="#FFFFFF";
separatorsize=1;
/*subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;*/
/*outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";*/
}

with(menuStyle2=new mm_style()){

fontfamily="Arial, Verdana, Tahoma";
fontsize="14px";
fontstyle='normal';
fontweight='bold';
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
padding=3;
/*headerbgcolor="#ffffff";
headercolor="#000000";*/
oncolor="#FFFFFF";
offcolor="#FFFFFF";
onbgcolor="#006738";
offbgcolor="#8cc63f";
/*pagebgcolor="#82B6D7";
pagecolor="black";*/
separatorcolor="#FFFFFF";
separatorsize=1;
/*subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;*/
/*outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";*/
}

with(milonic=new menuname("Main Menu")){
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp Home &nbsp;url=index.asp;");
aI("showmenu=Proposal;text=&nbsp Proposal &nbsp;url=introduction.asp;");
aI("showmenu=Documents;text=&nbsp Plans &amp; Documents &nbsp;url=plans-documents.asp;");
aI("showmenu=PublicConsultation;text=&nbsp Public Consultation &nbsp;url=events.asp;");
aI("showmenu=History;text=&nbsp History &nbsp;url=history.asp;");
aI("showmenu=Feedback;text=&nbsp Feedback &nbsp;url=faqs.asp;");
aI("showmenu=Timeline;text=&nbsp Timeline &nbsp;url=timeline.asp");
aI("showmenu=NewsUpdates;text=&nbsp News &amp; Updates &nbsp;url=news.asp;");
aI("showmenu=NewsUpdates;text=&nbsp E-zine &nbsp;url=ezine.asp;");
}



with(milonic=new menuname("Proposal")){
overflow="scroll";
style=menuStyle2;
aI("text=&nbsp Introduction;url=introduction.asp;")
aI("text=&nbsp New jobs &nbsp;url=new-jobs.asp;")
aI("text=&nbsp Business park &nbsp;url=business-park.asp;")
aI("text=&nbsp New homes &nbsp;url=new-homes.asp;")
aI("text=&nbsp Country park &nbsp;url=country-park.asp;")
aI("text=&nbsp Quality of life &nbsp;url=quality-of-life.asp;")
aI("text=&nbsp Development context &nbsp;url=development-context.asp;")
}

with(milonic=new menuname("Plans & Documents")){
style=menuStyle2;

}

with(milonic=new menuname("PublicConsultation")){
style=menuStyle2;
aI("text=&nbsp Future public consultation &nbsp;url=events.asp?type=forth;");
aI("text=&nbsp Past public consultation &nbsp;url=events.asp?type=previous;");
}

with(milonic=new menuname("History")){
style=menuStyle2;

}

with(milonic=new menuname("Feedback")){
style=menuStyle2;
aI("text=&nbsp FAQs &nbsp;url=faqs.asp;");
aI("text=&nbsp Ask a question &nbsp;url=ask-a-question.asp?faqtype=question;");
aI("text=&nbsp Have your say &nbsp;url=have-your-say.asp?faqtype=haveyoursay;");
aI("text=&nbsp Supporters &nbsp;url=supporters.asp;");
}

with(milonic=new menuname("NewsUpdates")){
style=menuStyle2;

}

drawMenus();


