		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Group introduction","profile.html");
		menu1.addItem("Infrastructural Set Up & Team","vision.html");
		menu1.addItem("EcoGlo Pack Defined","vision.html#ecoglo-pack");
		menu1.addItem("Eco-Glo logo Defined","vision.html#ecoglo-logo");

	var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Domestic","domestic.html");
		menu2.addItem("International","enquiry.html#enquiry");


		mtDropDown.renderAll();

	}





