		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Manufacturing Capabilities","technology-and-research.html");
		menu1.addItem("Corporate Presentation","/mycgi/industrialorganics/iolcp_presntation1.ppt");
		menu1.addItem("News Room","/mycgi/industrialorganics/news_room.pl");
		menu1.addItem("Our Presence","our-presence.html");	
		menu1.addItem("Awards","awards.html");
		menu1.addItem("Environment Policy","about-us.html#environment");
		menu1.addItem("Quality Policy","about-us.html#quality");
			
		var subMenu1 = menu1.addMenu(menu1.items[0]);
		subMenu1.addItem("Technology & Research","technology-and-research.html");
		subMenu1.addItem("Facilities & Capacities","facilities-capacities.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Acetic Acid","aceticacid.html");
		menu2.addItem("Ethyl Acetate","ethylacetate.html");
	    menu2.addItem("Acetic Anhydride","aceticanhydride.html");
		menu2.addItem("Ibuprofen","ibuprofen.html");
		menu2.addItem("Isobutyl Benzene","isobutyl-benzene.html");	
		menu2.addItem("Mono Chloro Acetic Acid","monochloro-acetic.html");	
		menu2.addItem("Acetyl Chloride","acetyl-chloride.html");	

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Corporate Governance","/mycgi/industrialorganics/corporate_governance.pl");
		menu3.addItem("Download Shareholding Pattern","/mycgi/industrialorganics/investor_desc.pl#DownloadShareholdingPattern");
		menu3.addItem("Download Annual Reports","/mycgi/industrialorganics/investor_desc.pl#DownloadAnnualReports");
		menu3.addItem("Download Financial Results","/mycgi/industrialorganics/investor_desc.pl#DownloadFinancialResults");
		menu3.addItem("Download Forms","/mycgi/industrialorganics/investor_desc.pl#DownloadForms");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Working at IOLCP","working.html");
		menu4.addItem("Current Openings","/mycgi/industrialorganics/career_section.pl");
		menu4.addItem("Post Your Resume","post-your-resume.html");


	    
			

		mtDropDown.renderAll();

	}