//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("Home", "Home", "Home",  "http://lakecountrytaxiandshuttle.ca/main.html", "");
	menu.addItem("fleet", "Our Fleet", "Our Fleet",  "http://lakecountrytaxiandshuttle.ca/lct-vehicles.htm", "");
	menu.addItem("webmasterid", "Tourism", "Tourism",  null, null);
	menu.addItem("newsid", "Links", "Links",  null, null);
	menu.addItem("Reservations", "Reservations", "Reservations",  "http://lakecountrytaxiandshuttle.ca/reservations.htm", "");
	menu.addItem("Contact", "Contact Us", "Contact Us",  "http://lakecountrytaxiandshuttle.ca/contactus.htm", "");

	menu.addSubItem("webmasterid", "Lake Country", "Lake Country",  "http://www.gobc.ca/lake-country-travel/", "");
	menu.addSubItem("webmasterid", "Kelowna", "Kelowna",  "http://www.tourismkelowna.com/", "");
	menu.addSubItem("webmasterid", "Vernon", "Vernon",  "http://www.vernon.ca/", "");
	

	menu.addSubItem("newsid", "Accommodations", "Accommodations",  "http://lakecountrytaxiandshuttle.ca/accommodation.htm", "");
	menu.addSubItem("newsid", "Golf Courses", "Golf Couses",  "http://lakecountrytaxiandshuttle.ca/golfcourses.htm", "");
	menu.addSubItem("newsid", "Golf Transfers", "Golf transfers",  "http://lakecountrytaxiandshuttle.ca/golftransfers.html", "");
	menu.addSubItem("newsid", "Wine Tours", "Wine Tours",  "http://lakecountrytaxiandshuttle.ca/winetours.htm", "");
	menu.addSubItem("newsid", "Airport Flight Schedule", "Airport Flight Schedule",  "http://www.kelowna.ca/cm/page68.aspx", "");
        menu.addSubItem("newsid", "Ski Transfers", "Ski Transfers",  "http://lakecountrytaxiandshuttle.ca/skitransfers.htm", "");
	

	
	
	menu.showMenu();
}
