function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Principal", "Principal",  null, null);
	menu.addItem("newsid", "Productes", "Productes",  null, null);
	menu.addItem("freedownloadid", "Servei", "Servei", null, null);
	menu.addItem("miscid", "Contactar", "Contactar",  null, null);
	menu.addItem("not", "Realitzar Comanda", "Realitzar Comanda",  null, null);
	menu.addItem("prom", "Promoció", "Promoció",  null, null);
	menu.addItem("facu", "Preguntes", "Preguntes",  null, null);
	menu.addItem("searchengineid", "Enllaços d'interès", "Enllaços d'interès",  null, null);
	
	menu.addSubItem("webmasterid", "Anar a la pàgina d'inici", "Anar a la pàgina d'inici",  "home_c.htm");
	menu.addSubItem("webmasterid", "Finca: Localització", "Finca: Localització",  "finca_localizacion_c.htm");
	menu.addSubItem("webmasterid", "Finca: Característiques", "Finca: Característiques",  "finca_caracteristicas_c.htm");
	menu.addSubItem("webmasterid", "Finca: Imatges", "Finca: Imatges",  "finca_imagenes_c.htm");
	menu.addSubItem("webmasterid", "Notes de premsa", "Notes de premsa",  "notasdeprensa_c.htm");
		

	menu.addSubItem("newsid", "Qualitat de les taronges", "Qualitat de les taronges",  "productos_calidad_c.htm");
	menu.addSubItem("newsid", "Varietats", "Varietats",  "productos_variedad_c.htm");
	menu.addSubItem("newsid", "temporades de recollida", "temporades de recollida",  "productos_temporada_c.htm");	
	menu.addSubItem("newsid", "Imatges de la preparació", "Imatges de la preparació",  "naranjas_imagenes_c.htm");	
	

	menu.addSubItem("freedownloadid", "Explicació del servei", "Explicació del servei",  "servicio_explicacion_c.htm");
	menu.addSubItem("freedownloadid", "Avantatges del servei", "Avantatges del servei",  "servicio_ventajas_c.htm");
	menu.addSubItem("freedownloadid", "Particulars", "Particulars",  "servicio_particulares_c.htm");
	menu.addSubItem("freedownloadid", "Regal d´empresa", "Regal d´empresa",  "servicio_regalodeempresa_c.htm");	

	menu.addSubItem("miscid", "Dades de contacte", "Dades de contacte",  "contactar_datos_c.htm");
	
	
	menu.addSubItem("not", "Preus", "Preus",  "pedido_precios_c.htm");
	menu.addSubItem("not", "Manera de pagament", "Manera de pagament",  "pedido_pago_c.htm");
	menu.addSubItem("not", "Realitzar Comanda", "Realitzar Comanda",  "pedido_realizar.php");
	menu.addSubItem("not", "Regal d´empresa", "Regal d´empresa",  "pedido_realizar_regalodeempresa_c.htm");
	menu.addSubItem("not", "Comanda per telèfon", "Comanda per telèfon",  "pedido_telefono_c.htm");
		
	menu.addSubItem("prom", "Explicació", "Explicació",  "promocion_c.htm");
	menu.addSubItem("prom", "Guanyadors 2009", "Guanyadors 2009",  "promocion_fotos09_c.htm");
	menu.addSubItem("prom", "Guanyadors 2008", "Guanyadors 2008",  "promocion_fotos08_c.htm");
	menu.addSubItem("prom", "Guanyadors 2007", "Guanyadors 2007",  "promocion_fotos07_c.htm");
	menu.addSubItem("prom", "Guanyadors 2006", "Guanyadors 2006",  "promocion_fotos06_c.htm");
	menu.addSubItem("prom", "Guanyadors 2005", "Guanyadors 2005",  "promocion_fotos05_c.htm");
	menu.addSubItem("prom", "Guanyadors 2004", "Guanyadors 2004",  "promocion_fotos_c.htm");
	
	menu.addSubItem("facu", "Generals", "Generals",  "faq_generales_c.htm");
	menu.addSubItem("facu", "Enviaments", "Enviaments",  "faq_envios_c.htm");
	menu.addSubItem("facu", "Comandes", "Comandes",  "faq_pedidos_c.htm");
	menu.addSubItem("facu", "Condicions", "Condicions",  "faq_condicions_c.htm");

	menu.addSubItem("searchengineid", "Receptes a la taronja", "Receptes a la taronja",  "recetas_c.htm");
	menu.addSubItem("searchengineid", "Vins", "Vins",  "vinos_c.htm");
	menu.addSubItem("searchengineid", "Formatges", "Formatges",  "quesos_c.htm");
	menu.addSubItem("searchengineid", "Restaurants", "Restaurants",  "restaurantes_c.htm");
	menu.addSubItem("searchengineid", "Botigues Gourmet", "Botigues Gourmet",  "gourmet_c.htm");
	
	


	menu.showMenu();
}