		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("&nbsp;&nbsp; Maharani Palace, Jaipur &nbsp;","maharani-palace/overview.html");
		menu1.addItem("&nbsp;&nbsp; Maharani Plaza, Jaipur &nbsp;&nbsp;","maharani-plaza/overview.html");		
		menu1.addItem("&nbsp;&nbsp; Grand Sartaj, New Delhi &nbsp;&nbsp;","grand-sartaj/overview.html");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;&nbsp; Maharani Palace, Jaipur &nbsp;&nbsp;","maharani-palace/special-packages.html");
		menu2.addItem("&nbsp;&nbsp; Maharani Plaza, Jaipur &nbsp;&nbsp;","maharani-plaza/special-packages.html");		
		menu2.addItem("&nbsp;&nbsp; Grand Sartaj, New Delhi &nbsp;&nbsp;","grand-sartaj/special-packages.html");


		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&nbsp;&nbsp; Maharani Palace, Jaipur &nbsp;&nbsp;","maharani-palace/virtual-tour.html");
		menu3.addItem("&nbsp;&nbsp; Maharani Plaza, Jaipur &nbsp;&nbsp;","maharani-plaza/virtual-tour.html");		
		menu3.addItem("&nbsp;&nbsp; Grand Sartaj, New Delhi &nbsp;&nbsp;","grand-sartaj/virtual-tour.html");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("&nbsp;&nbsp; Jaipur &nbsp;&nbsp;","jaipur.html");
		menu4.addItem("&nbsp;&nbsp; New Delhi &nbsp;&nbsp;","new-delhi.html");

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("&nbsp;&nbsp; Maharani Palace, Jaipur","maharani-palace/photo-gallery.html");
		menu5.addItem("&nbsp;&nbsp; Maharani Plaza, Jaipur","maharani-plaza/photo-gallery.html");		
		menu5.addItem("&nbsp;&nbsp; Grand Sartaj, New Delhi","grand-sartaj/photo-gallery.html");


	              var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("&nbsp;&nbsp; Maharani Palace, Jaipur","maharani-palace/banquet-hall.html");
		menu6.addItem("&nbsp;&nbsp; Maharani Plaza, Jaipur","maharani-plaza/banquet-hall.html");		
		menu6.addItem("&nbsp;&nbsp; Grand Sartaj, New Delhi","grand-sartaj/banquet-hall.html");


		
		mtDropDown.renderAll();

	}





