		
	if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Company Profile","about-us.html#profile");
		menu1.addItem("Our Values","about-us.html#values");
		menu1.addItem("Company Policy","about-us.html#policy");
		menu1.addItem("Infrastructure ","infrastructure.html");
		menu1.addItem("Eco friendly Environment ","infrastructure.html#eco");
		menu1.addItem("Training","infrastructure.html#training");	
		menu1.addItem("Why We?","infrastructure.html#whywe");


	
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Quality Objectives","quality.html#objective");
		menu2.addItem("Standard Room","quality.html#standardroom");
		menu2.addItem("Chemical Laboratory","quality-control.html#lab");
		menu2.addItem("Inspection Stages and Methods","quality-control.html#inspection");
		
		
	    mtDropDown.renderAll();

	}





