
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=Mission;url=mission.html");
aI("text=Staff;url=staff.htm");
aI("text=Programs;url=programs.html");
aI("text=Upcoming Events;url=events.htm");
aI("text=Student Affairs Home;url=http://nutmeg.easternct.edu/studentaffairs/;");
aI("text=Intercultural Center Home;url=index.html;");
}
/*
with(milonic=new menuname("progs")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=On-Going Programs;url=http://www.easternct.edu/test/home/wmctr/programs.htm");
aI("text=Special Programs;url=http://www.easternct.edu/test/home/wmctr/special_programs.htm");

}
*/
drawMenus();

