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

var menu1 = ms.addMenu(document.getElementById ("menu1"));
			menu1.addItem("Income Tax","income-tax.html");
			menu1.addItem("FBT (Fringe Benefit Tax)","fringe-benefit-tax.html");
			menu1.addItem("Transfer Pricing","transfer-pricing.html");
			menu1.addItem("New IT Return Forms","it-return-form.html");

			
var menu2 = ms.addMenu(document.getElementById ("menu2"));
			menu2.addItem("Payroll Solutions","monthly-payroll-process.html");
			menu2.addItem("Monthly Payroll Processing","monthly-payroll-process.html#process");
			
var menu3 = ms.addMenu(document.getElementById ("menu3"));
			menu3.addItem("Wealth Management","wealth-management.html");
			menu3.addItem("Foreign Collaboration","foreign-collaboration.html");
			menu3.addItem("Taxation and FEMA","taxation-fema.html");
			menu3.addItem("Start Up Ventures ","startup-ventures.html");

var menu4 = ms.addMenu(document.getElementById ("menu4"));
		menu4.addItem("Why Invest in India?","why-invest-india.html");
		menu4.addItem("Liaison Officer","liaison-officer.html");
		menu4.addItem("Branch Officer","branch-officer.html");
		menu4.addItem("100% Owned Subsidiary","owned-subsidiary.html");
		menu4.addItem("FDI","fdi.html");
		menu4.addItem("Project Office","project-office.html");
		menu4.addItem("Company Registration","company-registration.html");


var menu5 = ms.addMenu(document.getElementById ("menu5"));
		menu5.addItem("Basic Direct Tax Slabs","basic-direct-tax-slabs.html");
		menu5.addItem("Partnership Firms &amp; Companies","partnership-firms.html");
		menu5.addItem("Direct Tax","direct-tax.html");
		menu5.addItem("Income Tax Complaints","income-tax-complaints.html");
		menu5.addItem("Income Tax Dates","income-tax-dates.html");
		menu5.addItem("Income Tax Deduction","income-tax-deduction.html");
		menu5.addItem("Income Tax Departments","income-tax-departments.html");
		menu5.addItem("Income Tax Rate","income-tax-rate.html");
		menu5.addItem("Income Tax Returns","income-tax-returns.html");
		menu5.addItem("Tax Deducted at Source","tax-deducted.html");

var menu6 = ms.addMenu(document.getElementById ("menu6"));
		menu6.addItem("Administration","administration.html");
		menu6.addItem("Registration","registration.html");
		menu6.addItem("Deposit of Service Tax","deposit-service-tax.html");
		menu6.addItem("Preparation &amp; Filing of Returns","preparation-filing-returns.html");



var menu7 = ms.addMenu(document.getElementById ("menu7"));
		menu7.addItem("Salary","salary.html");
		menu7.addItem("House Property","house-property.html");
		menu7.addItem("Profit In Business/ Profession","profit-business.html");
		menu7.addItem("Capital Gains","capital-gains.html");
		menu7.addItem("Other Sources","other-sources.html");



mtDropDown.renderAll();

}
		


