
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;showmenu=about;");
aI("text=Research;url=http://www.easternct.edu/cece/research.html;");
aI("text=Professional Development;url=http://www.easternct.edu/cece/development.html;");
aI("text=Consultation Services;url=http://www.easternct.edu/cece/consultation.html;");
aI("text=Videos and Resources;url=http://www.easternct.edu/cece/resources.html;");
aI("text=Partnership with Children&#146;s Program;url=http://www.easternct.edu/cece/partnership.html;");
aI("text=Publications;url=http://www.easternct.edu/cece/publications.html;");
aI("text=CECE Home;url=http://www.easternct.edu/cece/index.html;");
}

with(milonic=new menuname("about")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=About Us;url=http://www.easternct.edu/cece/about.html");//insert correct text and link
aI("text=Technology and Facility;url=http://www.easternct.edu/cece/tech_faci.html");//insert correct text and link
aI("text=Faculty and Staff;url=http://www.easternct.edu/cece/staff.html");//insert correct text and link
aI("text=Projects and Initiatives;url=http://www.easternct.edu/cece/projects.html");//insert correct text and link
aI("text=Directions;url=http://www.easternct.edu/cece/directions.html");//insert correct text and link
aI("text=Advisory Committee;url=http://www.easternct.edu/cece/advisory_committee.html");//insert correct text and link
aI("text=Sponsors;url=http://www.easternct.edu/cece/sponsors.html");//insert correct text and link
}

drawMenus();

