//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("pictures", "Picture galleries", "Picture galleries",  null, null);
	menu.addItem("guides", "Routes & crags", "Route and crag guides",  null, null);
	menu.addItem("reviews", "Reviews", "Reviews",  null, null);
	menu.addItem("other", "Other", "Other stuff",  null, null);
        menu.addItem("stories", "Stories", "Reading Mountaineering Club stories",  null, null);
	menu.addItem("home", "Home", "Home Page",  null, null);

	menu.addSubItem("pictures", "Alps 2000", "Alps 2000",  "../picture_galleries/alps_2000.htm", "_top");
	menu.addSubItem("pictures", "Alps 2001", "Alps 2001",  "../picture_galleries/alps2001.htm", "_top");
	menu.addSubItem("pictures", "Alps 2002", "Alps 2002",  "../picture_galleries/alps2002.htm", "_top");
	menu.addSubItem("pictures", "Ice climbing, Scotland", "Scotish winter climbing",  "../picture_galleries/scotwinter.htm", "_top");
	menu.addSubItem("pictures", "Ice climbing, Scotland (2)", "Scotish winter climbing",  "../picture_galleries/scot_win_torridon.htm", "_top");
	menu.addSubItem("pictures", "Rock", "Tremadog and Pembroke rock climbing",  "../picture_galleries/rock.htm", "_top");
	menu.addSubItem("pictures", "Lake District", "Lake District in winter",  "../picture_galleries/lakes.htm", "_top");
	menu.addSubItem("pictures", "Snowdonia", "Snowdonia, Glyders, Carneddau",  "../picture_galleries/snowdonia.htm", "_top");
	menu.addSubItem("pictures", "Chamonix", "Chamonix in winter, ice climbing",  "../picture_galleries/chamonix.htm", "_top");
	menu.addSubItem("pictures", "Gower", "Rock climbing a beach shots of The Gower",  "../picture_galleries/gower.htm", "_top");
	menu.addSubItem("pictures", "Ireland", "The mountains of Ireland",  "../picture_galleries/ireland.htm", "_top");
	menu.addSubItem("pictures", "Skye", "Skye",  "../picture_galleries/images_of_skye.htm", "_top");
	menu.addSubItem("pictures", "Sea stacks", "Scottish sea stacks",  "../picture_galleries/scottish_sea_stacks.htm", "_top");
	menu.addSubItem("pictures", "RMC Langdale meet 2008", "RMC meet Langdale 2008",  "../RMC_meet_galleries/langdale_2008/index.htm", "_top");
	menu.addSubItem("pictures", "RMC Cornwall meet Easter 2008", "RMC meet Cornwall 2008",  "../RMC_meet_galleries/cornwall_easter_2008/index.htm", "_top");
	menu.addSubItem("pictures", "RMC Harrisons meet 2008", "RMC meet Harrisons 2008",  "../RMC_meet_galleries/harrisons_2008/index.htm", "_top");
	menu.addSubItem("pictures", "RMC N Pembroke meet 2008", "RMC meet N Pembrokeshire 2008",  "../RMC_meet_galleries/n_pembroke_2008/index.htm", "_top");
	menu.addSubItem("pictures", "RMC Ullapool meet 2008", "RMC meet Ullapool 2008",  "../RMC_meet_galleries/ullapool_2008/index.htm", "_top");
	menu.addSubItem("pictures", "RMC Gower meet 2008", "RMC Gower meet 2008",  "../RMC_meet_galleries/gower_2008/index.htm","_top");
	menu.addSubItem("pictures", "Outer Hebrides 2008", "Outer Hebrides 2008",  "../RMC_meet_galleries/outer_hebrides_2008/index.htm","_top");
	menu.addSubItem("pictures", "RMC Cornwall August 2008", "RMC Cornwall August 2008",  "../RMC_meet_galleries/Cornwall_Aug_2008/index.htm","_top");
	menu.addSubItem("pictures", "RMC Lake District meet Xmas 2008", "RMC Lake District meet Xmas 2008",  "../RMC_meet_galleries/Lakes_xmas_2008/index.htm","_top");
	menu.addSubItem("pictures", "Tanzania 2008", "Tanzania: Ruaha, Katavi, Selous",  "../tanzania_2008/index.htm","_top");
	menu.addSubItem("pictures", "RMC Yorkshire Sept 2009", "RMC Yoprkshire Sept 2008",  "../RMC_meet_galleries/yorkshire_2009/index.htm","_top");
	menu.addSubItem("pictures", "RMC Langdale Feb 2010", "RMC Langdale 2010",  "../RMC_meet_galleries/Langdale_2010/index.htm","_top");

	menu.addSubItem("pictures", " ", " ",  "", "_blank");

	menu.addSubItem("guides", "Routes- England", "English climbing routes",  "../guides/England.htm", "_top");
	menu.addSubItem("guides", "Routes- Wales", "Welsh climbing routes",  "../guides/Wales.htm", "_top");
	menu.addSubItem("guides", "Routes- Scotland", "Scottish winter routes",  "../guides/Scotland.htm", "_top");
	menu.addSubItem("guides", "Alpine routes", "mountaineering routes in the Alps",  "../guides/Alpine.htm", "_top");
	menu.addSubItem("guides", "Turning Stone Edge", "Turning Stone Edge, Peak District",  "../guides/crag_ts_edge.htm", "_top");
	menu.addSubItem("guides", "Cornwall", "Rock climbing in Cornwall",  "../guides/cornwall.htm", "_top");
	menu.addSubItem("guides", "Pembroke", "Rock climbing in Pembroke",  "../guides/Pembroke.htm", "_top");
	menu.addSubItem("guides", "Gower", "Gower climbing guide",  "../guides/Gower.htm", "_top");
	menu.addSubItem("guides", "Yorkshire", "Yorkshire climbing guide",  "../guides/yorkshire.htm", "_top");	
        menu.addSubItem("guides", "Shopshire", "Grinshill, Nesscliffe, Pontisford near Shrewsbury",  "../guides/shropshire_rock.htm", "_top");
	menu.addSubItem("guides", "Chamonix ice climbing", "La Cremerie, Argentiere",  "../guides/argentiere_ice.htm", "_top");
	menu.addSubItem("guides", "Irish rock climbing", "Gap of Dunloe in SW Ireland",  "../guides/Ireland.htm", "_top");
	menu.addSubItem("guides", "Welsh winter climbing", "Guide to Welsh snow and ice climbing",  "../guides/welsh_winter.htm", "_top");
	menu.addSubItem("guides", "N Scotland sea stacks", "Guide to sea stacks in N Scotland",  "../guides/n_scotland.htm", "_top");
	menu.addSubItem("guides", " ", " ",  "", "_blank");


	menu.addSubItem("reviews", "Campsites", "Campsites",  "../reviews/campsites.htm", "_top");
	menu.addSubItem("reviews", "Courses", "Plas-y_Brenin courses",  "../reviews/courses.htm", "_top");
	menu.addSubItem("reviews", "Books", "Book reviews",  "../reviews/books.htm", "_top");
	menu.addSubItem("reviews", " ", " ",  "", "");


	menu.addSubItem("other", "Anchors", "equalising anchors",  "../other/anchors.htm", "_top");
	menu.addSubItem("other", "Tyrolean", "setting up a Tyrolean traverse",  "../other/tyrolean.htm", "_top");
	menu.addSubItem("other", "Safe belaying", "How to set up a belay stance safely",  "../other/belaying.htm", "_top");
	menu.addSubItem("other", "Fall dynamics", "Forces involved in a fall",  "../other/fall_dynamics.htm", "_top");
	menu.addSubItem("other", "Hot or cold drinks?", "Hot versus cold drinks in winter",  "../other/hot_or_cold.htm", "_top");
	menu.addSubItem("other", "Mountain biking", "Mountain biking stuff",  "../other/mtb.htm", "_top");
	menu.addSubItem("other", "Motoring costs", "How much does running a car cost",  "../other/motoring_costs.htm", "_top");
	menu.addSubItem("other", "Cycling costs", "How much does running a mountain bike cost",  "../other/cycling_costs/cycling_costs.htm", "_top");
	menu.addSubItem("other", "Puffins", "Where to see puffins in the UK",  "../other/puffins.htm", "_top");
	menu.addSubItem("other", " ", " ",  "", "");

	menu.addSubItem("stories", "Snowdon by night", "Snowdon by night in winter",  "../stories/snowdon_by_night.htm", "_top");
	menu.addSubItem("stories", "Lake District", "Adventures in the Lake District",  "../stories/lakes_1.htm", "_top");
	menu.addSubItem("stories", "Lliwedd and Tremadog", "Lliwedd and Tremadog",  "../stories/lliwedd.htm", "_top");
	menu.addSubItem("stories", "N Wales ice", "Ice climbing in N Wales",  "../stories/n_wales_ice.htm", "_top");
	menu.addSubItem("stories", "Glen Coe in June", "Glen Coe, Queen's Jubilee weekend",  "../stories/glen_coe_in_june.htm", "_top");
	menu.addSubItem("stories", "Scottish ice 2001", "Ice climbing in Scotland, 2001",  "../stories/scot_ice_2001.htm", "_top");
	menu.addSubItem("stories", "Scottish ice 2002", "Ice climbing in Scotland, 2002",  "../stories/scot_ice_2002.htm", "_top");
	menu.addSubItem("stories", "Alps 2002", "Arolla and Argentiere",  "../stories/stories_alps_2002.htm", "_top");
	menu.addSubItem("stories", "Lakes in winter", "Winter trip to Lake District",  "../stories/lakes_wint.htm", "_top");
	menu.addSubItem("stories", "Lake District Scrambling", "Scrambling in the Duddon Valley",  "../stories/duddon_valley_scrambling.htm", "_top");
	menu.addSubItem("stories", "Ireland", "Walking and climbing trip to SW Ireland",  "../stories/ireland.htm", "_top");
	menu.addSubItem("stories", "Scot ice 2004", "Scottish ice climbing 2004",  "../stories/scottish_ice_climbing_2004.htm", "_top");
	menu.addSubItem("stories", "Welsh scrambles", "Classic scrambles in N Wales",  "../stories/welsh_scrambles.htm", "_top");
	menu.addSubItem("stories", " ", " ",  "", "");

	menu.addSubItem("home", "Home", "home page",  "../index.htm", "_top");
	menu.addSubItem("home", " ", " ",  "", "");

	menu.showMenu();
}

