
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 Us;url=http://www.easternct.edu/career/aboutus.htm;");
aI("text=Students;url=http://www.easternct.edu/career/students.htm;");
aI("text=Alumni;url=http://www.easternct.edu/career/alumni.htm;");
aI("text=Employers;url=http://www.easternct.edu/career/employers.htm;");
aI("text=Parents;showmenu=parents;");
aI("text=Faculty and Staff;showmenu=faculty;");
//aI("text=Online Resources;url=#;");
aI("text=Events Calendar;url=http://calendar.easternct.edu/default.aspx?type=&view=Grid&category=16-0&range=currentmonth;target=_blank;");
aI("text=Careers Services Home;url=http://www.easternct.edu/career/;");
}


with(milonic=new menuname("parents")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Services for Students;url=http://www.easternct.edu/career/studentservices.htm;");
aI("text=Parent Resources;url=http://www.easternct.edu/career/parentresources.htm;");

}

with(milonic=new menuname("alumni")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Provided Alumni Services;url=#;");
aI("text=Alumni eRecruiting;url=#;");
}



with(milonic=new menuname("faculty")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Services for Students;url=http://www.easternct.edu/career/studentservices.htm;");
aI("text=Online Resources;url=http://www.easternct.edu/career/webresources/onlineresources.htm;");
aI("text=Workshop Menu;url=http://www.easternct.edu/career/facultyworkshopmenu.htm;");
//aI("text=National Career Development Month;url=http://www.easternct.edu/career/ncdm.htm;");
aI("text=Testimonials;url=http://www.easternct.edu/career/faculty_testimonials.htm;");
aI("text=Liberal Arts Work !;url=http://www.easternct.edu/career/exped.htm;");
aI("text=Faculty/Staff Resources;url=http://www.easternct.edu/career/advisingservicesvideo.htm;"); 
}

drawMenus();

