		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
				
	
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Asphalt Drum Mix Plant","asphalt-drum-mix-plant.html");
		menu1.addItem("Asphalt Paver Finisher","asphalt-paver-finisher.html");
		menu1.addItem("Wet Mix Macadam Plant","wet-mix-macadam-plant.html");
		menu1.addItem("Bitumen Sprayer","bitumen-sprayer.html");
menu1.addItem("Concrete Batching Plant","asphalt-drum-mix-plant.html#concrete");
menu1.addItem("Road Kerbing Machine ","asphalt-paver-finisher.html#road");
menu1.addItem("Road Broomer","wet-mix-macadam-plant.html#broomer");
menu1.addItem("Chip Spreader","bitumen-sprayer.html#chip-spreader");



	    mtDropDown.renderAll();		
		
		}