
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=Housing Home;url=index.html;");
aI("text=Residence Halls;showmenu=res_halls;");
aI("text=Life on Campus;showmenu=loc;");
aI("text=Housing Information and Forms;showmenu=hif;");
aI("text=Parent Information;showmenu=pi;");
aI("text=Residence Life Staff;showmenu=rls"); 
aI("text=Contact Information;url=contact.html");

}

with(milonic=new menuname("res_halls")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=First Year;url=halls-firstyear.html;");
aI("text=Upper Class;url=halls-upperclass.html;");
}

with(milonic=new menuname("loc")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Student Handbook;url=http://www.easternct.edu/studentaffairs/studenthandbook.htm;");
aI("text=President's Visits;url=pres-visits.html;");
aI("text=The Deans Cup;url=deans-cup.html;");
aI("text=Friday's After Dark (F.A.D.);url=life-fad.html;");
aI("text=Dining On Campus;url=http://www.dineoncampus.com/easternct/;");
aI("text=Safety On Campus;url=http://www.easternct.edu/police/;");
aI("text=Student Activities;url=http://www.easternct.edu/studentactivities/;");
aI("text=Frequently Asked Questions;url=life-faqs.html;");
}

with(milonic=new menuname("hif")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Housing Handbook;url=pdf/HousingHandbook.pdf;target=_blank;");
aI("text=Housing Rates;url=info-rates.html;");
aI("text=Forms;url=info-forms.html;");
}

with(milonic=new menuname("pi")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Parent Resources Homepage;url=parents-index.html;");
aI("text=Fast Facts for Parents;url=parents-fastfacts.html;");
aI("text=Parent Resources and Contacts;url=parents-resources.html;");
}

with(milonic=new menuname("rls")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Central Office;url=staff-central.htm;");
aI("text=Live-In Professionals;url=staff-livein.htm;");
aI("text=Resident Assistants;url=staff-ras.htm;");
aI("text=Office Assistants;url=staff-oas.htm;");
}
drawMenus();

