
	if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("About Us", "/company-about.shtml");
		menu1.addItem("History of BHA", "/company-history.shtml");
		menu1.addItem("Full Service Mapping", "/company-fullservices.shtml");
		menu1.addItem("Meeting Your Needs", "/company-needs.shtml");
		menu1.addItem("Industry Leader", "/company-industry.shtml");
		menu1.addItem("Primary Business", "/company-primary.shtml");
		menu1.addItem("Business Partners", "/company-partners.shtml");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Contact Us", "/contact-contact.shtml");
		menu2.addItem("Corporate Headquarters", "/contact-corp.shtml");
		menu2.addItem("SE Region", "/contact-se.shtml");
		menu2.addItem("Ohio Region", "/contact-ohio.shtml");
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Illinois Clients", "/portfolio-illinois.shtml");
		menu3.addItem("Florida Clients", "/portfolio-florida.shtml");
		menu3.addItem("Ohio Clients", "/portfolio-ohio.shtml");
		menu3.addItem("County Examples", "/portfolio-county.shtml");
		menu3.addItem("Municipal Examples", "/portfolio-municipal.shtml");
		menu3.addItem("Emergency Examples", "/portfolio-emergency.shtml");
		menu3.addItem("Why Choose BHA", "/portfolio-why.shtml");
		menu3.addItem("Download Brochure", "/portfolio-brochure.shtml");
		

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Cadastral Mapping", "/services-cadastral.shtml");
		menu4.addItem("Geodatabase Conversion", "/services-gdbconvert.shtml");
		menu4.addItem("Geodatabase Design", "/services-gdbdesign.shtml");
		menu4.addItem("Map Maintenance", "/services-maintenance.shtml");
		menu4.addItem("Specialized GIS Services","/services-specialized.shtml");
		menu4.addItem("Software Customization", "/services-software.shtml");
		menu4.addItem("Internet/Intranet Services", "/services-internet.shtml");
		menu4.addItem("Training", "/services-training.shtml");
		menu4.addItem("Orthophotography", "/services-orthophotography.shtml");
		
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Recent News", "/news-recent.shtml");
		menu5.addItem("Conferences", "/news-conferences.shtml");
		menu5.addItem("Newsletters", "/news-newsletters.shtml");

		
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Individual Map Pages", "/maps-pages.shtml");
		menu6.addItem("Order a Map Page", "/maporder/");
		menu6.addItem("Digital Tax Map Atlas", "/maps-digitalatlas.shtml");
		menu6.addItem("Paper Tax Map Atlas", "/maps-paperatlas.shtml");
		
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("WebEx Support Center", "/support-webex.shtml");
		menu7.addItem("Training", "/support-training.shtml");
		menu7.addItem("Digital Tax Map Atlas FAQ", "/support-FAQ-digital-atlas.shtml");
		menu7.addItem("Digital Tax Maps Date Code", "/bhamaps/");
		menu7.addItem("MapAscend Support", "/support-mapascend.shtml");
		
		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("Job Postings", "/careers-1.shtml");
		
		var menu9 = ms.addMenu(document.getElementById("menu9"));
		menu9.addItem("MapAscend Overview", "/mapascend-overview.shtml");
//		menu9.addItem("Link to MapAscend.com", "http://www.mapascend.com/");

		mtDropDown.renderAll();
	}
