/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html', null],
	['ABOUT US', 'about.html', null,
		['KPS Founder', 'founder.html'],
		['Art of Instruction', 'instruction.html'],
		['Tuition', 'tuition.html'],
		['Actors', 'actors.html', null,
			['Dallas Morris', 'dallas.html'],
			['Rob Skiba II', 'rob.html'],
		]
	],
	['PROJECTS', 'projects.html', null,
		['The Protean Field', 'synopsis.html', null,
			['TPF Official Site', 'tpf.html'],
			['TPF Community', 'http://www.theproteanfield.com/community', {'tw':'_blank'}],
			['TPF Casting Calls', 'casting.html']
		]
	],
	['PARTNERS', 'partners.html'],
	['PHOTOGRAPHY', 'photography.html'],
	['RESOURCES', 'resources.html'],
	['MEDIA', 'media.html'],
	['CONTACT US', 'contact.html']
];
