function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "PAGINA PRINCIPAL", "Página Principal",  "main.htm");
	menu.addItem("newsid", "Finca Raíz", "Finca Raíz:",  null, null);
	menu.addItem("freedownloadid", "Calles de Cartagena", "Calles de",  null, null);
	menu.addItem("searchengineid", "Visitando la Ciudad", "Visitando la ciudad",  null, null);
	menu.addItem("miscid", "Mas...", "Mas...",  null, null);

	menu.addSubItem("webmasterid", "Iglesia Santo Domingo", "Dynamic Drive",  "main.htm");
	menu.addSubItem("webmasterid", "llUIS", "Website Abstraction",  "http://www.wsabstract.com/");
	menu.addSubItem("webmasterid", "Web Review", "Web Review",  "http://www.webreview.com/");
	menu.addSubItem("webmasterid", "Developer.com", "Developer.com",  "http://www.developer.com/");
	menu.addSubItem("webmasterid", "Freewarejava.com", "Freewarejava.com",  "http://www.freewarejava.com/");
	menu.addSubItem("webmasterid", "Web Monkey", "Web Monkey",  "http://www.webmonkey.com/");
	menu.addSubItem("webmasterid", "Jars", "Jars",  "http://www.jars.com/");
	menu.addSubItem("webmasterid", "Intro DHTML Guide", "Intro DHTML Guide",  "http://members.tripod.com/~toolmandavid");

	menu.addSubItem("newsid", "Ofertas Inmobiliarias", "",  "ofertas.htm");
	menu.addSubItem("newsid", "Ofrezca su propiedad", "",  "ventas.htm");
        	

	menu.addSubItem("freedownloadid", "Calles de Cartagena", "",  "calles.htm");
	menu.addSubItem("freedownloadid", "", "",  "http://download.com/");
            

	menu.addSubItem("searchengineid", "Torre del Reloj", "",  "reloj.htm");
	menu.addSubItem("searchengineid", "Plaza de Los Coches", "",  "coches.htm");
	menu.addSubItem("searchengineid", "Plaza de la Aduana", "", "aduana.htm");
	menu.addSubItem("searchengineid", "Museo de Arte Moderno y San Pedro Claver", "",  "moderno.htm");
        menu.addSubItem("searchengineid", "Pz. Bolivar, Palacio de inquisición y Museo del Oro", "",  "inquisicion.htm");
        menu.addSubItem("searchengineid", "Iglesia y Plaza Santo Domingo", "",  "domingo.htm");
        menu.addSubItem("searchengineid", "Castillo de San Felipe", "",  "felipe.htm");
        menu.addSubItem("searchengineid", "Convento de la Popa", "",  "popa.htm");
        menu.addSubItem("searchengineid", "Murallas", "",  "murallas.htm");
        menu.addSubItem("searchengineid", "Más Lugares", "",  "otros.htm");

	menu.addSubItem("miscid", "Bocagrande,Laguito", "",  "bocagrande.htm");
	menu.addSubItem("miscid", "Volcan del Totumo", "",  "totumo.htm");
	menu.addSubItem("miscid", "Islas del Rosario", "",  "rosario.htm");
	menu.addSubItem("miscid", "Cartagena de Noche", "",  "noche.htm");
	

	menu.showMenu();
}
