/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Menu Home', 'index.html', null,
		['Calendar of Events', 'calendar.html'],
		['Jeff Skorman & Marcia Hudson, M.D.', 'jeff_skorman.html'],
		['Perfect Health', 'perfect_health.html'],
		['Meditation', 'meditation.html'],
		['Seven Spiritual Laws of Yoga', 'yoga.html'],
		['Email Contact', 'mailto:jeff@healingcompassion.com'],
		['Links', 'links.html']
	]
];

