/*
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="#006600";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#006600";
bordercolor="#006600";
borderstyle="solid";
borderwidth=2;
separatorcolor="#006600";
separatorsize="2";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="Black";
pagebgcolor="#fffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=10;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=http://www.stchadstennis.net/;status=Back To Home Page;");
aI("text=Facilities;showmenu=Facilities;");
aI("text=Membership;showmenu=Membership;");
aI("text=Events / Comps;url=\Events.htm;");
aI("text=Coaching;showmenu=Coaching;");
aI("text=Teams;showmenu=Teams;");
aI("text=Contact Us;url=\Contact.htm;");
aI("text=Links;url=\Links.htm;");
}

with(milonic=new menuname("Facilities")){
style=menuStyle;
aI("text=Facilities;url=\Facilities.htm;");
aI("text=Location;url=\Location.htm;");
}

with(milonic=new menuname("Membership")){
style=menuStyle;
aI("text=Details;url=Membership.htm;");
//aI("text=Members' Area (Restricted Access);url=\MembersNew/Members.htm;");
}

with(milonic=new menuname("Diary")){
style=menuStyle;
aI("text=On the Courts;url=\Courts.htm;");
aI("text=Social Diary;url=\Diary;");
}

with(milonic=new menuname("Coaching")){
style=menuStyle;
aI("text=Adults;url=\CoachAd.htm;");
aI("text=Children;url=\CoachCh.htm;");
//aI("text=Summer Camp;url=\SummerCamp2008.pdf;");
}

with(milonic=new menuname("Tournaments")){
style=menuStyle;
aI("text=American Tournament;url=;");
aI("text=Club Tournament;url=;");
aI("text=Local Leagues;url=;");
}

with(milonic=new menuname("Teams")){
style=menuStyle;
aI("text=Fixtures;url=\TeamFixtures.htm;");
aI("text=Contacts;url=\TeamContacts.htm;");
}
drawMenus();


