


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#FFD700";
oncolor="#191970";
offbgcolor="#FFFF00";
offcolor="#0033CC";
bordercolor="#4169E1";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4169E1";
separatorsize="1";
padding=5;
fontsize="75%";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=160;
screenposition="center";
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Home;url=index.html;");
aI("text=Club;url=Profile.htm;showmenu=Club;");
aI("text=Admin;showmenu=Admin;");
aI("text=News;url=Club_News.htm;showmenu=News;");
aI("text=Calendar;url=Calendar_events.htm;");
aI("text=Times;showmenu=Times;");
aI("text=Coaching;url=Coaching.htm;showmenu=Coaching;");
aI("text=Links;url=Links.htm;");
aI("text=Contact us;url=mailto:webmaster@gasc.co.uk;");
}

with(milonic=new menuname("Club")){
style=menuStyle;
aI("text=Profile & History;url=Profile.htm;");
aI("text=Map;url=http://www.streetmap.co.uk/newmap.srf?x=377238&y=821504&z=0&sv=AB513QZ&st=2&pc=AB51+3QZ&mapp=newmap.srf&searchp=newsearch.srf;");
aI("text=Timetable;url=Timetable.htm;");
aI("text=Structure;url=Structure.htm;");
aI("text=Specials;url=Specials.htm;");
aI("text=Masters;url=Masters.htm;");
aI("text=Swimspeak;url=swimspeak.htm;");
}

with(milonic=new menuname("Admin")){
style=menuStyle;
aI("text=Committee;url=Committee.htm;");
aI("text=Constitution;url=Constitution.htm;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2005 News;url=Club_News.htm;");
aI("text=2004 News;url=Club_News_2004.htm;");
aI("text=2003 News;url=Club_News_2003.htm;");
}

with(milonic=new menuname("Times")){
style=menuStyle;
aI("text=Personal Bests;url=PB_Times.htm;");
aI("text=Results;url=Results.htm;showmenu=Results;subimage=images/arrow.gif;");
aI("text=Club Records;url=GASC_Records.htm;showmenu=Club Records;subimage=images/arrow.gif;");
}

with(milonic=new menuname("Club Records")){
style=menuStyle;
aI("text=Club Records;url=GASC_Records.htm;");
aI("text=Championship Records;url=Championship_Records.htm;")
}

with(milonic=new menuname("Results")){
style=menuStyle;
aI("text=2004;url=Results.htm;");
aI("text=2003;url=Results_2003.htm;");
}

with(milonic=new menuname("Coaching")){
style=menuStyle;
aI("text=Coaches;url=Coaches.htm;");
aI("text=Qualifying Times;url=Qualifying_Times.htm;");
aI("text=Splashchats;url=Splashchats.htm;");
aI("text=Coaches Reports;url=Coaches_Reports.htm;");
aI("text=TESTING-Coaches & Teachers Only;url=Coaches_Teachers/gasc_coach_teach.htm;");
}

drawMenus();

