/*
  --- menu items --- 


Macapts Boulder Creek


*/
var MENU_ITEMS = [
	['Home', '..//index1.html', null,
	],
	['Visitor Info', 'bouldercreek.html', null,
		['Photos', 'bc_photos.html'],
		['Floor Plans', 'bc_floorplan.html'],
		['Property Map', 'bc_propertymap.html'],
		['Amenities', 'bc_amenities.html'],
		['Contact', 'bc_contact.html'],
		['Directions', 'bc_map.html'],
		['Appointment Request', 'bc_contact.html'],
		['Online Application', '..//application.html'],
		['360 Degree Photos', 'bc_360.html'],
		['Email a Friend', '..//emailfriend.html'],

	],
	['Resident Services', null, null,
		['Maintenance Requests', '..//maintenance.html'],
		['News Updates', '..//news.html'],
		['Join Email List', '..//emaillist.html'],
		['Clubhouse Requests', 'bc_clubhouse.html'],
		['Community Calendar', 'bc_calendar.html'],
		['Madison Links', '..//mad_links.html'],
		['Renter Insurance', '..//renter_ins.html'],
		['Survey Form', '..//survey.html'],
		['Resident Manager Info', '..//property_mgr.html'],
	],

];

