		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Profile","about-us.html");
		menu1.addItem("Why Us","whyus.html");
	
			
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Technology","infrastructure.html");
		menu2.addItem("Software","infrastructure1.html");



		mtDropDown.renderAll();

	}