var MENU_ITEMS1 = [
	['About CDC', 'about_cdc.shtml', null],
	['Contact Us', 'contact_form.shtml', null],
	['Get Involved', 'get_involved.shtml', null],
	['Press Room', 'press_room.shtml', null],
	['Ambassadors', 'ambassadors.shtml', null,
		['Main', 'ambassadors.shtml', null],
		['Submit a Concern', 'submit_concern_form.shtml', null],
	],
	['Sponsors, Partners, Donors', 'sponsors.shtml', null,
		['Main', 'sponsors.shtml', null],
		['Community Builders', 'community_builders.asp', null],
	],
	['Donations', 'donations.shtml', null],
	['Shop at CDC', 'javascript:void(openShop());', null],
	['Downtown Development', 'downtown_development.shtml', null,
	 	['Main', 'downtown_development.shtml', null],
		['Brownfields', 'brownfields.shtml', null],
		['Design', 'design.shtml', null],
		['Public Improvements', 'public_improvements.shtml', null],
		['Specific Plan', 'specific_plan.shtml', null],
	],
	['Housing', 'housing.shtml', null,
	 	['Main', 'housing.shtml', null],
		['First-time Home Buyers', 'home_buyers.shtml', null],
	],
	['Business Services', 'business_services.shtml', null,
	 	['Main', 'business_services.shtml', null],
		['Grants', 'grants.shtml', null],
		['Networking &amp; Education', 'networking_education.shtml', null],
	],
	['Advertise with CDC', 'advertise.shtml', null,
		['Main', 'advertise.shtml', null],
		['Coupons', 'coupons_cdc.shtml', null],
	],
	['CDC News', 'news.shtml', null],
	['Links', 'links.shtml', null],
];

