
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(LeftMenueStyle=new mm_style()){	
	onclass="LeftMenueTextOn";
	offclass="LeftMenueTextOff";
	padding=2;
	itemwidth=195;
	itemheight=20;
}


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=Staff;showmenu=staff;");
aI("text=Maintenance/Operations;showmenu=mainop;");
aI("text=Projects;showmenu=projects;");
aI("text=Work Request Form;url=workrequest.htm;");
aI("text=Event Request Form;url=eventrequest.htm;");
aI("text=Energy Dashboard;url=http://www.easternct.edu/facilities/customerfeedback.htm;");
aI("text=Faqs;url=faq.htm;");
aI("text=Additional Links;showmenu=links");
aI("text=Department Home;url=http://nutmeg.easternct.edu/facilities;");
}

with(milonic=new menuname("mainop")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Automotive Shop;url=auto_shop.htm;");
aI("text=Buildings & Grounds;url=buil_grounds.htm;");
aI("text=Carpentry Shop;url=carpentry.htm;");
aI("text=Custodial Services;url=custodial_services.htm;");
aI("text=Electrical Shop;url=electrical_shop.htm;");
aI("text=Heating Plant;url=heating_plant.htm;");
aI("text=HVACR Shop;url=hvac_shop.htm;");
aI("text=Locksmith Shop;url=key_Shop.htm;");
aI("text=Mail Services;url=mail_services.htm;");
aI("text=Paint Shop;url=paint_shop.htm;");
aI("text=Plumbing;url=plumbing_shop.htm;");
aI("text=Zone Maintenance Shop;url=zone_maintenance.htm;");
}

with(milonic=new menuname("projects")){
style=LeftMenueSubStyle;
overflow="scroll";
//aI("text=Projects in Construction;showmenu=projects_links;");
aI("text=Projects in Construction;url=projectsinconstruction.htm");
aI("text=Completed Projects;url=completedprojects.htm;");
aI("text=Construction Notices;url=construction_notices.htm;");
}

with(milonic=new menuname("staff")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Director;url=director.htm;");
aI("text=Staff;url=staff.htm;");
}

//with(milonic=new menuname("projects_links")){
//style=LeftMenueSubStyle;
//overflow="scroll";
//aI("text=New Science Building;url=http://www.easternct.edu/science_building.htm;");
//}

//with(milonic=new menuname("completedprojects_links")){
//style=LeftMenueSubStyle;
//overflow="scroll";
//aI("text=Student Center Addition;url=StudentCenterAddition.htm;");
//aI("text=Child and Family Center;url=ChildandFamilyCenter.htm;");
//aI("text=Media Sitting Wall;url=MediaSittingWall.htm;");
//}

with(milonic=new menuname("links")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Green Buildings;url=greenbuildings.htm;");
aI("text=Recycling Program;url=recycling.htm;");
aI("text=Society for College and University Planning;url=disclaimer.htm");
}

drawMenus();


