
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;url=http://inset_correct_link.htm;");
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=201010&one_subj=CSC&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=Course Descriptions;url=http://inset_correct_link.htm;");
aI("text=News and Events;url=news_events.htm;"); //if needed for muliple news and/or event pages
aI("text=Home;url=index.html;");
}

with(milonic=new menuname("AOS")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Computer Science Major;url=computer_science_major.htm;");//insert correct text and link
aI("text=Computer Engineering Sciences Minor;url=engineering_sciences.htm;");//insert correct text and link
aI("text=Computer Science Minor;url=computer_science_minor.htm;");//insert correct text and link
aI("text=Game Design Minor;url=game_design_minor.htm;");//insert correct text and link
aI("text=Management Information Systems Minor;url=info_systems.htm;");//insert correct text and link
}

drawMenus();

