_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="black";
oncolor="#FFFFFF";
offbgcolor="black";
offcolor="#ffffff";
bordercolor="black";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#black";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='black', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=46;
left=308;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;showmenu=Home;oncolor=white;offcolor=white;offbgcolor=black;");
aI("text=Overview;showmenu=Overview;oncolor=white;offcolor=white;offbgcolor=black;");
aI("text=Policy Areas;showmenu=Policy;oncolor=white;offcolor=white;offbgcolor=black;");
aI("text=Download(pdf);showmenu=Download;oncolor=white;offcolor=white;offbgcolor=black;");
aI("text=Appendix A;showmenu=Appendix A;oncolor=white;offcolor=white;offbgcolor=black;");

}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
aI("text=Mangawhai News;url=../mangawhai.htm;");
aI("text=KDC Home;url=../index.htm;");

}

with(milonic=new menuname("Overview")){
style=menuStyle;
overflow="scroll";
aI("text=foreword;url=./overview_foreword.htm;");
aI("text=introduction;url=./index.htm;");
aI("text=mangawhai;url=./mangawhai.htm;");
aI("text=why use a structure plan for mangawhai;url=./overview_why.htm;");
aI("text=what is a structure plan;url=./overview_what.htm;");
aI("text=how this structure plan was formulated;url=./overview_how.htm;");
aI("text=structure plan and the ongoing planning process;url=./overview_planning.htm;");
aI("text=structure planning process;url=./overview_plan.htm;");
aI("text=framework for the mangawhai structure plan;url=./overview_framework.htm;");
aI("text=how the policy areas were identified;url=./overview_policy.htm;");
}

with(milonic=new menuname("Policy")){
style=menuStyle;
aI("text=conservation;url=./conservation.htm;image=bar_1.gif;");
aI("text=rural residential;url=./rural.htm;image=bar_2.gif;");
aI("text=mangawhai residential;url=./residential.htm;image=bar_3.gif;");
aI("text=wood street business;url=./business.htm;image=bar_4.gif;");
aI("text=industrial;url=./industrial.htm;image=bar_5.gif;");
aI("text=mangawhai heads recreation reserve;url=./reserve.htm;image=bar_6.gif;");
aI("text=mangawhai park and golf course;url=./golf_course.htm;image=bar_7.gif;");
aI("text=mangawhai village;url=./village.htm;image=bar_8.gif;");
aI("text=future actions;url=./future.htm;image=bar_9.gif;");
}

with(milonic=new menuname("Download")){
style=menuStyle;
aI("text=foreword (28Kb);url=./pdf/foreword.pdf;image=pdf.gif;");
aI("text=introduction (165Kb);url=./pdf/introduction.pdf;image=pdf.gif;");
aI("text=mangawhai (198Kb);url=./pdf/mangawhai.pdf;image=pdf.gif;");
aI("text=why use a structure plan for mangawhai (162Kb);url=./pdf/why_use_a_structure_plan_for_mangawhai.pdf;image=pdf.gif;");
aI("text=what is a structure plan (204Kb);url=./pdf/what_is_a_structure_plan.pdf;image=pdf.gif;");
aI("text=how this structure plan was formulated (321Kb);url=./pdf/how_this_structure_plan_was_formulated.pdf;image=pdf.gif;");
aI("text=structure plan and the ongoing planning process (64Kb);url=./pdf/structure_plan.pdf;image=pdf.gif;");
aI("text=structure planning process (142Kb);url=./pdf/structure_planning_process.pdf;image=pdf.gif;");
aI("text=framework for the mangawhai structure plan (89Kb);url=./pdf/framework_for_the_mangawhai_structure_plan.pdf;image=pdf.gif;");
aI("text=how the policy areas were identified (332Kb);url=./pdf/how_the_policy_areas_were_identified.pdf;image=pdf.gif;");
aI("text=conservation (459Kb);url=./pdf/conservation.pdf;image=pdf.gif;");
aI("text=rural residential (745Kb);url=./pdf/rural_residential.pdf;image=pdf.gif;");
aI("text=mangawhai residential (1.319Mb);url=./pdf/mangawhai_residential.pdf;image=pdf.gif;");
aI("text=wood street business (558Kb);url=./pdf/wood_street_business.pdf;image=pdf.gif;");
aI("text=industrial (497Kb);url=./pdf/industrial.pdf;image=pdf.gif;");
aI("text=mangawhai heads recreation reserve (530Kb);url=./pdf/mangawhai_heads_recreation_reserve.pdf;image=pdf.gif;");
aI("text=mangawhai park and golf course (661Kb);url=./pdf/mangawhai_park_&_golf_course.pdf;image=pdf.gif;");
aI("text=mangawhai village (1.039Mb);url=./pdf/mangawhai_village.pdf;image=pdf.gif;");
aI("text=future actions (46Kb);url=./pdf/future_actions.pdf;image=pdf.gif;");

}

with(milonic=new menuname("Appendix A")){
style=menuStyle;
aI("text=Submission on Mangawhai Structure Plan (260Kb);url=./pdf/app.pdf;image=pdf.gif;");
}

drawMenus();
