/*
  --- menu items --- 
McKenzie home page
*/
var MENU_ITEMS = [
	['Home', 'index1.html', null,

	],
	['Our Properties', null, null,
		['Blackhawk Trails', 'blackhawktrails/blackhawk.html'],
		['Waterside', 'waterside/waterside.html'],
		['Boulder Creek', 'bouldercreek/bouldercreek.html'],
		['Whispering Hills', 'whisperinghills/whisperinghills.html'],

	],
	['Visitor Info', null, null,
		['Application Form', 'application.html'],
		['Online Brochure', 'brochures.html'],
		['News Updates', 'news.html'],
		['Join Email List', 'emaillist.html'],
		['Madison Links', 'mad_links.html'],
		['Renter Insurance', 'renter_ins.html'],
		['Survey Form', 'survey.html'],
		['Resident Manager Info', 'property_mgr.html'],
	],


];

