


_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("school")){
style=Style1;
aI("text=&nbsp;Enrol your son;itemwidth=140;url=content.asp?ID=2;");
aI("text=&nbsp;History of the School;itemwidth=140;url=content.asp?ID=3");
aI("text=&nbsp;Map;itemwidth=140;url=content.asp?ID=4");
aI("text=&nbsp;Centenary;itemwidth=140;url=content.asp?ID=5");
aI("text=&nbsp;Make a donation;itemwidth=140;url=content.asp?ID=6");
aI("text=&nbsp;Sponsorship opportunities;itemwidth=140;url=content.asp?ID=7");
}

with(milonic=new menuname("EventCalendar")){
style=Style1;
aI("text=&nbsp;Old Boy’s fixtures;itemwidth=140;url=content.asp?ID=8");
aI("text=&nbsp;School’s sporting fixtures;itemwidth=140;url=content.asp?ID=31");
aI("text=&nbsp;School’s cultural fixtures;itemwidth=140;url=content.asp?ID=10");
}

with(milonic=new menuname("OldBoys")){
style=Style1;
aI("text=&nbsp;Register;itemwidth=140;url=register.asp");
aI("text=&nbsp;Login;itemwidth=140;url=login.asp");
aI("text=&nbsp;Search;itemwidth=140;url=search.asp");
}


with(milonic=new menuname("NewFeatures")){
style=Style1;
aI("text=&nbsp;This month;itemwidth=140;url=content.asp?ID=11");
aI("text=&nbsp;Archives;itemwidth=140;url=content.asp?ID=12");
}

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();

