/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/', {'sw':166},
	],
	['Photography...', null, {'sw':166},
		['View Galleries', '/photography/'],
		['Purchase Prints', '/shop/'],
		['Upcoming Shows', '/photography/shows.php'],
		['&nbsp;', ''],
	],
	['About...', null, {'sw':166},
		['About McWilder', '/about/'],
		['About My Dogs', '/dogs/'],
		['&nbsp;', ''],
	],
	['Contact and Links...', null, {'sw':166},
		['Contact Me', '/contact/'],
		['Links', '/links/'],
		['&nbsp;', ''],
	],
];
