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

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Accounting Services","accounting-services.html");
		menu1.addItem("Auditing  Services","accounting-services.html#auditing");
		menu1.addItem("Professional Consultancy","accounting-services.html#business");
		menu1.addItem("Taxation","accounting-services.html#taxation");
		menu1.addItem("B.P.O Services","bpo-services.html");
		menu1.addItem("Company Matters","bpo-services.html#company");
		menu1.addItem("Foreign Investment Approval","bpo-services.html#foreign");
		menu1.addItem("Import – Export Matters","bpo-services.html#import");
		menu1.addItem("VAT/ Sales Tax","bpo-services.html#vat");
		menu1.addItem("Societies & Trust","registration-services.html#societies");
		menu1.addItem("School and Collages","registration-services.html#school");
		menu1.addItem("Hospital / Nursing Home ","registration-services.html#hospital");
	    mtDropDown.renderAll();

	}






