
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;showmenu=Course_Descriptions;");
aI("text=News and Events;showmenu=EVENT;");
aI("text=Department Home;url=index.html;");
}

with(milonic=new menuname("AOS")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Accounting;showmenu=ACC;");//insert correct text and link
aI("text=Business Administration;showmenu=BUS;");//insert correct text and link
aI("text=Business Information Systems;showmenu=INF;");//insert correct text and link
aI("text=Organizational Management;showmenu=ORG;");//insert correct text and link

}

with(milonic=new menuname("ACC")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Accounting Major;url=accounting_major.htm");//insert correct text and link
aI("text=Accounting Minor;url=accounting_minor.htm");//insert correct text and link
//aI("text=Master of Science in Accounting;url=master_accounting.htm");//insert correct text and link
}

with(milonic=new menuname("BUS")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Business Administration Major;url=business_major.htm");//insert correct text and link
aI("text=Business Administration Minor;url=business_minor.htm");//insert correct text and link
}

with(milonic=new menuname("INF")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Business Information Systems  Major;url=info_major.htm");//insert correct text and link
aI("text=Business Information Systems Management Minor;url=info_minor.htm");//insert correct text and link
aI("text=Social Informatics Minor (interdisciplinary);url=social_info.htm");//insert correct text and link
aI("text=Management Information Systems Minor;url=mis_minor.htm");//insert correct text and link
aI("text=BIS Certificate/BGS;url=certificate.htm");//insert correct text and link
}

with(milonic=new menuname("ORG")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Master of Science: Organizational Management;url=master_science.htm");//insert correct text and link
}


with(milonic=new menuname("Course_Descriptions")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Accounting ;url=https://eweb.easternct.edu/wfbprod/bwckctlg.p_display_courses?term_in=200940&one_subj=ACC&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=Business Administration ;url=https://eweb.easternct.edu/wfbprod/bwckctlg.p_display_courses?term_in=200940&one_subj=BUS&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=Business Information Systems ;url=https://eweb.easternct.edu/wfbprod/bwckctlg.p_display_courses?term_in=200940&one_subj=BIS&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");

}

with(milonic=new menuname("EVENT")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=News;url=news.htm;");
aI("text=Events;url=http://calendar.easternct.edu/calendarNOW.aspx;target=_blank");

}

drawMenus();

