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.html");

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

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

	

	

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

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

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

	menu2.addItem("<b>Drain Cleaning</b>", "drain-cleaning.html");

	

	

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

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

	menu3.addItem("<b>New Systems</b>", "new-system.html");

	menu3.addItem("<b>Indoor Air Quality</b>", "indoor-air-quality.html");
	
	menu3.addItem("<b>UV-PhotoMax</b>", "aaf.html");

	menu3.addItem("<b>System Extras</b>", "system-extras.html");
	
	menu3.addItem("<b>AquaSmart</b>", "aquasmart.html");

	

	




	

	

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

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

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

	

    
    var menu6 = ms.addMenu(document.getElementById("Image8").parentNode);
    
    menu6.addItem("<b>Water Filtration</b>", "water-filtration.html");
    
    menu6.addItem("<b>Water-Right Products</b>", "wrp.html");
    document.getElementById("Image8").parentNode.href = "#";
	

	







	mtDropDown.renderAll();



}
