var MENU_ITEMS = [
	['Home'	, 'index.php'],

	['About Us','about-us.php'],

	['Catalog', 'mexican-imports-catalogue.php' , null,
		['Furniture', 'imported-mexican-furniture.php'],
		['Gifts', 'imported-mexican-gifts.php'],
		['Bags', 'imported-mexican-gifts-bags.php'],
		['Home accessories', 'imported-mexican-home-accessories.php'],
		['Iron', 'imported-mexican-iron.php'],
		['Mirrors', 'imported-mexican-mirrors.php'],
		['Tableware', 'imported-mexican-tablewear.php'],
		['Glassware', '#'],
		['Jewellery', '#'],
	],

	['News','news.php'],

	['Contact Us', 'contact-us.php'],

];