
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 statement;url=mission.htm;");
aI("text=CEE Events Calendar;url=cee-calendar.htm;");
aI("text=Faculty Development;showmenu=DEV;");
aI("text=Resources;showmenu=RES;");
aI("text=Current CEE Initiatives;showmenu=INIT;");
aI("text=Staff;url=ceeStaff.htm;");
aI("text=CEE Home;url=index.html;");
}

with(milonic=new menuname("DEV")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=CEE Events & Workshops;url=events.htm;");
aI("text=Overview of New Faculty Support Programs;url=overview.html;");
aI("text=On-Line Modules;url=facultyDevelopment.htm;");
aI("text=Service Learning;url=service-learning.html;");
aI("text=Project Compass/Title III;url=project-compass.html;");
aI("text=New Faculty Orientation Programs;url=faculty-orientation.html;");
aI("text=Faculty Mentoring Program;url=facultymentor.htm");
aI("text=Promotion, Tenure and Renewal Workshop;url=promotion-tenure.html");
}

with(milonic=new menuname("RES")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Grant Opportunities;url=GrantOpportunities.htm;");
aI("text=Conferences;url=conferences.htm;");
aI("text=Sabbatic Information;url=SabbaticLeave.htm;");
aI("text=CSU Research Grants;url=CSUResearchGrants.htm;");
aI("text=Resources for New Faculty;url=ResourcesforNewFaculty.htm;");
aI("text=Resource Listings;url=resourcelisting.htm;");
aI("text=Videos From Professional Development Sessions;url=videos.html;");
}

with(milonic=new menuname("INIT")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=e-Portfolios;url=portfolios.html;");
aI("text=Online Learning & Teaching;url=online-learning-teaching.html;");
aI("text=Community Engagement;url=http://www.easternct.edu/communityengagement/;target=_blank");
aI("text=Asset-based Learning Projects;url=asset-based-learning.html;");
}

drawMenus();


