fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(LeftMenueStyle=new mm_style()){	

	onclass="LeftMenueTextOn";
	offclass="LeftMenueTextOff";
	padding=2;
	itemwidth=175;
	itemheight=23;
}


with( LeftMenueSubStyle=new mm_style() ){	

	onclass  = "LeftSubMenueon";
	offclass = "LeftSubMenueOff";
	subimagepadding = 10;
	padding  = 3;
	bordercolor = "#ACABAB";
	borderstyle = "solid";
	borderwidth = 1;
	separatoralign="left";
	separatorcolor="#16183E";
	separatorwidth="100%";
}


	with(milonic=new menuname("Main Menu")){
style=LeftMenueStyle;
alwaysvisible=1;
orientation="vertical";
aI("text=Schools;showmenu=additional_schools");
aI("text=Admissions;url=http://www.easternct.edu/admissions/");
aI("text=Center for Educational Excellence;url=http://www.easternct.edu/cee/;");
aI("text=First Year Program;url=http://www.easternct.edu/firstyear/;");
aI("text=Library;url=http://www.easternct.edu/smithlibrary/;");
aI("text=Engaged Learning;url=http://academicaffairs.easternct.edu/ExpLearn.htm;");
aI("text=Faculty Support;showmenu=facultysupport;");
aI("text=Student Support;showmenu=support;");
aI("text=Academic Affairs Home;url=http://www.easternct.edu/academicaffairs/;");
}

with(milonic=new menuname("additional_schools")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=School of Arts and Sciences;url=http://www.easternct.edu/artsandsciences/;");
aI("text=School of Continuing Education;url=http://www.easternct.edu/ce/;");
aI("text=School of Education/Professional Studies;url=http://www.easternct.edu/educationandprofstudies/;");
aI("text=Graduate Division;url=http://www.easternct.edu/graduate/;");
}

with(milonic=new menuname("support")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Academic Services Center (ASC);url=http://www.easternct.edu/asc/;");
aI("text=Academic Advising;url=http://advising.easternct.edu/;");
aI("text=Financial Aid;url=http://www.easternct.edu/finaid/;");
aI("text=Tutoring Center;url=http://www.easternct.edu/asc/tutoringcenter/;");
aI("text=Registrar;url=http://www.easternct.edu/registrar/;");
}

with(milonic=new menuname("facultysupport")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Part-time Faculty;url=http://www.easternct.edu/academicaffairs/faculty.htm;");
aI("text=Full-time Faculty;url=http://www.easternct.edu/facultydevelopment/;");
//aI("text=Learning Center;url=http://www.easternct.edu/tutoringcenter/;");
//aI("text=Registrar;url=http://www.easternct.edu/registrar/;");
}

drawMenus();


