
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset




with(menuStyle=new mm_style()){
onbgcolor="#999999";
oncolor="#FFFFFF";
offbgcolor="#999999";
offcolor="#FFFFFF";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize=0;
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#3333CC";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=20;
screenposition="left;top";
left="offset=10"
top="offset=10"
alwaysvisible=1;
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Mancetter;;showmenu=Mancetter");
aI("text=Ridge Lane;;showmenu=Ridge Lane");
aI("text=Parish Council;showmenu=Parish Council;");
aI("text=Community Association;showmenu=Community Association;");
aI("text=Borough Council;showmenu=Borough Council;");
aI("text=County Council;showmenu=County Council;");
aI("text=Site Search;url=search.htm;");
aI("text=Site Map;url=sitemap.htm;");
}

with(milonic=new menuname("Mancetter")){
style=menuStyle;
overflow="scroll";
aI("text=About Mancetter;url=manabout.htm;");
aI("text=Location;url=manloc.htm;");
aI("text=History;url=manhist.htm;");
aI("text=Church;url=stpeters.htm;");
aI("text=Organisations & Clubs;showmenu=Mancetter Organisations;");
aI("text=Post Office;url=manpost.htm;");
aI("text=The Blue Boar Inn;url=theblueboar.html;");
aI("text=The Plough;url=theplough.html;");
}

with(milonic=new menuname("Ridge Lane")){
style=menuStyle;
overflow="scroll";
aI("text=About Ridge Lane;url=rlabout.htm;");
aI("text=Methodist Church and Community Hall;url=rlmch.htm;");
aI("text=Organisations and Clubs;url=rlclubs.htm;");
aI("text=Businesses;url=rlbusiness.htm;");
aI("text=Church End Brewery;url=churchendbrewery.html;");
aI("text=The White Hart;url=thewhitehart.html;");
}

with(milonic=new menuname("Parish Council")){
style=menuStyle;
aI("text=About the Parish Council;url=pcabout.htm;");
aI("text=Parish Council Meetings;url=pcmeetings.htm;");
aI("text=Parish Clerk;url=pcclerk.htm;");
aI("text=Parish Councillors;url=pccouncillors.htm;");
aI("text=Parish Paths;url=paths.htm;");
aI("text=Walking;url=walking.htm;");
aI("text=Allotments;url=allotments.htm;");
}

with(milonic=new menuname("Community Association")){
style=menuStyle;
aI("text=About the Community Association;url=caabout.htm;");
aI("text=Community Association Meetings;url=cameetings.htm;");
aI("text=Community Association Contacts;url=cacontacts.htm;");
}

with(milonic=new menuname("Mancetter Organisations")){
style=menuStyle;
aI("text=Memorial Hall;url=memhall.htm;");
aI("text=Scouts;url=manscouts.htm;");
aI("text=Neighbourhood Watch;url=nhwatch.htm;");
aI("text=Sure Start Children's Centre;url=surestart.htm;"); 
}

with(milonic=new menuname("Borough Council")){
style=menuStyle;
aI("text=Borough Councillors;url=bccouncillors.htm;");
aI("text=Neighbourhood Wardens;url=bcwardens.htm;");
}

with(milonic=new menuname("County Council")){
style=menuStyle;
aI("text=County Councillor;url=cccouncillor.htm;");
aI("text=Trading Standards News;url=cctsnews.htm;");
}


drawMenus();