/*
  --- menu items --- 


Macapts WATERSIDE


*/
var MENU_ITEMS = [
	['Home', '../index1.html', null,
	],
	['Visitor Info', 'waterside.html', null,
		['Photos', 'ws_photos.html'],
		['Floor Plans', 'ws_floorplan.html'],
		['Site Map', 'ws_propertymap.html'],
		['Amenities', 'ws_amenities.html'],
		['Contact', 'ws_contact.html'],
		['Directions', 'ws_map.html'],
		['Appointment Request', 'ws_contact.html'],
		['Online Application', '..//application.html'],
		['360 Degree Photos', 'ws_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', 'ws_clubhouse.html'],
		['Community Calendar', 'ws_calendar.html'],
		['Madison Links', '..//mad_links.html'],
		['Renter Insurance', '..//renter_ins.html'],
		['Survey Form', '..//survey.html'],
		['Resident Manager Info', '..//property_mgr.html'],
	],

];

