
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=Sign Up for Eastern Alert;showmenu=sign;");
aI("text=FAQs (Eastern Alerts);url=http://www.easternct.edu/easternalert/faqs.htm");
aI("text=Crime Advisories;url=http://www.easternct.edu/police/crimeAdvisory.htm;target=_blank");
aI("text=Weather Cancellations;url=http://universityrelations.easternct.edu/cancellations.htm;target=_blank");
aI("text=Resources;showmenu=res;");
aI("text=Related Links;showmenu=links;");
aI("text=Campus Emergencies Home;url=http://www.easternct.edu/easternalert/;");
}

with(milonic=new menuname("sign")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Students;url=http://www.easternct.edu/easternalert/stusignup.htm");
aI("text=Faculty/Staff;url=http://www.easternct.edu/easternalert/facsignup.htm");
//aI("text=Students;url=https://www.mir3.com/easternstudent;target=_blank");
//aI("text=Faculty/Staff;url=https://www.mir3.com/easternfacstaff;target=_blank");
}

with(milonic=new menuname("res")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Campus Police Department;url=http://www.easternct.edu/police/;target=_blank");
aI("text=Incident Response Plan;url=http://www.easternct.edu/easternalert/emergency_checklist.pdf;target=_blank");
aI("text=Eastern Alert Sign-Up Instructions;showmenu=signUp;");
aI("text=Severe Weather Procedures ;url=http://www.easternct.edu/easternalert/severe_weather.htm");
}

with(milonic=new menuname("links")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Department of Homeland Security;url=http://www.whitehouse.gov/infocus/homeland/index.html;target=_blank");
aI("text=Connecticut Department of Emergency Management and Homeland Security;url=http://www.ct.gov/demhs/site/default.asp;target=_blank");
aI("text=Willimantic Fire Department ;url=http://www.windhamct.com/department.htm?id=bj3775rm&m=boards;target=_blank");
aI("text=Willimantic Police Department;url=http://www.windhamct.com/WMTC_POLICE.htm;target=_blank");
aI("text=Medical Services;url=medical_services.htm");
}

with(milonic=new menuname("signUP")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Students;url=http://www.easternct.edu/easternalert/accountcreation.htm");
aI("text=Faculty/Staff;url=http://www.easternct.edu/easternalert/accountcreationfacstaff.htm");
}
drawMenus();

