_menuCloseDelay=0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=-171;             // Sub menu top offset
_subOffsetLeft=-139;            // Sub menu left offset

/// Style Definitions ///

with(mainStyleHoriz=new mm_style()){
onbgcolor="#B2CFEB";
oncolor="#0D2E8C";
offbgcolor="#B2CFEB";
offcolor="#000000";
bordercolor="#B2CFEB";
borderstyle="solid";
borderwidth=0;
separatorcolor="B2CFEB";
separatorsize=49;
padding=3;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana";
subimage="submenu_arrow_down-off.gif";
onsubimage="submenu_arrow_down-on.gif";
}

// Main Menu

with(milonic=new menuname("mainMenuHoriz")){
style=mainStyleHoriz;
top=171;
left=-57;
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=home.html;target=mainFrame;");
aI("text=Home;url=home.html;target=mainFrame;");
aI("text=Mission;url=mission.html;target=mainFrame;");
aI("text=Research;showmenu=research;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Staff;url=staff.html;target=mainFrame;");
aI("text=Info for Students;showmenu=Info for Students;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Jobs;url=jobs.html;target=mainFrame;");
aI("text=News;url=news.html;target=mainFrame;");
aI("text=Links;showmenu=links;target=mainFrame;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=FYI;url=fyi.html;target=mainFrame;");
aI("text=About us;url=location.html;target=mainFrame;");
}

drawMenus();

