
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(LeftMenueStyle=new mm_style()){	
	onclass="LeftMenueTextOn";
	offclass="LeftMenueTextOff";
	padding=2;
	itemwidth=195;
	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=Message from the Dean;url=message.htm");
aI("text=Departments;showmenu=depts;");
aI("text=Programs;url=programs.html;");
aI("text=Resources;url=resources.html;");
aI("text=News and Events;showmenu=news;");
aI("text=Education/Professional Studies Home;url=index.html;");
}

with(milonic=new menuname("depts")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Business Administration;url=http://www.easternct.edu/business/;target=_blank");
aI("text=Communication;url=http://www.easternct.edu/communication/index.htm;target=_blank");
aI("text=Economics;url=http://www.easternct.edu/economics/;target=_blank");
aI("text=Education;url=http://nutmeg.easternct.edu/education/;target=_blank");
aI("text=Health and Physical Education;url=http://www.easternct.edu/physicaleducation/;target=_blank");
}

with(milonic=new menuname("news")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=News;url=news.html");
aI("text=Events;url=http://calendar.easternct.edu/calendarNOW.aspx;target=_blank");
}

drawMenus();

