		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Information Request","contact.php");
		menu2.addItem("Feedback","contact.php");
		menu2.addItem("Partner with us ","contact.php");
		menu2.addItem("Register your services ","contact.php");
		menu2.addItem("Advertise with us ","contact.php");
	
	    mtDropDown.renderAll();						
	}