/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Services', 'services.htm', null,
		['Services', 'services.htm', null,],
		['» Resident Care Services', 'residentcare.htm', null,],
		['» Adult Day Health Care', 'daycare.htm', null,],
		['» Pain Management Support Group', 'painmanagement.htm', null,],
	],
	['History & Mission', 'history.htm', null,
	],
	['Philosophy', 'philosophy.htm', 
	],
	['Events', 'events.htm', null, 
	],
	['Newsletters', 'newsletters.htm', null, 
		['Summer 2008', '../pdf/125thHealingHands.pdf', null,],
	],
	['Links', 'links.htm', null, ],
	['A Not-for-Profit Facility', 'nonprofit.htm', null, ],
	['Board & Management', 'management.htm', null, ],
	['Travel Directions', 'directions.htm', null, ],
	['Contact Us', 'contact.htm', null, ],
	['Privacy Practices', 'privacy.htm', null, ],
	['Home', 'welcome.htm', null, ],
];
