/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'default.html', {'tw':'_parent'}],
	['Our Story', 'about.html', {'tw':'_parent'}],
	['Our Services', null, {'bw':125},
		['Facials', 'facials.html'],
		['Face & Body Waxing','waxing.html'],
		['Eye Lash Treatments','eyelash.html'],
		['Permanent Make-up','p-makeup.html']
	],
	['Our Products', null, null,
		['Skin Care', 'skincare.html'],
		['Cosmetics', 'cosmetics.html'],
		['Bath & Body', 'bath.html'],
		['Hair Care', 'haircare.html'],
		['E.T.C.', 'etc.html']
	],
	['What\'s New','whatsnew.html', {'tw':'_parent'}],
	['Contact Us', 'contactus.html', {'tw':'_parent'}],
	['Gift Certificate', 'gift.html', {'tw':'_parent'}]
	
];
