var MENU_ITEMS = [
	['Home', '../index.html', null,
		['Our Physicians', '../physicians/physicians.html'],
		['Newsletter', '../newsletter/index.html'],
		['Media', '../media/index.html'],
		['Awards', '../awards/index.html'],
		['Contact Us', '../contact/contact.html'],
		
	],
	['Services', null, null,
		['Alzheimers Screening', '../alzheimers/index.html'],
		['Breast Biopsy', '../breastbiopsy/index.html'],
		['Breast MRI', '../breastmri/index.html'],
		['Breast Ultrasound', '../breastultrasound/index.html'],
		['CT', '../ct/index.html'],
		['CT Heart Screening', '../heartct/index.html'],
		['CT Lung Screening', '../lungct/index.html'],	
		['DEXA', '../dexa/index.html'],
		['Total Body CT Screening', '../bodyscan/index.html'],
		['Mammography', '../mammogram/index.html'],
		['Open MRI', '../mri/index.html'],
		['High Field MRI', '../mrihf/index.html'],
		['PET/CT', '../petct/index.html'],
		['SonoCin&eacute;', '../sonocine/index.html'],
		['UFE', '../ufe/index.html'],
		['Ultrasound', '../ultrasound/index.html'],
		['Vascular Ultrasound', '../vascularultrasound/index.html'],
		['ELVS', '../elvs/index.html'],
		['Virtual Colonoscopy', '../virtualcolonoscopy/index.html'],
		['X-Ray', '../xray/index.html'],
	],
	['Our Centers', null, null,
		['Huntington-Hill Breast Center', '../hbc/index.html'],
		['Hill Imaging, Glendora', '../hic/index.html'],
		['Huntington-Hill Imaging Center', '../hopic/index.html'],
	],
	['Forms', null, null,
		['Physician Forms', '../physicianforms/physicianforms.html'],
		['Patient Forms', '../patientforms/patientforms.html'],
		['Patient Survey', '../patientforms/patientsurvey.html'],
	],
	['Schedule', '../schedule/', null,
	],
	['Physicians Login', '../physicians/login.html', null,
	],
];