if (mtDropDown.isSupported()) 

{



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



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

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

	menu1.addItem("Guarantees", "/gurantees");

	

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

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

	menu2.addItem("Hot Water Services", "/Hot-water-services");

	menu2.addItem("Sewers & Drains ", "/sewers");
    
    menu2.addItem("Tankless Water Heaters", "tankless.html");

	menu2.addItem("Pipe Leak Detection", "/pipe-leak-detection");
	
	menu2.addItem("Backflow Prevention", "/backflow-prevention");
    

	

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

	menu3.addItem("Schedule Service", "/Contact-us");

	menu3.addItem("Customer Feedback", "/customer-feedback");

	

	







	mtDropDown.renderAll();



}
