	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 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();
	}