


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=5;
left=1;
alwaysvisible=1;
orientation="vertical"


aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=About the Centre;showmenu=Dates;");
aI("text=Membership;url=membership.htm;showmenu=Membership;");
aI("text=Clubs/Sections;showmenu=Sections;");
aI("text=Publications;url=publications.htm;showmenu=Publications;");
aI("text=Classes;showmenu=Links;");
aI("text=Activities;showmenu=Activities;");
aI("text=Millennium Tapestry;url=millennium.htm;showmenu=Tapestry;");
aI("text=Centre Letter;url=monthlypublications.htm;status=Centre Letter;");
aI("text=Contact us;url=contact.htm;showmenu=Other;");
aI("text=New Hall;url=newhall.htm;");
aI("text=Civil Weddings;url=weddings.htm;");
}

with(milonic=new menuname("Dates")){
style=menuStyle;
overflow="scroll";
aI("text=Opening times;url=opening.htm;");
aI("text=Dates for your diary;url=dates.htm;");
aI("text=Management and Staff;url=management.htm");
aI("text=Facilities and Room Hire;url=hire.htm;");
aI("text=The Buildings;url=history.htm;");
}

with(milonic=new menuname("Membership")){
style=menuStyle;
overflow="scroll";
aI("text=Affiliation/list of Affiliated Groups;url=affiliates.htm;");
aI("text=LCA Membership;url=membership.htm;");
}

with(milonic=new menuname("Sections")){
style=menuStyle;
aI("text=Centre Pre-School;url=playgroup.htm;");
aI("text=Lymington Players;url=players.htm;");
aI("text=Theatregoers;url=theatreshort.htm;");
aI("text=Cinema;url=cinema.htm;");
aI("text=Chess Club;url=chess.htm;");
aI("text=Short Mat Bowls;url=bowls.htm;");
aI("text=Lymington Film Society;url=artscinema.htm;");
}

with(milonic=new menuname("Publications")){
style=menuStyle;
aI("text=Make Leisure a Pleasure July 2009;url=publications.htm;");

}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Classes for young people;url=young.htm");
aI("text=Computer;url=computer.htm");
aI("text=Art;url=art.htm;");
aI("text=Patchwork and Quilting;url=patchwork.htm;");
aI("text=Flex and Tone;url=flex.htm;");
aI("text=RYA Navigation & Diesel Engine Maintenance;url=navigation.htm;");
aI("text=Amateur Radio;url=AmateurRadio.htm;");
aI("text=Workers Educational Association;url=wea.htm;");
aI("text=Term dates for classes;url=classdates.htm;");
}

with(milonic=new menuname("Activities")){
style=menuStyle;
margin=20;
aI("text=Films;url=cinema.htm;");
aI("text=Theatre in the Malt Hall;url=players.htm;");
aI("text=Theatre trips;url=theatreshort.htm;");
aI("text=Coach trips:;url=coachtrip.htm;");
aI("text=Dancing;url=dancing.htm;");
aI("text=Book sales/Exhibitions;url=exhibitions.htm;");
}

with(milonic=new menuname("Tapestry")){
style=menuStyle;
margin=20;
aI("text=Panel One;url=panelone.htm;");
aI("text=Panel Two;url=paneltwo.htm;");
aI("text=Panel Three;url=panelthree.htm;");
aI("text=Panel Four;url=panelfour.htm;");
aI("text=Panel Five;url=panelfive.htm;");
}

with(milonic=new menuname("Other")){
style=menuStyle;
margin=20;
aI("text=How to find us;url=map.htm;");
aI("text=Links;url=links.htm;");
aI("text=Volunteering;url=volunteer.htm;");
}



drawMenus();
