/* Tigra Menu items structure */
var MENU_ITEMS = [
	['General <br>Information', null, {'sb':'General Information'},
		['Photo Gallery', '/photogallery', {'sb':'Photos of Mark and Teachers'}],
		['Mark\'s Bio', '/markwhitwellbio', {'sb':'Mark\'s Story'}],
		['Mark\'s Schedule <br>of Events', '/marks_events', {'sb':'Complete Schedule of Workshops and Retreats'}]
		
	],
	['Interact with <br>Heart of Yoga', null, null,
		['DVD\'s and Books', '/store', {'sb':'Tools to help study and practice yoga'}],
		['Join Newsletter', '/list/?p=subscribe&id=1', {'sb':'Heart of Yoga Newsletter'}],
		['Contact Mark Whitwell', '/contact', {'sb':'Send Questions about Yoga to Mark'}]	
	],
	['Mark\'s Teaching <br>and Writings', null, null,
		['Hridaya Yoga Sutra', '/hridayayogasutra', {'sb':'complete text of  Heart of Yoga Sutra'}],
		['Yoga of Heart Outline', '/yoh_outline', {'sb':'Table of Contents and Exerpts '}],
		['Teachings', '/teachings', {'sb':'Marks Teachings'}],
		['Excerpt from <br>Yoga of Heart', '/asana_breath'],
		['Listen to the<br> Los Angeles Talks', '/los_angeles_talks']
	],
	['History and <br>Yoga Teachings', null, {'sb':'Yoga History'},
		['Yoga History', '/history', {'sb':'Yoga History'}],
		['Yoga Tradition', '/tradition', {'sb':'Yoga Tradition'}],
		['Heart of Yoga <br>Association', '/hoy_association', {'sb':'Heart of Yoga Association'}],
		['Middle East Yoga <br>Training Project', '/Middle_East_Project']
	],
	['Yoga Teachers<br> Around the World', null, null,
		['Yoga Teachers<br> North America', '/teachersNorthAmerica', {'sb':'Yoga Teachers in North America'}],
		['Yoga Teachers<br> Boston', '/teachersBoston'],
		['Yoga Teachers<br> Canada', '/teachersCanada'],
    ['Yoga Teachers<br> San Francisco', '/teachersSanFrancisco'],
		['Yoga Teachers<br> New York', '/teachersNewYork'],
		['Yoga Teachers <br>Europe', '/teachersEurope', {'sb':'Yoga Teachers in Europe'}],
		['Yoga Teachers Australia <br>and New Zealand', '/teachersAustraliaNewZealand', {'sb':'Yoga Teachers in Australia and New Zealand'}],
		['Yoga Teachers<br> Asia', '/teachersAsia', {'sb':'Yoga Teachers in Asia'}],
		['Yoga Teachers<br> Israel', '/teachersIsrael', {'sb':'Yoga Teachers in Israel'}]
	]
];

