		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Sharpline 4 Hi-Tower","sharpline-4-hi-tower.html");
menu4.addItem("Sharpline 3-Color Satellite Unit","color-satellite-unit.html");
menu4.addItem("Mono Printing Unit","mono-printing-unit.html");
menu4.addItem("Half Page Folder","halfpage-folder.html");
menu4.addItem("Printing Machine Spare Parts","printing-machine-spareparts.html");



	

	  mtDropDown.renderAll();

	}









