	if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 1, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Footwear", "/categories.asp?cid=77");
		menu1.addItem("Club Couture", "/categories.asp?cid=75");
		menu1.addItem("Cocktail Party", "/categories.asp?cid=74");
		menu1.addItem("Formal & Bridal", "/categories.asp?cid=73");
		menu1.addItem("Miki's Picks", "/categories.asp?cid=76");

		mtDropDown.renderAll();
	}
