var MENU_ITEMS = [
	['Bioidentical Hormone Therapy', 'bioidenticals.aspx'],
	['About Us', null, null,
		['Our Practice', 'about_practice.aspx'],
		['Our Staff', null, null,
			['Dr. Simon', 'about_Dr-Simon.aspx'],
			['Dana Moore', 'about_Dana-Moore.aspx'],
			['Staff', 'about_staff.aspx'],
		],
		['Career Opportunities', 'about_careers.aspx'],
	],
	['Services', 'services.aspx', null,
		['Novasure Ablation', 'serv_novasure.aspx'],
		['Vaginal Hysterectomy', 'serv_hysterectomy.aspx'],
		['Osteoporosis', 'serv_osteoporosis.aspx'],
		['Perimenopause', 'serv_perimenopause.aspx'],
		['PMS/PMDD', 'serv_PMDD.aspx'],
		['Breast Health', 'serv_breast-health.aspx'],
	],
	['Health Education', 'education.aspx'],
	['Patient Information', null, null,
		['Pre-visit Forms', 'patient_forms.aspx'],
		['Location and Facility', 'patient_location.aspx'],
		['Payment/Insurance', 'patient_payment.aspx'],
		['Records Release Form (PDF)', 'forms/Authorize_Records_Release.pdf', {'tw' : 'Blank'}],
		['Prescription Refills', 'patient_prescription.aspx'],
		['Before Surgery', 'patient_surgery-before.aspx'],
		['Day of Surgery', 'patient_surgery-day.aspx'],
		['Blood Work', 'patient_blood-work.aspx'],
	],
];

