
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=Areas of Study;showmenu=AOS;");
//aI("text=Areas of Study;url=http://inset_correct_link.htm;");

aI("text=Faculty/Office Hours;url=staff.htm;");
aI("text=Class Schedule;url=http://eweb.easternct.edu/wfbprod/bwskfcls.p_termsel;");
aI("text=Course Descriptions;url=https://eweb.easternct.edu/wfbprod/bwckctlg.p_display_courses?term_in=201010&one_subj=COM&sel_subj=dummy&sel_crse_strt=&sel_crse_end=&sel_title=&sel_levl=dummy&sel_levl=%&sel_schd=dummy&sel_schd=%&sel_coll=dummy&sel_coll=%&sel_divs=dummy&sel_divs=%&sel_dept=dummy&sel_dept=%&sel_from_cred=&sel_to_cred=&sel_attr=dummy&sel_attr=%;target=_blank");
aI("text=News and Events;showmenu=events");
aI("text=Department Home;url=http://nutmeg.easternct.edu/communication;");
}

with(milonic=new menuname("AOS")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Major;url=majors.htm;");
aI("text=Minor;url=minors.htm;");
}


with(milonic=new menuname("events")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Departmental Event Calendar;url=events.htm;");
aI("text=Departmental News;url=news.htm;");
}

drawMenus();

