_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(imageStyle=new mm_style()){
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle=new mm_style()){
onbgcolor="#4D5FA9";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#CFCFCF";
borderstyle="solid";
borderwidth=2;
separatorcolor="#E2E2E2";
separatorsize="2";
padding=2;
fontsize="80%";
fontstyle="normal";
fontfamily="Geneva, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#D68C48";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/fun_arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=8)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=imageStyle;
top=82;
left=28;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/ico_hom.gif;url=index.htm;");
aI("image=images/ico_abo.gif;showmenu=abo;");
aI("image=images/ico_con.gif;showmenu=con;");
aI("image=images/ico_sea.gif;url=search.htm;");
aI("image=images/ico_lib.gif;url=lib_over.htm;");
aI("image=images/ico_inf.gif;url=inf_over.htm;");
aI("image=images/ico_lin.gif;url=links.htm;");
}

with(milonic=new menuname("abo")){
style=menuStyle;
overflow="scroll";
aI("text=Aims and Objectives;url=abo_aim.htm;");
aI("text=Annual Reports;showmenu=rep;");
aI("text=Staff;url=abo_sta.htm;");
}

with(milonic=new menuname("rep")){
style=menuStyle;
overflow="scroll";
aI("text=2001;url=documents/annual_rep_2001.pdf;");
aI("text=2002;url=documents/annual_rep_2002.pdf;");
aI("text=2003;url=documents/annual_rep_2003.pdf;");
aI("text=2004;url=documents/annual_rep_2004.pdf;");
aI("text=2005;url=documents/annual_rep_2005.pdf;");
aI("text=2006;url=documents/annual_rep_2006.pdf;");
aI("text=2007;url=documents/annual_rep_2007.pdf;");
aI("text=2008;url=documents/annual_rep_2008.pdf;");
aI("text=2009;url=documents/annual_rep_2009.pdf;");
}

with(milonic=new menuname("con")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Details;url=con_ove.htm;");
aI("text=Map;url=con_map.htm;");
}

with(milonic=new menuname("lib")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=lib_over.htm;");
}

with(milonic=new menuname("inf")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=inf_over.htm;");
}


drawMenus();
