﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Kitchens', 'Kitchens.html'],
	['Counter Tops', 'CounterTops.html'],
	['Wall & Bar Units', 'WallUnits.html'],
	['Bathroom Vanities', 'Vanities.html'],
	['About Us', 'AboutUs.html'],
	['Location', 'Location.html'],
	['Contact Us', 'ContactUs.html']
];

