/* --- menu items --- */
var MENU_ITEMS = [
	['About Us', null,
		['Homepage', '../index.php'],
		['Meet The Team', '../team.php'],
		['Leasing Information', '../leasing.php'],
		['Contact Us', '../team.php'],
	],
	['Mall Information & Amenities', null,
		['Mall Directory', '../catdir.php',
			['Search By Store Name', '../merchdir.php'],
			['Search By Service/Product', '../searchdir.php'],
		],
		['How To Get Here', '../map.php'],
		['Employment', '../jobs.php'],
		['Calendar of Events', '../events.php'],
		['Special Programs', '../programs.php'],
		['Mall Services & Amenities', '../services.php'],
	],
];


