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


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Real Estate Services","callcenters.html");
		menu1.addItem("Corporate Services","corporate-services.html");
		menu1.addItem("Industrial Services","industrial-services.html");
		menu1.addItem("Residential Services","residential-services.html");
		menu1.addItem("Investment Property","investment-property.html");
		menu1.addItem("Real Estate Financial Analysis","financial-analysis.html");
		menu1.addItem("EHS Reports","ehsreports.html");

		var subMenu1 = menu1.addMenu(menu1.items[0]);
		subMenu1.addItem("Call Centres / Software Development / BPO Companies","callcenters.html");
		subMenu1.addItem("Retail / Showroom / Warehouse / Godown","retail-showroom.html");
		subMenu1.addItem("Office Accommodation","office-accom.html");
		subMenu1.addItem("Residential Accommodation","resi-accom.html");

				
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Vaastu","vaastu.html");
		menu2.addItem("Architecture","architecture.html");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("FDI in Real Estate","fdi-inrealstates.html");
		menu3.addItem("Risk in Real Estate Investment","finance-loans1.html");
		menu3.addItem("Loaning Procedure","loaning-procedure.html");
		
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Why Real Estate for NRI?","nri.html");
		menu4.addItem("Why India a Choice Destination?","nri1.html");
		menu4.addItem("Faqs for NRI","nri3.html");
		menu4.addItem("Loan Procedures for NRI","loan-pro-nri.html");
		

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Housing Insurance","housing-insurance.html");
		menu5.addItem("Movers and Relocations","movers-relocations.html");
	
	    mtDropDown.renderAll();

	}





