function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "HOME", "Our Front Page",  null, null);
	menu.addItem("newsid", "Local Area", "",  null, null);
	menu.addItem("freedownloadid", "The Park", "",  null, null);
	menu.addItem("searchengineid", "Accommodation & Sites", "",  null, null);
	menu.addItem("photoid", "Photographs", "",  null, null);
	menu.addItem("fish", "About Fishing", "",  null, null);
	menu.addItem("miscid", "Location", "",  null, null);

	menu.addSubItem("webmasterid", "Midway Campground & RV Resort", "",  "index.html");

	menu.addSubItem("newsid", "Local Area Attractions", "",  "area_attractions.html");
	menu.addSubItem("newsid", "Local Area Day Trips  ", "",  "area_daytrips.html");
	menu.addSubItem("newsid", "Local Area Events", "",  "area_events.html");
	menu.addSubItem("newsid", "Lowes Motor Speedway", "",  "http://www.lowesmotorspeedway.com/");
	menu.addSubItem("newsid", "Blueridge Parkway", "",  "http://www.blueridgeparkway.org/");
	menu.addSubItem("newsid", "Biltmore Estate", "",  "http://www.biltmore.com/");
	menu.addSubItem("newsid", "North Carolina Zoo", "",  "http://www.nczoo.org/");
	menu.addSubItem("newsid", "NASCAR Hall of Fame", "",  "http://www.ncarhof.com/");
	menu.addSubItem("newsid", "Old Salem", "",  "http://www.oldsalem.org/");
	menu.addSubItem("newsid", "Tweetsie Railroad", "",  "http://www.tweetsie.com/");
	menu.addSubItem("newsid", "Latest News", "",  "http://www.interwise.com.au/Midway/default.asp");
	menu.addSubItem("newsid", "Reservations/Enquiries", "",  "http://koa.com/campgrounds/statesville-east/");
	menu.addSubItem("newsid", "", "",  "");

	menu.addSubItem("freedownloadid", "Features and Facilities", "",  "features.html");
	menu.addSubItem("freedownloadid", "Activities Schedule", "",  "features.html#anchor205767");
        menu.addSubItem("freedownloadid", "Our Jumping Pillow", "",  "pillow.html");
        menu.addSubItem("freedownloadid", "Do's of Happy Camping", "",  "happycamping.html");
        menu.addSubItem("freedownloadid", "Campground Map", "",  "layout.html");
        menu.addSubItem("freedownloadid", "Latest News", "",  "http://www.interwise.com.au/Midway/default.asp");
        menu.addSubItem("freedownloadid", "The Midway Trail of Horror", "",  "http://www.midwaytrailofhorror.com");
	menu.addSubItem("freedownloadid", "Reservations/Enquiries", "",  "http://koa.com/campgrounds/statesville-east/");
	menu.addSubItem("freedownloadid", "Daycation Details", "",  "daycation.html");
	menu.addSubItem("freedownloadid", "", "",  "");

	menu.addSubItem("searchengineid", "Cabins", "",  "cabin_accommodation.html");
	menu.addSubItem("searchengineid", "Lakefront sites", "",  "lakefront.html");
	menu.addSubItem("searchengineid", "Full Hookup", "", "rv-sites.html");
	menu.addSubItem("searchengineid", "Camping Sites", "",  "camping_north_carolina.html");
        menu.addSubItem("searchengineid", "Campground Map", "",  "layout.html");
	menu.addSubItem("searchengineid", "Activities Schedule", "", "features.html#anchor205767"); 
	menu.addSubItem("searchengineid", "Reservations/Enquiries", "", "http://koa.com/campgrounds/statesville-east/");
	menu.addSubItem("searchengineid", "", "",  "");

	menu.addSubItem("photoid", "Photo's", "",  "photo1.html");
	menu.addSubItem("photoid", "Photo's", "",  "photo2.html");
	menu.addSubItem("photoid", "Photo's", "", "photo3.html");
	menu.addSubItem("photoid", "", "",  "");


	menu.addSubItem("fish", "From the park", "",  "fishing_north_carolina.html");
	menu.addSubItem("fish", "Other places", "",  "fishing_north_carolina.html");
	menu.addSubItem("fish", "Latest News & Pics", "",  "http://www.interwise.com.au/Midway/default.asp");
	menu.addSubItem("fish", "Reservations/Enquiries", "",  "http://koa.com/campgrounds/statesville-east/");
	menu.addSubItem("fish", "", "",  "");


	menu.addSubItem("miscid", "Local", "",  "map_north_carolina.html");
	menu.addSubItem("miscid", "State", "",  "map_north_carolina.html");
	menu.addSubItem("miscid", "Reservations/Enquiries", "",  "http://koa.com/campgrounds/statesville-east/");
	menu.addSubItem("miscid", "", "",  "");

	menu.showMenu();
}
