function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Artwork", "Artwork",  null, null);
	menu.addItem("newsid", "Poetry", "Poetry",  null, null);
	menu.addItem("searchengineid", "Artist Resources", "Artist Resources",  null, null);
	menu.addItem("miscid", "Contact & Search", "Contact & Search",  null, null);
	//menu.addItem("freedownloadid", "Favorite Goodies", "Favorite Goodies",  null, null);

	menu.addSubItem("webmasterid", "Browse the best Art", "Browse the Best Art",  "/crap.html");
	menu.addSubItem("webmasterid", "The Best Art", "The Best Art",  "mart1.htm");
	menu.addSubItem("webmasterid", "More of the Best", "More of the Best",  "Newart.htm");
	menu.addSubItem("webmasterid", "Recent & Works in Progress", "Recent & Works in Progress",  "mart3.htm");
	menu.addSubItem("webmasterid", "Summer 2000 Artwork", "Summer 2000 Artwork",  "art2000.htm");
	menu.addSubItem("webmasterid", "Works 1998-2000", "Works 1998-2000",  "mart2.htm");
	menu.addSubItem("webmasterid", "1. Works 1998-2000", "Works 1998-2000",  "art0002.htm");
	menu.addSubItem("webmasterid", "2. Works 1998-2000", "Works 1998-2000",  "art0003.htm");
	menu.addSubItem("webmasterid", "Paintings 1994-1995", "Paintings 1994-1995",  "art00011.htm");
	menu.addSubItem("webmasterid", "Charcoal drawings 1995-1996", "Charcoal drawings 1995-1996",  "art0001.htm");
	menu.addSubItem("webmasterid", "1. Older Drawings", "1. Older Drawings",  "art1996.htm");
	menu.addSubItem("webmasterid", "2. Older Drawings", "2. Older Drawings",  "art1996B.htm");
	menu.addSubItem("webmasterid", "Misc. Old Work", "Misc. Old Work",  "mart13.htm");
	menu.addSubItem("webmasterid", "Very Nice Old Charcoals", "Very Nice Old Charcoals",  "art2.htm");
	menu.addSubItem("webmasterid", "The Best Old Work", "The Best Old Work",  "arto.htm");
	menu.addSubItem("webmasterid", "Painting Process", "Painting Process",  "artdev.htm");
	menu.addSubItem("webmasterid", "Main Art Menu", "Main Art Menu",  "art1.htm");
	menu.addSubItem("webmasterid", "Special Work for Sale", "Special Work for Sale",  "saint.htm");

	menu.addSubItem("newsid", "poetry", "poetry",  "poetry.htm");
	
	//menu.addSubItem("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/");
	//menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/");
       // menu.addSubItem("freedownloadid", "Cnet", "Cnet",  "http://www.cnet.com");
	//menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/");
       // menu.addSubItem("freedownloadid", "WinFiles.com", "WinFiles.com",  "http://winfiles.com/");

	menu.addSubItem("searchengineid", "Create Your Own Webpage", "Create Your Own Webpage",  "http://1090844513/../cgi-bin/signup.cgi");
	menu.addSubItem("searchengineid", "Add an Art Link", "Add an Art Link",  "/addsite/guestsite.html");
	menu.addSubItem("searchengineid", "Member Pages", "Member Pages", "list.html");
	menu.addSubItem("searchengineid", "HTML Tutorial", "HTML Tutorial",  "http://www.werbach.com/barebones/");

	menu.addSubItem("miscid", "E-mail", "E-mail",  "MailTo:jbrown28@uswest.net");
	menu.addSubItem("miscid", "Search this Site", "Search this Site",  "http://1090844513/../cgi-bin/search.pl");
	menu.addSubItem("miscid", "View the Guestbook", "View the Guestbook",  "/guestbook/guestbook.html");
	menu.addSubItem("miscid", "Sign the Guestbook", "Sign the Guestbook",  "/guestbook/addguest.html");
	menu.addSubItem("miscid", "Search the Web", "Search the Web",  "http://www.metacrawler.com/");
	menu.addSubItem("miscid", "Personal Links", "Personal Links",  "links.htm");
	menu.addSubItem("miscid", "On the Road", "On the Road",  "road/me.htm");
	menu.addSubItem("miscid", "Secure Site", "Secure Site",  "goodies/index.html");
	menu.addSubItem("miscid", "Main Page", "Main Page",  "index1.htm");
	



	menu.showMenu();
}
