
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=Faculty/Office Hours;url=faculty.htm;");

aI("text=Class Schedule;url=http://eweb.easternct.edu/wfbprod/bwskfcls.p_termsel;target=_blank");

aI("text=Course Descriptions;url=https://eweb.easternct.edu/wfbprod/bwckctlg.p_display_courses?term_in=200940&one_subj=HIS&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;url=news_events.htm"); 

aI("text=Department Home;url=index.html;");

}

with(milonic=new menuname("AOS")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=History Major;url=history_major.htm;");//insert correct text and link
aI("text=History and Social Sciences Major;url=history_SocialSciences.htm;");//insert correct text and link
aI("text=History and American Studies Major;url=http://nutmeg.easternct.edu/americanstudies/;target=_blank");//insert correct text and link
aI("text=History Minor;url=history_minor.htm;");//insert correct text and link
aI("text=Independent Study;url=independent_study.htm;");//insert correct text and link
aI("text=Related Programs;url=related_programs.htm;");//insert correct text and link
aI("text=Honors Program;url=honors_program.htm;");//insert correct text and link
}

drawMenus();

