var MENU_ITEMS = [
	['Home', 'index.html'],

	['Education', 'catalog_edu.html'],

	['Products', null, null,
		['Education', 'catalog_edu.html'],
		['Laser Therapy', 'catalog_laser.html'],
		['Laser Course', 'catalog_laser.html#course'],
		['SlipStop', 'catalog_slipstop.html'],
	],

	['Support', null, null,
		['Technical Support', 'sup_tech.html'],
		['Delivery Support', 'sup_del.html'],
		['Clinical Support', 'sup_clin.html'],
	],

	['FAQs', 'faq.html'],

	['About Us', 'about.html', null,
		['Contact Us', 'contact.html'],
		['Sponsors', 'sponsors.html'],
	],


];
