/*
  --- menu items --- 


Macapts Blackhawk trails


*/
var MENU_ITEMS = [
	['Home', '../index1.html', null,
	],
	['Visitor Info', 'blackhawk.html', null,
		['Photos', 'bt_photos.html'],
		['Floor Plans', 'bt_floorplan.html'],
		['Site Map', 'bt_propertymap.html'],
		['Amenities', 'bt_amenities.html'],
		['Contact', 'bt_contact.html'],
		['Directions', 'bt_map.html'],
		['Appointment Request', 'bt_contact.html'],
		['Online Application', '..//application.html'],
		['360 Degree Photos', 'bt_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', 'bt_clubhouse.html'],
		['Community Calendar', 'bt_calendar.html'],
		['Madison Links', '..//mad_links.html'],
		['Renter Insurance', '..//renter_ins.html'],
		['Survey Form', '..//survey.html'],
		['Resident Manager Info', '..//property_mgr.html'],
	],

];

