function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("inicioid", "Inicio", "Universo Marvel",  null, null);
	menu.addItem("marvelid", "Colecciones Marvel", "Fichas de Cómics USA",  null, null);
	menu.addItem("edespid", "Editoriales Españolas", "Editoriales Españolas",  null, null);
	menu.addItem("fechaid", "Fecha Portada", "Fecha de Portada",  null, null);
	menu.addItem("autoresid", "Autores", "Autores",  null, null);
	menu.addItem("personajesid", "Personajes", "Listado de Personajes",  null, null);
	menu.addItem("foroid", "Foro", "Foro",  null, null);
	menu.addItem("fanid", "Fan Fiction", "Fan Fiction",  null, null);

	menu.addSubItem("inicioid", "Inicio", "Universo Marvel",  "http://www.universomarvel.com/");
	
	menu.addSubItem("marvelid", "Principal", "Universo Tradicional",  "http://www.universomarvel.com/fichas/marvel.html");
	menu.addSubItem("marvelid", "Marvel Age", "Marvel Age",  "http://www.universomarvel.com/fichas/marvelage.html");
	menu.addSubItem("marvelid", "Nuevo Universo", "Nuevo Universo",  "http://www.universomarvel.com/fichas/newuni.html");
	menu.addSubItem("marvelid", "Ultraverso", "Ultraverso",  "http://www.universomarvel.com/fichas/ultra.html");
	menu.addSubItem("marvelid", "2099", "Línea 2099",  "http://www.universomarvel.com/fichas/2099.html");
	menu.addSubItem("marvelid", "MC2", "Marvel Comics 2",  "http://www.universomarvel.com/fichas/mc2.html");
	menu.addSubItem("marvelid", "Ultimate", "Universo Ultimate",  "http://www.universomarvel.com/fichas/ultimate.html");
	menu.addSubItem("marvelid", "Coediciones", "Marvel y otras editoriales",  "http://www.universomarvel.com/fichas/coedusa.html");
	menu.addSubItem("marvelid", "Licencias", "Derechos no Marvel",  "http://www.universomarvel.com/fichas/licencias.html");
	menu.addSubItem("marvelid", "Adaptaciones TV", "Adaptaciones TV",  "http://www.universomarvel.com/fichas/tv.html");
	menu.addSubItem("marvelid", "Versiones alternativas", "Versiones alternativas",  "http://www.universomarvel.com/fichas/unialt.html");
	menu.addSubItem("marvelid", "Humor", "Humor",  "http://www.universomarvel.com/fichas/humorusa.html");
	menu.addSubItem("marvelid", "Grandes sagas", "Grandes sagas",  "http://www.universomarvel.com/fichas/sagas.html");
	
	menu.addSubItem("edespid", "Vértice", "Vértice",  "http://www.universomarvel.com/fichas/vertice.html");
	menu.addSubItem("edespid", "Laida", "Laida",  "http://www.universomarvel.com/fichas/laida.html");
	menu.addSubItem("edespid", "Bruguera", "Bruguera",  "http://www.universomarvel.comfichas//bruguera.html");
	menu.addSubItem("edespid", "Montena", "Montena",  "http://www.universomarvel.com/fichas/montena.html");
	menu.addSubItem("edespid", "Planeta", "Planeta DeAgostini",  "http://www.universomarvel.com/fichas/forum.html");
	menu.addSubItem("edespid", "Zinco", "Zinco",  "http://www.universomarvel.com/fichas/zinco.html");
	menu.addSubItem("edespid", "Vid", "Vid",  "http://www.universomarvel.com/fichas/vid.html");
	menu.addSubItem("edespid", "Panini", "Panini",  "http://www.universomarvel.com/fichas/panini.html");
	
	
	
	menu.addSubItem("fechaid", "Fecha USA", "Fecha Portada USA",  "http://www.universomarvel.com/fichas/fechausa.html");
	menu.addSubItem("fechaid", "Fecha España", "Fecha Portada Española",  "http://www.universomarvel.com/fichas/fechaesp.html");

	menu.addSubItem("autoresid", "Edición USA", "Autores Edición USA",  "http://www.universomarvel.com/fichas/autoresusa.html");
	menu.addSubItem("autoresid", "Edición Española", "Autores Edición Española",  "http://www.universomarvel.com/fichas/autoresesp.html");
	
	menu.addSubItem("personajesid", "A-D", "De la A a la D",  "http://www.universomarvel.com/fichas/personajesad.php");
	menu.addSubItem("personajesid", "E-H", "De la E a la H",  "http://www.universomarvel.com/fichas/personajeseh.php");
	menu.addSubItem("personajesid", "I-L", "De la I a la L",  "http://www.universomarvel.com/fichas/personajesil.php");
	menu.addSubItem("personajesid", "M-O", "De la M a la O",  "http://www.universomarvel.com/fichas/personajesmo.php");
	menu.addSubItem("personajesid", "P-S", "De la P a la S",  "http://www.universomarvel.com/fichas/personajesps.php");
	menu.addSubItem("personajesid", "T-Z", "De la T a la Z",  "http://www.universomarvel.com/fichas/personajestz.php");
	menu.addSubItem("personajesid", "Glosario de Términos", "Glosario de Términos",  "http://www.universomarvel.com/fichas/glosario.html");
	menu.addSubItem("personajesid", "Cronologías", "Cronologías",  "http://www.universomarvel.com/fichas/cronologias/cronologias.html");	

	menu.addSubItem("foroid", "Foro", "Foro",  "http://www.universomarvel.com/forum/");
	
	menu.addSubItem("fanid", "Amazing Fiction", "Amazing Fiction",  "http://www.universomarvel.com/afiction/");
	
	menu.showMenu();
}
