	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");

		var menu2 = ms.addMenu(document.getElementById("26a"));
		menu2.addItem("&nbsp;Dos Crónicas de un Mismo Acto", "cronicas.html");
		menu2.addItem("&nbsp;Las Edades del Hombre", "edades.html");
		menu2.addItem("&nbsp;Lírica de los Objetos", "lirica.html");
		menu2.addItem("&nbsp;Paisajes Urbanos", "urbanos.html");
		menu2.addItem("&nbsp;Poetas y Amigos", "amigos.html");
		menu2.addItem("&nbsp;Direcciones Web", "web.html");
		
			var subMenu21 = menu2.addMenu(menu2.items[5]);
			subMenu21.addItem("&nbsp;Páginas web de centros", "webcen.html");
			subMenu21.addItem("&nbsp;Páginas web institucionales", "webins.html");
			subMenu21.addItem("&nbsp;Otras páginas web", "webotr.html");

	mtDropDown.renderAll();
	}