//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("Contactid", "Contact", "",  null, null);
	menu.addItem("Galleryid", "Photo Gallery", "",  null, null);
        menu.addItem("messageid", "Message Board", "",  "http://mtbshrewsbury.proboards.com/index.cgi?board=general", null);
        menu.addItem("Videoid", "Video", "", "video.html", null);
	menu.addItem("associatedid", "Associated", "",  null, null);
	menu.addItem("homeid", "Home", "Back to Home Page",  "index.html", null);

	menu.addSubItem("Contactid", "Email", "",  "mailto:tim@mtbshrewsbury.co.uk", "");
	
        menu.addSubItem("Galleryid", "DH", "",  "DH.html", "");
	menu.addSubItem("Galleryid", "Ski", "",  "Ski.html", "");
        menu.addSubItem("Galleryid", "Bike And Beer", "",  "http://www.mtbshrewsbury.co.uk/YPABikeAndBeer22062007/index.html", "");
        menu.addSubItem("Galleryid", "Bike And Beer May '08", "",  "http://www.mtbshrewsbury.co.uk/YPABikeAndBeer09052008/index.html", "");
	menu.addSubItem("Galleryid", "Nesscliffe jumps", "",  "http://www.mtbshrewsbury.co.uk/Nesscliffe070808/index.html", "");
        menu.addSubItem("Galleryid", "Nesscliffe Training Day", "",  "http://www.mtbshrewsbury.co.uk/WWWTrainingDayFeb09/index.html", "");
        menu.addSubItem("Galleryid", "Wrekin Above the Fog", "",  "http://www.mtbshrewsbury.co.uk/AbovethefogontheWrekin03Jan2009/index.html", "");
        menu.addSubItem("Galleryid", "Harmer Hill Jumps", "",  "http://www.mtbshrewsbury.co.uk/HarmerHill04Jan2009/index.html", "");

	

menu.addSubItem("associatedid", "WWWA2B.co.uk", "",  "http://www.wwwa2b.co.uk", "");
	menu.addSubItem("associatedid", "Spotless' Spot", "",  "http://www.nigelrachel.btinternet.co.uk/wwwPictureGallery.html", "");

	menu.addSubItem("associatedid", "RaveRacing", "",  "http://www.raveracing.co.uk", "");
	menu.addSubItem("associatedid", "Stevenage CTC", "",  "http://www.stevenagectc.org.uk", "");
	
	menu.showMenu();
}
