if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		 var menu1 = ms.addMenu(document.getElementById("menu1"));
		
		
menu1.addItem("Door Hardware","/door-hardware.html");
			menu1.addItem("Cabinet Hardware","/cabinet-hardware.html");
			menu1.addItem("Curtain Hardware","/curtain-hardware.html");
			menu1.addItem("Gate Hardware","/gate-hardware.html");
			menu1.addItem("Window Hardware","/window-hardware.html");
			menu1.addItem("Fireplace Accessories","/fireplace-accessories.html");
			mtDropDown.renderAll();

	}






