//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("webmasterid", "El Pueblo", "El Pueblo",  null, null);
	menu.addItem("newsid", "Lumbier,cuatro estaciones", "Lumbier,cuatro estaciones",  null, null);
	menu.addItem("freedownloadid", "El paisaje", "El paisaje",  null, null);
	menu.addItem("searchengineid", "Costumbres y tradiciones", "Costumbres y tradiciones",  null, null);
	menu.addItem("miscid", "Documentales varios", "Documentales varios",  null, null);

	menu.addSubItem("webmasterid", "Presentación", "Presentación",  "http://www.youtube.com/watch?v=OUz5QGERktU", "");
	menu.addSubItem("webmasterid", "El pueblo,por dentro", "El pueblo,por dentro",  "http://www.youtube.com/watch?v=6_XyY_lo5ak", "");
	menu.addSubItem("webmasterid", "Toponimia", "Toponimia",  "http://www.youtube.com/watch?v=kBApgkwUe7g", "");
	menu.addSubItem("webmasterid", "Vistas aéreas", "Vistas aéreas",  "http://www.youtube.com/watch?v=aseS2dBIR8o");

	menu.addSubItem("newsid", "Otoño", "Otoño",  "http://www.youtube.com/watch?v=rL7NWaz0vis", "");
	menu.addSubItem("newsid", "Invierno", "Invierno",  "http://www.youtube.com/watch?v=xCSRfJVveyo", "");
	menu.addSubItem("newsid", "Primavera", "Primavera",  "http://www.youtube.com/watch?v=TZYObkNI-Mo", "");
	menu.addSubItem("newsid", "Verano", "Verano",  "http://www.youtube.com/watch?v=RZ3LVIsanqw", "");
	menu.addSubItem("newsid", "Mayo 2008", "Mayo 2008",  "http://es.youtube.com/watch?v=jkOrW2QbVWY", "");

	menu.addSubItem("freedownloadid", "Fotogramas", "Fotogramas",  "http://www.youtube.com/watch?v=6P3O1YknnE8", "");
	menu.addSubItem("freedownloadid", "Irati y Foz", "Irati y Foz",  "http://www.youtube.com/watch?v=TyQlSYiEB-c", "");
	menu.addSubItem("freedownloadid", "Salazar y arbayún", "Salazar y Arbayún",  "http://www.youtube.com/watch?v=WAIbxiasXLQ", "");
	menu.addSubItem("freedownloadid", "Ríos desbordados", "Ríos desbordados",  "http://es.youtube.com/watch?v=7FsTGzMMUg8", "");
	menu.addSubItem("freedownloadid", "Foz de Lumbier", "Foz de Lumbier",  "http://www.youtube.com/watch?v=mFB5tNKqu84", "");
	menu.addSubItem("freedownloadid", "Otros", "Otros",  "http://www.aristu.net", "");

	menu.addSubItem("searchengineid", "San Ramón", "San Ramón",  "http://www.youtube.com/watch?v=0it49WZ9c14", "");
	menu.addSubItem("searchengineid", "el Ilunberri", "el Ilunberri",  "http://www.youtube.com/watch?v=ePxF9WQSR0c", "");
	menu.addSubItem("searchengineid", "la banda de música", "la banda de música", "http://www.youtube.com/watch?v=f3nyvIhbNVY", "");
	menu.addSubItem("searchengineid", "Rituales", "rituales",  "http://www.youtube.com/watch?v=vFShqbUWGNw", "");
	menu.addSubItem("searchengineid", "San Ramón 2008", "San Ramón 2008",  "http://es.youtube.com/watch?v=ZhEEwT2M7jI", "");
	menu.addSubItem("searchengineid", "San Ramón 2009", "San Ramón 2009",  "http://www.youtube.com/watch?v=mFB5tNKqu84", "");

	menu.addSubItem("miscid", "algo de historia", "algo de historia",  "http://www.youtube.com/watch?v=EV7yO91rFwA", "");
	menu.addSubItem("miscid", "La Trinidad", "La Trinidad",  "http://www.youtube.com/watch?v=GbFHuIksH_4", "");
	menu.addSubItem("miscid", "Recopilacion", "Recopilacion",  "http://www.aristu.net/videos.htm", "");
	menu.addSubItem("miscid", "Arbayún-Peña Cornota", "Arbayún-Peña Cornota",  "http://www.youtube.com/watch?v=qi9RhOONHdo", "");
    menu.addSubItem("miscid", "Arbayún-Fuente", "Arbayún-Fuente",  "http://es.youtube.com/watch?v=jn3Hs-JmvCA", "");
	menu.addSubItem("miscid", "Arbayún-mirador de Burguía", "Arbayún-mirador de Burguía",  "http://es.youtube.com/watch?v=MrAUd3qQyoo", "");
	menu.addSubItem("miscid", "Día del Agro Navarro", "XXV Edición Día del Agro Navarro",  "http://www.youtube.com/watch?v=efTcIkSgF5s", "");
	
	menu.showMenu();
}

menu = new Menu();