


_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="#33CC00";
oncolor="#FFFFFF";
offbgcolor="#339900";
offcolor="#FFFFFF";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize=0;
padding=5;
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#33FF00";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/wayg090.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=20;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Club Information;showmenu=Club;");
aI("text=Walks;showmenu=Walks;");
aI("text=Programme;showmenu=Programme;");
aI("text=Contacts;showmenu=Contacts;");
aI("text=Links;showmenu=Links;");
aI("text=Help;showmenu=Help;");
}

with(milonic=new menuname("Club")){
style=menuStyle;
overflow="scroll";
aI("text=About the Club;url=about.htm;");
aI("text=Membership Information;url=membership.htm;");
aI("text=FAQ's;url=faq.htm;");
}

with(milonic=new menuname("Walks")){
style=menuStyle;
aI("text=What you need for a walk;url=needtoknow.htm;");
aI("text=Visitors Information;url=visitors.htm;");
aI("text=Walks Grades;url=grades.htm;");
aI("text=Weekday Walks;url=weekdays.htm;");
aI("text=Saturday Walks;url=saturdays.htm;");
aI("text=Sunday Walks;url=sundays.htm;");
}

with(milonic=new menuname("Programme")){
style=menuStyle;
aI("text=Programme Information;url=programme.htm;");
aI("text=Meeting Places;url=meetplace.htm;");
aI("text=Walks in April;url=apr10.html;")
aI("text=Walks in May;url=may10.html;")
aI("text=Walks in June;url=jun10.html;")
aI("text=Walks in July;url=jul10.html;")
}

with(milonic=new menuname("Contacts")){
style=menuStyle;
aI("text=Contacts;url=contacts.htm;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Local Links;url=linkslocal.htm;");
aI("text=National Links;url=linksnat.htm;");
aI("text=Regional Links;url=linksreg.htm;");
aI("text=Other Links;url=linksother.htm;");
aI("text=Commercial Links;url=linkscomm.htm;");
aI("text=Links Policy;url=linkspolicy.htm;");
}

with(milonic=new menuname("Help")){
style=menuStyle;
aI("text=Site Search;url=search.htm;");
}

drawMenus();


