		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Insoles","insoles.html");
		menu1.addItem("EVA Foam Sheets","evafoamsheets.html");
		menu1.addItem("Laminated Foams","laminatedfoam.html");
		menu1.addItem("Sole Sheets","solesheets.html");

       

		mtDropDown.renderAll();

	}