/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['HOME', 'index.html', 'null',

	],
	['OUR LIFESTYLE CHOICES', 'ourlifestylechoices.html', null,
		['Independent Living', 'independentlivingapts.html'],
		['Assisted Living', 'assistedliving.html'],
		['Memory Care', 'memorycare.html'],
	],
	['OUR SERVICES & AMENITIES', 'ourservicesandamenities.html', null,
		['Dining', 'dining.html'],
		['Activities', 'activities.html'],
		['Transportation', 'transportation.html'],
		['Housekeeping & Maintenance', 'housekeeping.html'],
		['Health Care','healthcare.html'],
	],
	['OUR LOCATION', 'ourlocation.html', null,
	],
	['ABOUT OUR COMPANY', 'philosophy.html', null,
		['In the News', 'inthenews.html'],
		['Our Residents Speak', 'ourresidentsspeak.html'],
	],
];

