
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=999999&one_subj=PSY&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=NEW;"); 

aI("text=Department Home;url=index.html;");
}

with(milonic=new menuname("AOS")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Psychology Major;url=psychology_major.htm;");
aI("text=Psychology Minor;url=psychology_minor.htm;");
aI("text=Behavior Analysis Certification Preparation;url=behavior_analysis.htm;");
aI("text=Cognitive Neuroscience Major;url=cognitive_neuroscience.htm;");
aI("text=Labor Relations and Human Resource Management major;url=http://www.easternct.edu/lrhrm/;");

}

with(milonic=new menuname("NEW")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=News Releases;url=http://www.easternct.edu/mt-static/press_releases/academic-departments/psychology/;");
aI("text=Events;url=http://calendar.easternct.edu/calendarNOW.aspx;");
aI("text=Department News;url=announcements.htm;");

}

drawMenus();


