
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=About the Alumni Association;url=directors.htm;");
aI("text=Programs &amp; Services;showmenu=Programs;");
aI("text=Update Your Information;url=http://ecsusurvey.easternct.edu/selectsurveynet/TakeSurvey.aspx?PageNumber=1&SurveyID=72KM697;target=_blank;");
aI("text=Events Calendar;url=calendar.htm;");
aI("text=Supporting Eastern;showmenu=Supporting;");
aI("text=Alumni Profiles;showmenu=Profiles;");
aI("text=IA Home;url=http://www.easternct.edu/advancement/;");
aI("text=Alumni Affairs Home;url=http://www.easternct.edu/alumni/;");

}

with(milonic=new menuname("Programs")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Awards for Excellence;url=awards.htm;");
aI("text=Programs &amp; Services;url=programs.htm;");
}

with(milonic=new menuname("Supporting")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Supporting Eastern;url=importance.htm;");
aI("text=ECSU Foundation, Inc.;url=http://www.easternct.edu/foundation/about.htm;");
}

with(milonic=new menuname("Profiles")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Eastern Fellows;url=fellows.htm;");
aI("text=Alumni Profiles;url=stories.htm;");
}

drawMenus();

