		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Organizational Structure","org_structure.htm");
		menu1.addItem("Structure at the Divisional Level","division.htm");
		menu1.addItem("Administrative Strength","forest_administration.htm");
		menu1.addItem("Mandate","mandate_department.htm");
		menu1.addItem("IFS Officers","http://dop.rajasthan.gov.in/uploadfiles/Civil list of IFS Officers.doc");
		menu1.addItem("RFS Officers","rfs_officer.htm");
			
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("General Introduction","general_intro.htm");
		menu2.addItem("Forests in Rajasthan","forest_in_rajasthan.htm");
		menu2.addItem("Natural Forests","natural_forests.htm");
		menu2.addItem("Status of Forest","status_of_forest.htm");
		//menu2.addItem("Status of Forest","http://www.fsi.nic.in/sfr2005/Chapter%208/Rajasthan.pdf");
		//menu2.addItem("Forest Area","forest_area.htm");
		menu2.addItem("Mutual Imapacts & Benefits","mutual.htm");
		//menu2.addItem("Bio-fuel Policy","");
		menu2.addItem("Forest Photo Gallery","forest_flora.htm");		

		/*var subMenu2 = menu2.addMenu(menu2.items[5]);
		subMenu2.addItem("Bio-fuel Policy of Waste land","pdf/biofuel-policy.pdf");
		subMenu2.addItem("Bio-fuel Policy of Forest land","pdf/Biofuel policy of Rajasthan.pdf");*/
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Bio-diversity Conservation","biodiversity.htm");
		menu3.addItem("National Park & Sanctuaries","national_park_sanctuaries.htm");
		menu3.addItem("Wildlife Management","cwlw/cwlw_main.html");
		menu3.addItem("Nature Tourism","nature_tourism.htm");
		menu3.addItem("Tourism in Rajasthan","change_location.htm?india.gov.in/");
		menu3.addItem("Potential Eco-tourism sites","potecotourismsites.htm");
		menu3.addItem("Wild Life Acts & Rules","act_rules.htm");
		menu3.addItem("Nature Photo Gallery","nature_photo_gallery_one.htm");
		
			
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		//menu4.addItem("State Policy for Forest Development","state_policy_forest_dev.htm");
		//menu4.addItem("National Forest Policy","national_forest_policy.htm");
		menu4.addItem("Joint Forest Management","");
		menu4.addItem("Human Resources","");
		menu4.addItem("Research","");
		menu4.addItem("IT in Forestry","it_in_forest.htm");
		menu4.addItem("Development Projects","");
		menu4.addItem("Plant Distribution","plant_distribution.htm");
		menu4.addItem("Constraints","constraints.htm");
		
		var subMenu4 = menu4.addMenu(menu4.items[0]);
		subMenu4.addItem("Status of JFM","joint_forest_management2.htm");
		subMenu4.addItem("JFM Photo Gallery","jfm_photo_gallery_one.htm");
		subMenu4.addItem("JFM Consolidation Activities","jfmconsolidation.htm");
		
		var subMenu4 = menu4.addMenu(menu4.items[1]);
		subMenu4.addItem("Human Resource Development","human_resource.htm");
		subMenu4.addItem("Forestry Trainig Institutes","forest_institutes.htm");
		
		var subMenu4 = menu4.addMenu(menu4.items[2]);
		subMenu4.addItem("Silviculture System","silvicultural_system.htm");
		subMenu4.addItem("High-tech Nurseries","high_tech_nurseries.htm");
		subMenu4.addItem("Seed Collection","seed_collection.htm");
		
		var subMenu4 = menu4.addMenu(menu4.items[4]);
		subMenu4.addItem("EAP","eap.htm");
		subMenu4.addItem("RVP","rvp.htm");
		subMenu4.addItem("FDAs","fda.htm");
		subMenu4.addItem("Other Activities","development_project.htm");
		
		
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("Procedure for FCA Clearance","forest_conservation_act.htm");
		menu5.addItem("Status of Pending Cases","clearances.htm");
		menu5.addItem("Circulars regarding FCA","fcaCirculars.htm");
		

		var menu6 = ms.addMenu(document.getElementById("menu6"));
		//menu6.addItem("Right to Information Act","pdf/RTI_Act.pdf");
		//menu6.addItem("List of Information Officers","pdf/List-of-officers.pdf");
		menu6.addItem("Awards","");
		menu6.addItem("Citizen Charter","Citizen_Charter_hi.htm");
		menu6.addItem("Public Notices","public_notices.htm");
		menu6.addItem("Orders & Circulars","order_circulars.htm");
		menu6.addItem("Forest Statistics","");
		menu6.addItem("Reports & Publications","reports_pub.htm");
		menu6.addItem("Forest Acts & Rules","act_rules.htm");
		menu6.addItem("Important Downloads","imp_downloads.htm");
		menu6.addItem("FAQ","faq.htm");
		menu6.addItem("Annual Report","");
		
		
		var subMenu6 = menu6.addMenu(menu6.items[0]);
		subMenu6.addItem("State Level Awards","state_level_awards1.htm");
		subMenu6.addItem("Amrita Devi Vishnoi Awards","amrita.htm");
		subMenu6.addItem("National Level Awards","change_location.htm?envfor.nic.in/citizen/fanda.html");
		
		var subMenu6 = menu6.addMenu(menu6.items[4]);
		subMenu6.addItem("General Introduction","public_general_intro.htm");
		subMenu6.addItem("Area & Land","forest_area_land.htm");
		subMenu6.addItem("Out Turn of Produce","out_turn_of_produce.htm");
		
		var subMenu6 = menu6.addMenu(menu6.items[9]);
		subMenu6.addItem("Annual Report 2007-2008","annual_report1.htm");
		subMenu6.addItem("Annual Report 2008-2009","annual_report2.htm");
		subMenu6.addItem("Annual Report 2009-2010","annual_report3.htm");
		
	    mtDropDown.renderAll();
	}
