	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu0 = ms.addMenu(document.getElementById("22a"));
		menu0.addItem("&nbsp;Rafael Alberti - El Puerto de Santa María", "palberti.html");
		menu0.addItem("&nbsp;Luis Cernuda - Sevilla", "pcernuda.html");
		menu0.addItem("&nbsp;Federico García Lorca - Granada", "plorca.html");

		var menu1 = ms.addMenu(document.getElementById("24a"));
		menu1.addItem("&nbsp;Los Poetas", "poetas.html");
		menu1.addItem("&nbsp;La Pintura del 27", "pintura.html");
		menu1.addItem("&nbsp;Revistas", "revistas.html");
		menu1.addItem("&nbsp;Otra visión del 27", "otravis.html");

	mtDropDown.renderAll();
	}