﻿	if (mtDropDown.isSupported()) {



		var ms = new mtDropDownSet(mtDropDown.direction.down, -23, -4, mtDropDown.reference.bottomLeft);



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

		menu1.addItem("ABOUT US","about.php"); 

		menu1.addItem("AWARDS","awards.php");

		menu1.addItem("KEY PERSONNEL","key.php");

		menu1.addItem("NEWS","news.php");

		menu1.addItem("LOCATIONS","locations.php");	

		menu1.addItem("CONTACT US","contact.php");

		

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

		menu2.addItem("WATER & WASTEWATER","service_1.php"); 

		menu2.addItem("TRANSPORTATION","service_2.php");

		menu2.addItem("BUILDINGS","Buildings.php");

		menu2.addItem("DESIGN/BUILD","designbuilding.php");

		menu2.addItem("VALUE ENGINEERING","engineering.php");

		menu2.addItem("CIVIL ENGINEERING","civilengineering.php");

		menu2.addItem("CONSTRUCTION MANAGEMENT","service_8.php");

		mtDropDown.renderAll();

	}

