		if (mtDropDown.isSupported()) {
		//var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, 3);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Company Profile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","companyprofile.htm");
		menu1.addItem("Mission & Vision","mission&vision.htm");
		//menu1.addItem("Management","management.htm");
		menu1.addItem("Quality Policy","qualitypolicy.htm");
		menu1.addItem("Management Message","mdmessage.htm");		

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Ongoing Projects&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","ongoingprojects.htm");
		menu2.addItem("Upcoming Projects","upcomingprojects.htm");
		
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Commercial Contractor","commercialcontractor.htm");
		menu3.addItem("Construction Contractor","constructioncontractor.htm");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Current Openings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ","currentopenings.htm");
		menu4.addItem("Send Resume","sendresume.htm");
		
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		
		//menu5.addItem("Press Release&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","pressrelease.htm");
		menu5.addItem("Print Advertisement&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","printadvertisement.htm");
		//menu5.addItem("Critics&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","testimonials.html");
		
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("Office Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","officeaddress.htm")
		//menu6.addItem("How to Reach","howtoreach.htm")
				
		//var menu7 = ms.addMenu(document.getElementById("menu7"));
		//menu7.addItem("Why Paramount for NRIs","investor.html");
	//	menu7.addItem("How to Reach","contactus_howtoreach.html");
		
		//var menu8 = ms.addMenu(document.getElementById("menu8"));
		//menu8.addItem("Associates","ourassociates_associates.html");
		//menu8.addItem("Banks&nbsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","ourassociates_banks.html");
		//menu8.addItem("Office Address","contactus_officeaddress.html");
		//menu8.addItem("How to Reach","contactus_howtoreach.html");
		
		//var menu9 = ms.addMenu(document.getElementById("menu9"));
		//menu9.addItem("Office Address","contactus.html");
		//menu9.addItem("How to Reach","contactus_howtoreach.html");

	    mtDropDown.renderAll();						
	}

