/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'index.html'
	],
	
	['Quality', 'quality.html',
			['Principles of the Vision Center', 'quality.html#principles'],
			['Benefits of Comprehensive Examination', 'quality.html#benefits'],
			['Staff', 'quality.html#staff'],
			['Memberships', 'quality.html#memberships'],
			['Certifications', 'quality.html#certifications'],

	],

	['Services', 'services.html',
			['Eye Exams Guide', 'services.html#guide'],
			['Eye Care for Children', 'services.html#children'],
			['Contact Lens Examination and Care', 'services.html#contactlens'],
			['Computer Vision Syndrome Eye Care', 'services.html#cvs'],
			['Emergency Eye Care', 'services.html#emergency'],
			['Post-operative Laser Surgery Care', 'services.html#postop'],
			['Glaucoma Management', 'services.html#glaucoma'],
			['Industrial Safety Eye Exams', 'services.html#industrial'],
	],

	['Selection', 'selection.html',
		['Eyeglasses', 'selection.html#eyeglasses',],
		['Contact Lenses', 'selection.html#contacts',],
		['Safety Glasses', 'services.html#industrial',],
	],

	['Convenience', 'convenience.html',
		['Easy to Get Appointments', 'convenience.html#easy',],
		['Outside Prescriptions', 'convenience.html#walk-ins',],
		['Insurance Plans', 'convenience.html#insurance',],
		['Affordable Pricing', 'convenience.html#affordable',],
		['Satisfaction Guaranteed', 'convenience.html#satisfaction',],
	],

	['Contact', 'contact.html',
		['Map', 'contact.html#map',],
		['Office Hours', 'contact.html#hours',],
		['Telephone', 'contact.html#telephone',],
		['E-mail', 'mailto:tvc@mich.com?Question for The Vision Center',],

	],


];

