_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#43C6E5";
offbgcolor="#D9F3FA";
oncolor="#000000";
offcolor="#000000";
bordercolor="#43C5E4";
borderstyle="solid";
borderwidth=1;
separatorcolor="#43C5E4";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="95";
itemheight="28";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("3")){
style=menuStyle;
aI("text=STAFF VACANCIES;url=dynamicdata/staffvaccancies.asp;status=STAFF VACANCIES;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=ADMISSIONS;url=dynamicdata/admissionnvac.asp;status=ADMISSIONS;");
aI("text=EDUCATION;url=dynamicdata/schoolin.asp;status=EDUCATION;");
}

drawMenus();

