
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
	onclass  = "SideMenuOn";
	offclass = "SideMenu";
	oncolor = "#EAE7E2";			// off gray
	offcolor = "#900";				// dark red (this is not the same as the "Eastern" red because it is too dark looking for single lines of small text
	onbgcolor = "#750017";			// darker "Eastern" red
	offbgcolor = "#EAE7E2";			// off gray
	menubgcolor = "#EAE7E2";		// off gray
	pagecolor = "#EAE7E2";			// for the current page (off gray)
	pagebgcolor = "#263860";		// for the current page ("Eastern" blue)
	borderwidth = "0";
	margin = "0";
	padding = "0";
	separatorcolor="#eae7e2";
	separatorsize="12";
	fontsize = "1.15em";
	fontweight = "bold";
	fontstyle = "normal";
	fontfamily = "Helvetica, Verdana, sans-serif";
	itemwidth = "257";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="vertical";

aI("text=VISITORS;url=http://www.easternct.edu/visitors/;"); // should be: http://www.easternct.edu/visitors/
aI("text=PROSPECTIVE STUDENTS;url=http://www.easternct.edu/prospectivestudents/;"); // should be: http://www.easternct.edu/prospectivestudents/
aI("text=CURRENT STUDENTS;url=http://www.easternct.edu/portal/;"); // should be: http://www.easternct.edu/portal/
aI("text=ALUMNI, PARENTS, &amp; FRIENDS;url=http://www.easternct.edu/alumni/alumni_friends/;"); //should be: http://www.easternct.edu/alumni/alumni_friends/
aI("text=FACULTY AND STAFF;url=http://www.easternct.edu/faculty_staff.php;"); // should be: http://www.easternct.edu/faculty_staff.php
//aI("text=INSIDE EASTERN;url=insideEastern/login.html;");
}

drawMenus();


