
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=Staff;url=staff.htm");
aI("text=Disciplinary Process;showmenu=pro;");
aI("text=Student Conduct Resources;showmenu=res;");
aI("text=Complaint/Referral Form;url=http://selectsurvey.net/easternct/TakeSurvey.aspx?SurveyID=l2LK472;target=_blank;")
//aI("text=Contact Us;url=contact.htm");
aI("text=Policies;showmenu=pol;");
aI("text=Academic Misconduct;url=http://www.easternct.edu/judicialaffairs/academicmisconduct/;");
aI("text=Student Affairs Home;url=http://www.easternct.edu/studentaffairs;");
aI("text=Judicial Affairs Home;url=http://www.easternct.edu/judicialaffairs;");
}

with(milonic=new menuname("pro")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Student Conduct Process;url=process.htm");
aI("text=CSU Student Code of Conduct;url=http://kb.easternct.edu/article.aspx?article=1429&p=11;");
aI("text=Eastern Student Handbook;url=http://www.easternct.edu/studentaffairs/studenthandbook.htm  ");

}

with(milonic=new menuname("pol")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Student Discipline History Release;url=http://www.easternct.edu/judicialaffairs/documents/Student-Discipline-History-Release-Policy.pdf");
aI("text=Judicial Hold;url=http://www.easternct.edu/judicialaffairs/documents/Judicialholdpolicy.pdf;");

}

with(milonic=new menuname("res")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Faculty and Staff;url=resources_staff.htm");
aI("text=Students;url=resources_student.htm");
//aI("text=Parents;url=resources_parents.htm");
}

drawMenus();


