		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		
		
                   
       		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Pressure De Stoner","de-stoner.html");
		menu2.addItem("Vaccum De Stoner","de-stoner-of-vacuum.html");
				



	
	mtDropDown.renderAll();

	}

	


























	
