_menuCloseDelay=500           	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            	// The time delay before menus open on mouse over
_subOffsetTop=5               	// Sub menu top offset
_subOffsetLeft=10            	// Sub menu left offset

with(AllImagesStyle=new mm_style()){
onbgcolor="#E2EBF2";
oncolor="#999999";
offbgcolor="#E2EBF2";
offcolor="#0E185B";
bordercolor="#211890";
borderstyle="solid";
padding=3;
fontsize="90%";
fontstyle="normal";
fontweight="bold";
}

with(aboutStyle=new mm_style()){
	onbgcolor="#335934";
	oncolor="#ffffff";
	offbgcolor="#335934";
	offcolor="#ffffff";
	bordercolor="#ffffff";
	borderstyle="solid";
	borderwidth=0;
	itemwidth=149;
	separatorcolor="#ffffff";
	separatorsize="1";
	padding=5;
	fontsize="100%";
	fontstyle="normal";
	fontfamily="Arial, Verdana, Tahoma";
	//pagecolor="black";
	//pagebgcolor="#0E185B";
	//headercolor="#000000";
	//headerbgcolor="#0E185B";
	subimage="arrow.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=0)";
	outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("about")){
	style=aboutStyle;
	overflow="scroll";
	//aI("text=Message from the Executive Director;url=about-message/");
	aI("text=Board of Commissioners;url=about-board/");
	aI("text=News & Press Releases;url=about-news/");
	aI("text=Mission statement;url=#");
	aI("text=ACOP Policy;url=/PDF/Admissions-and-occupancy-Revision-13.pdf;target=_blank");
	aI("text=Policy Statements;url=#");
	aI("text=NJ State Budget;url=about-budget/");
	aI("text=Audited Financials;url=about-audits/");
	aI("text=Board Meeting Schedules;url=about-schedules/");
	aI("text=Board Meeting Agenda;url=about-agenda/");
	aI("text=Board Meeting Resolutions;url=about-resolutions/");
	aI("text=Board Meeting Minutes;url=about-minutes/");
}

with(milonic=new menuname("assisted-living")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=How Does an Assisted Living Facility Differ from a Nursing Home?;url=assisted-living-difference/");
	aI("text=What is the cost for assisted living?;url=assisted-living-cost/");
}

with(milonic=new menuname("departments")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Administration;url=departments-administration/");
	aI("text=Finance/Accounting;url=departments-finance/");
	aI("text=Housing Management;url=departments-housing/");
	aI("text=Maintenance;url=departments-maintenance/");
	aI("text=Resident Services;url=departments-resident/");
	aI("text=Security;url=departments-security/");
}

with(milonic=new menuname("public-housing")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Public Housing;url=public-housing-public/;");
	aI("text=Section 8;url=public-housing-section-8/;");
}

with(milonic=new menuname("the-glasstown-residence")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Eco Friendly - Green Construction;url=the-glasstown-residence-eco/");
	aI("text=Photo Gallery;url=the-glasstown-residence-photo/");
	aI("text=Project Highlights;url=the-glasstown-residence-highlights/");
}

with(milonic=new menuname("faq")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Landlords;url=faq-landlords/");
	aI("text=Tenants - Public Housing;url=faq-public/");
	aI("text=Tenants - Section 8;url=faq-section-8/");
}

with(milonic=new menuname("housing-developments")){
	style=aboutStyle;
	overflow="scroll";
	aI("text=Cedarview Court;url=housing-developments-cedarview/");
	aI("text=Ferguson Court;url=housing-developments-ferguson/");
	aI("text=Holly Berry Court;url=housing-developments-holly/");
	aI("text=Jaycee Plaza;url=housing-developments-jaycee/");
	aI("text=Mauriceview Plaza;url=housing-developments-mauriceview/");
	aI("text=Riverview East;url=housing-developments-riverview-east/");
	aI("text=Riverview West;url=housing-developments-riverview-west/");
	aI("text=Scattered Sites;url=housing-developments-scattered/");
}

drawMenus();

