if (mtDropDown.isSupported()) {
	var IE = false;
	var ua = navigator.userAgent.toLowerCase();
	var an = navigator.appName;

	if (ua.indexOf("gecko") > -1) {
		IE = false;
	}
	else if (an == "Microsoft Internet Explorer") {
		if (document.getElementById) { IE = true; }
	}

	if (IE) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 15, 0, mtDropDown.reference.bottomLeft);
	} else {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 15, 0, mtDropDown.reference.bottomLeft);
	}

	var menu1 = ms.addMenu(document.getElementById("nav_04"));
	menu1.addItem("Our Background", "/north_penn_family_medical_associates_background.htm", false);
	menu1.addItem("Our Staff", "/staff_doctors_lansdale_chalfont.htm", false);
	
	
	var menu2 = ms.addMenu(document.getElementById("nav_06"));
	menu2.addItem("Request Prescription Refills", "/north_penn_family_medical_associates_prescription_refills.htm", false);
	menu2.addItem("Request Referrals", "/north_penn_family_medical_associates_referral_request.htm", false);
	menu2.addItem("Patient Forms", "/north_penn_family_medical_associates_patient_forms.htm", false);
	menu2.addItem("Immigration Physicals", "/north_penn_family_medical_associates_immigration_physicals.htm", false);
	menu2.addItem("How's Your Health Quizzes", "/hows_your_health_quizzes.htm", false);
	menu2.addItem("Daily Health News", "/north_penn_family_medical_associates_daily_health_news.htm", false);
	menu2.addItem("Helpful Website Links", "/north_penn_family_medical_associates_helpful_website_links.htm", false);
	menu2.addItem("Frequently Asked Questions", "/family_medicine_chalfont_lansdale_faq.htm", false);
	menu2.addItem("Tips for Safe Health Care", "/north_penn_family_medical_tips_for_save_health_care.htm", false);
//	menu2.addItem("Ask the Doctor", "/ask_the_doctor.htm", false);
//	menu2.addItem("Patient Feedback", "/north_penn_family_medical_associates_patient_feedback.htm", false);

	mtDropDown.renderAll();
}
