		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("The Haveli","http://www.savista.com/the-haveli.html");
		menu1.addItem("Rooms","http://www.savista.com/rooms.html");		
		menu1.addItem("Dining","http://www.savista.com/dining.html");
		menu1.addItem("Tariffs","http://www.savista.com/tariffs.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("The Countryside","http://www.savista.com/the-countryside.html");
		menu2.addItem("Spa","http://www.savista.com/spa.html");
		menu2.addItem("Cultural Explorations","http://www.savista.com/cultural-explorations.html");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Visitors Book","http://www.savista.com/visitors-book.html");
		menu3.addItem("Photo Gallery","http://www.savista.com/photo-gallery.html");
		menu3.addItem("Brochure","http://www.savista.com/brochure.html");

		mtDropDown.renderAll();

	}





