if (mtDropDown.isSupported()) 

{



	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);



	var menu1 = ms.addMenu(document.getElementById("menu1"));

	menu1.addItem("<b>Company Background</b>", "/company-background");

	menu1.addItem("<b>Guarantees</b>", "/gurantees");

	menu1.addItem("<b>Code of Ethics</b>", "/code-ethics");

	menu1.addItem("<b>Areas Served</b>", "/areas-served");

	

	

	var menu2 = ms.addMenu(document.getElementById("menu2"));

	menu2.addItem("<b>General Plumbing</b>", "/general-plumbing");

	menu2.addItem("<b>Hot Water Solutions</b>", "/hot-water-solutions");

	menu2.addItem("<b>Bath & Kitchen Remodeling</b>", "/bat-kitchent");

	menu2.addItem("<b>Drain Line Services</b>", "/drain-line");
	
	menu2.addItem("<b>System Financing </b>", "/system-financing2");

	

	

	var menu3 = ms.addMenu(document.getElementById("menu3"));

	menu3.addItem("<b>Service & Repairs</b>", "/heating-cooling-service");

	menu3.addItem("<b>New and Replacement Systems</b>", "/new-replacement");
	
	menu3.addItem("<b>Ductless Air</b>", "ductless-air");

	menu3.addItem("<b>System Enhancements </b>", "/system-enhancement");
	
	menu3.addItem("<b>System Financing </b>", "/system-financing1");

	

	

	var menu4 = ms.addMenu(document.getElementById("menu4"));

	menu4.addItem("<b>Value Protection Plan</b>", "/value-protection");

	menu4.addItem("<b>Safeguard Assurance Agreement</b>", "/safeguard-assurance");

	

	

	var menu5 = ms.addMenu(document.getElementById("menu5"));

	menu5.addItem("<b>Schedule Service</b>", "/schedule-service");

	menu5.addItem("<b>Customer Feedback</b>", "/customer-feedback");

	





	

	







	mtDropDown.renderAll();



}
