/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['About Us', 'about.html'],
	['Services', 'services.html'],
	['Products', 'products.html'],
	['Wigs', 'wigs.html'],
	['Nails', 'nails.html'],
	['Phillips Exeter Specials', 'phillips.html'],
	['Gift Cards', 'gift_cards.html'],
	['Directions', 'directions.html'],
	['Contact Us', 'contact.html']
];
