//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("roomsid", "&nbsp;&nbsp;&nbsp;&nbsp;Accommodation", "Accommodation",  null, null);
	menu.addItem("aboutid", "The Strathcona", "The Strathcona",  null, null);
	menu.addItem("foodid", "The Restaurants", "The Restaurants",  null, null);
	menu.addItem("planningid", "Event Planning", "Event Planning",  null, null);
	menu.addItem("legendsid", "CLUB 9 ONE 9", "CLUB 9 ONE 9",  null, null);

	menu.addSubItem("roomsid", "Rooms and Rates", "Rooms and Rates",  "rooms___rates.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("roomsid", "Availability/Reservations", "Availability/Reservations",  "https://quokkatraveltools.nucleus.com/HotelResSys/SignIn/CustEnter.cfm?P=146&R=1235446981",  "JavaScript: openNewWin1 ()",  "");
        menu.addSubItem("roomsid", "Home", "Home",  "index.html", ""); 
	
	menu.addSubItem("aboutid", "Night Magic", "Night Magic", "night_magic.html",  "JavaScript: openNewWin1 ()", "");
	menu.addSubItem("aboutid", "On The Beach", "On The Beach",  "on_the_beach.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("aboutid", "Current and Upcoming Events", "Current and Upcoming Events",  "events_attractions.htm",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("aboutid", "About the Strath", "About the Strath",  "about_us.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("aboutid", "Useful Links", "Useful Links",  "useful_links.htm",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("aboutid", "Careers", "Careers",  "humanresorces.htm",  "JavaScript: openNewWin1 ()",  "");
	
	menu.addSubItem("foodid", "Big Bad John's", "Big Bad John's",  "big_bad_john_s.html", "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("foodid", "The Clubhouse", "The Clubhouse",  "the_clubhouse.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("foodid", "The Games Room", "The Games Room",  "the_games_room.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("foodid", "Rooftop Surfclub", "Rooftop SurfClub",  "roofsand_.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("foodid", "The Sticky Wicket Pub", "The Sticky Wicket Pub",  "the_sticky_wicket_pub___restau.html",  "JavaScript: openNewWin1 ()",  "");
	
	menu.addSubItem("planningid", "Getting Started", "Getting Started",  "events_planner.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("planningid", "Banquets &amp; Catering", "Banquets &amp; Catering",  "catering.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("planningid", "Conference Facilities", "Conference Facilities",  "groups.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("planningid", "Private Functions", "Private Functions",  "party.html",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("planningid", "Suggested Menu's", "Suggested Menu's",  "suggested_menus.html",  "JavaScript: openNewWin1 ()",  "");	
	
	menu.addSubItem("legendsid", "Club 9ONE9", "Club 9ONE9",  "http://www.club9one9.ca",  "JavaScript: openNewWin1 ()",  "");
	menu.addSubItem("legendsid", "Contact CLUB 9ONE9", "Contact CLUB 9ONE9",  "mailto:brock.olson@strathconahotel.com", "");
	

	menu.showMenu();
}