


_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=0              // Sub menu top offset
_subOffsetLeft=0     	      // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(Style1=new mm_style()){
onbgcolor="#B80419";
oncolor="#ffffff";
offbgcolor="#6A6A6A";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=2;
fontalign="right";
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma,verdana";
pagecolor="#ffffff";
pagebgcolor="#BFB7A1";
headercolor="#000000";
headerbgcolor="";
subimage="";
subimagepadding=2;
overfilter="";
outfilter="";
}

with(StyleMain=new mm_style()){
onbgcolor="#B80419";
oncolor="#ffffff";
offbgcolor="#F6F6F6";
offcolor="#414141";
bordercolor="#F6F6F6";
borderwidth=1;
separatorcolor="#E5E5E5";
separatorsize="1";
padding=2;
fontalign="right";
fontsize="11px";
fontstyle="normal";
fontfamily="tahoma,verdana";
pagecolor="#B80419";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding=2;
overfilter="";
outfilter="";
}

with(milonic=new menuname("clubs")){
style=Style1;
aI("text=&nbsp;Athletics;itemwidth=140;url=content.asp?ID=3;");
aI("text=&nbsp;Boat Club;itemwidth=140;url=content.asp?ID=4");
aI("text=&nbsp;Bowls;itemwidth=140;url=content.asp?ID=5");
aI("text=&nbsp;Cricket;itemwidth=140;url=content.asp?ID=6");
aI("text=&nbsp;Happy Hour;itemwidth=140;url=content.asp?ID=7");
aI("text=&nbsp;Hockey;itemwidth=140;url=content.asp?ID=48");
aI("text=&nbsp;Junior Soccer;itemwidth=140;url=content.asp?ID=49");
aI("text=&nbsp;Squash;itemwidth=140;url=content.asp?ID=51");
aI("text=&nbsp;Swimming;itemwidth=140;url=content.asp?ID=52");
aI("text=&nbsp;Tennis;itemwidth=140;url=content.asp?ID=13");
aI("text=&nbsp;Wargames;itemwidth=140;url=content.asp?ID=53");
aI("text=&nbsp;Waterpolo;itemwidth=140;url=content.asp?ID=18");
}

with(milonic=new menuname("newsletter")){
style=Style1;
aI("text=&nbsp;Latest;itemwidth=140;url=");
aI("text=&nbsp;Archive;itemwidth=140;url=");
}

with(milonic=new menuname("galleries")){
style=Style1;
aI("text=&nbsp;Sports;itemwidth=140;url=gallery_list.asp?Category=Sport");
aI("text=&nbsp;Cultural;itemwidth=140;url=gallery_list.asp?Category=Cultural");
aI("text=&nbsp;Academic;itemwidth=140;url=gallery_list.asp?Category=Academic");
aI("text=&nbsp;Other;itemwidth=140;url=gallery_list.asp?Category=Other");
}


drawMenus();

