/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', null,
		['E-mail', 'mailto:bodyfocuslondon@gmail.com']
	],
	['Services', null, {'bw':125},
		['Hair Removal', 'HairRemoval.html'],
		['Facial Treatments', 'FacialTreatments.html'],
		['Body Treatments', 'BodyTreatments.html']
	],
	['Age Smart Treatments', null, null,
		['Microdermabraision', 'AgeSmart.html'],
		['Vasculyse', 'Vasculyse.html'],
		['Facial Peels', 'FacialPeels.html']
	],
	['Products', 'Products.html'],
	['Promotions', 'Promotions.html'],
	['Testimonials', 'Testimonials.html']
];

