		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("What We Offer?","about-us.html#offer");
		menu1.addItem("Our Service","about-us.html#services"); 
		menu1.addItem("Infrastructure","about-us.html#infra");
		menu1.addItem("Team","about-us.html#team");
		menu1.addItem("Quality","about-us.html#quality");
		menu1.addItem("Clientèle","about-us.html#client");

			var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Epoxy Flooring","epoxy-flooring.html");	
		menu2.addItem("Construction Chemicals","construction-chemicals.html"); 
		menu2.addItem("Waterproofing Chemicals","waterproofing-chemicals.html");
	



	
		
	
	mtDropDown.renderAll();

	}





	