/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['The Work', null, null,
		['Bronze', 'bronze.html'],
		['Clay', 'clay.html'],
		['Gift Shop', 'gift.html']
	],
	['The Exhibitions', 'shows.html'],
	['The Artist', 'artist.html'],
	['Contact Me', 'contact.html'],
	['Links', 'links.html']
];
