//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("homeid", "Home", "Kingussie Golf Club Home Page", "http://www.kingussie-golf.co.uk", "_top");
	menu.addItem("visitorsid", "Visitors", "Visitors Welcome",  null,  null);
	menu.addItem("membersid", "Members", "Members Information",  null,  null);
	menu.addItem("courseid", "Course", "Course Information",  null,  null);
	menu.addItem("openid", "Opens", "Details of Opens",  null,  null);
	menu.addItem("linksid", "Links", "Links", null,  null);
	menu.addItem("contactid", "Contact Us", "Contact Us",  "contact.htm", "_top");
	
	menu.addSubItem("visitorsid", "Facilities", "Facilities",  "http://www.kingussie-golf.co.uk/facilities.htm", "_top");
    menu.addSubItem("visitorsid", "Gallery", "Kingussie Gallery",  "http://www.kingussie-golf.co.uk/Gallery",  "_menu");
	menu.addSubItem("visitorsid", "Green Fees", "Green Fees",  "http://www.kingussie-golf.co.uk/membership.htm#greenfees",  "_top");
	menu.addSubItem("visitorsid", "How to Find Us", "How to Find Us",  "http://www.kingussie-golf.co.uk/howtofindus.htm", "_top");
    menu.addSubItem("visitorsid", "The Course", "The Course",  "http://www.kingussie-golf.co.uk/course.htm", "_top");
    menu.addSubItem("visitorsid", "Where to Stay", "Where to Stay around Kingussie GC",  "http://www.kingussie-golf.co.uk/wheretostay.htm", "_top");
    menu.addSubItem("visitorsid", "Hotels near course", "Hotels near Golf Courses",  "http://www.hotelsneargolfcourses.co.uk/course.php?course=309", "_menu");
    menu.addSubItem("visitorsid", "Welcome to the Cairngorms", "Welcome to the Cairngorms",  "http://www.welcometoscotland.com/regions/aviemore-cairngorms", "_menu");
	menu.addSubItem("visitorsid", "Welcome to Scotland", "Welcome to Scotland",  "http://www.welcometoscotland.com", "_menu");
	
	
	menu.addSubItem("membersid", "Club Returns", "For Period 3rd to 11th July 2010",  "http://www.kingussie-golf.co.uk/Kingussie Golf Club returns.pdf", "_menu");
	menu.addSubItem("membersid", "100 Club Winners", "Kingussie Golf 100 Club",  "http://www.kingussie-golf.co.uk/100 club.htm", "_top");
	menu.addSubItem("membersid", "2010 Club Champions", "2010 Club Championship",  "http://www.kingussie-golf.co.uk/information.htm", "_top");
	menu.addSubItem("membersid", "Membership Application", "Membership Application",  "http://www.kingussie-golf.co.uk/membership.htm", "_top");
    menu.addSubItem("membersid", "Results - Gents", "Gents Results",  "http://www.howdidido.co.uk/kingussie-golf-club", "_memu");
	menu.addSubItem("membersid", "Results - Ladies", "Ladies Results",  "http://www.howdidido.co.uk/kingussie-gc", "_memu");
	menu.addSubItem("membersid", "History", "A Look Back over the Years",  "http://www.kingussie-golf.co.uk/history.htm",  "_top");
	menu.addSubItem("membersid", "1911 KGC Bazaar", "Kingussie Golf Club Bazaar 1911",  "http://www.kingussie-golf.co.uk/Kingussie Golf Club Bazaar 1911.pdf",  "_menu");
	
    
    menu.addSubItem("courseid", "Live Webcam", "Kingussie Golf Course Webcam",  "http://www.kingussie-golf.co.uk/webcam.html", "_top");
	menu.addSubItem("courseid", "Course Summary", "Course Summary and Layout",  "http://www.kingussie-golf.co.uk/course.htm", "_top");
	menu.addSubItem("courseid", "Hole by Hole", "Hole by Hole",  "http://www.kingussie-golf.co.uk/tour.htm", "_top");
	menu.addSubItem("courseid", "Sponsors", "Hole Sponsors",  "http://www.kingussie-golf.co.uk/sponsors.htm", "_top");
	menu.addSubItem("courseid", "Course Gallery", "Photo Gallery of the Course",  "http://www.kingussie-golf.co.uk/album/index.php", "_menu");
	menu.addSubItem("courseid", "Kingussie Gallery", "Kingussie Gallery",  "http://www.kingussie-golf.co.uk/Gallery",  "_menu");
	menu.addSubItem("courseid", "Walter Hagen - 1933", "Walter Hagen visits Course in 1933",  "http://www.kingussie-golf.co.uk/images/walter_hagen.jpg",  "_menu");
	menu.addSubItem("courseid", "History", "A Look Back over the Years",  "http://www.kingussie-golf.co.uk/history.htm",  "_top");
	menu.addSubItem("courseid", "1911 KGC Bazaar", "Kingussie Golf Club Bazaar 1911",  "http://www.kingussie-golf.co.uk/Kingussie Golf Club Bazaar 1911.pdf",  "_menu");
	
	menu.addSubItem("openid", "2010 Open Texas Scramble ", "2010 Open Texas Scramble - 10 October 2010",  "http://www.kingussie-golf.co.uk/opens.htm", "_top");
	menu.addSubItem("openid", "Results", "Results of Open Competitions",  "http://www.howdidido.co.uk/kingussie-golf-club", "_memu");
    
	menu.addSubItem("linksid", "Links & Weather", "Including local links and local weather",  "http://www.kingussie-golf.co.uk/links.htm", "_top");
    menu.addSubItem("linksid", "Kingussie GC on Facebook", "Kingussie Golf Course on Facebook",  "http://www.facebook.com/pages/Kingussie-United-Kingdom/Kingussie-Golf-Club/102737863097437", "_menu");
	menu.addSubItem("linksid", "Caravan Site", "Details of site next to Golf Course",  "http://www.kingussie-golf.co.uk/caravansite.htm", "_top");
	menu.addSubItem("linksid", "Local Golf", "Information on local golf",  "http://www.kingussie-golf.co.uk/golf.htm", "_top");
	menu.addSubItem("linksid", "Welcome to the Cairngorms", "Welcome to the Cairngorms",  "http://www.welcometoscotland.com/regions/aviemore-cairngorms", "_menu");
	menu.addSubItem("linksid", "Welcome to Scotland", "Welcome to Scotland",  "http://www.welcometoscotland.com", "_menu");
	menu.addSubItem("linksid", "Golf School", "at Sedlescombe Golf Course in East Sussex",  "http://www. golfschool.co.uk", "_menu");
	 
	


	menu.showMenu();
}