var MENU_ITEMS = [
	['Home', 'index.html'],

	['Education', 'catalog_edu.html'],

	['Support', null, null,
		['Technical Support', 'sup_tech.html'],
		['Delivery Support', 'sup_del.html'],
	],

	['FAQs', 'faq.html'],

	['About Us', 'about.html', null,
		['Contact Us', 'contact.html'],
		['Sponsors', 'sponsors.html'],
	],


];
