
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=Enrollment and Application;url=http://www.easternct.edu/cfdrc/enrollapp.htm;");
//aI("text=Quality Teachers;url=http://www.easternct.edu/cfdrc/teachers.htm;");
aI("text=Classrooms;showmenu=classrooms;");
aI("text=Staff;url=http://www.easternct.edu/cfdrc/staff.htm;");
aI("text=Family Partnership;url=http://www.easternct.edu/cfdrc/partnerships.htm;");
aI("text=University Involvement;url=http://www.easternct.edu/cfdrc/involvement.htm;");
aI("text=FAQS;url=http://www.easternct.edu/cfdrc/faq.htm;;");
aI("text=Philanthropy;url=http://www.easternct.edu/cfdrc/philanthropy.htm;");
aI("text=CFDRC Home;url=http://www.easternct.edu/cfdrc/;");
}

with(milonic=new menuname("about")){
style=LeftMenueSubStyle;
overflow="scroll";
//aI("text=Mission;url=http://www.easternct.edu/cfdrc/mission.htm;");
aI("text=Philosophy;url=http://www.easternct.edu/cfdrc/philosophy.htm;");
//aI("text=Quality Teachers;url=http://www.easternct.edu/cfdrc/qualityteachers.htm;");
aI("text=Curriculum;url=http://www.easternct.edu/cfdrc/curriculum.htm;");
aI("text=Tuition;url=http://www.easternct.edu/cfdrc/tuition.htm;");
aI("text=Technology;url=http://www.easternct.edu/cfdrc/technology.htm;");
}

with(milonic=new menuname("classrooms")){
style=LeftMenueSubStyle;
overflow="scroll";
//aI("text=Infant;url=http://www.easternct.edu/cfdrc/infant.htm;");
aI("text=Toddlers;url=http://www.easternct.edu/cfdrc/toddlers.htm;");
aI("text=Preschool;url=http://www.easternct.edu/cfdrc/preschool.htm;");
}




drawMenus();

