		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Kelansar Vikas Samiti (KVS)","kvs.html");
		menu2.addItem("Ankur Sansthan","ankur_sansthan.html");	
		menu2.addItem("Sukshma Vikas Sansthan (SVS)","svs.html");	
		menu2.addItem("Kumarappa Institute of Gram Swaraj (KIGS)","kigs.html");	
		menu2.addItem("Nirman Sanstha","nirman_sanstha.html");	
		

		/*var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("CASA","casa.html");
		menu3.addItem("CNI-SBSS","cni.html");
		menu3.addItem("CSI","csi.html");
		menu3.addItem("ISD","isd.html");
		menu3.addItem("UMN","umn.html");
		menu3.addItem("CCDB","ccdb.html");
		menu3.addItem("CSD","csd.html");
		menu3.addItem("CWS","cws.html");
		menu3.addItem("TUS","tus.html");	
		
		 var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Organizational  Participation  ","involved.html");
		menu4.addItem("Individual Participation","ind_part.html");	
		
	

		
        var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Program 2006","pro6.html");
		menu5.addItem("Program 2007","pro7.html");
		menu5.addItem("Program 2008","pro8.html");
		
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		/*menu6.addItem("Joint Exposure Visits","events.html");
		menu6.addItem("Application Training","app_train.html");*/		
     
     
		
	    mtDropDown.renderAll();						
	}