		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("SmartTally","smarttally.htm");
		menu2.addItem("Tally Value Pack &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;","tally-value-pack.htm");
		menu2.addItem("Shoper","shoper.htm");
		menu2.addItem("Add on Tool","addon-tool.htm");


		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Business Continuity & Value added Services","services.htm#business");
		menu3.addItem("Consultancy & Implementation","services.htm#consultancy");		
		menu3.addItem("Customization, Upgradation","services.htm#customization");
		menu3.addItem("Onsite services, support & Corporate Training","services.htm#onsite");


		mtDropDown.renderAll();

	}





