/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'start.htm'],
	['About Us', 'aboutus.htm'],
	['Laser Services', null, null,
		['One Visit Laser Whitening', 'one_visit.htm'],
		['Cavity Removal', 'cavity_removal.htm'],
		['Cavity Diagnosis', 'cavity_diagnosis.htm'],
		['Gum Treatment & Sculpting', 'gum_treatment.htm'],
		['General & Cosmetic', 'cosmetic.htm']
	],
	['About Lasers', null, null,
		['Technology', 'technology.htm'],
		['Advantages', 'advantages.htm'],
		['FAQs', 'faq.htm']
	],
	['Contact Us', 'contact.htm']
];
