		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Phone codes","http://www.bsnl.co.in/viewstatecode.php");
//		menu2.addItem("Weather","http://weather.nic.in/current.htm");
		menu2.addItem("Currency converter ","http://www.xe.com");
//		menu2.addItem("Maps","http://www.sampooranayatra.com/Maps.html");


		
		/*var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Submenu","#");
		menu3.addItem("Submenu-1","#");
		menu3.addItem("Submenu--2 ","#");
		menu3.addItem("Submenu---3 ","#");
		menu3.addItem("Submenu-----4 ","#");*/
	
	    mtDropDown.renderAll();						
	}
