//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", "Kryz.org", "Kryz.org Website",  null, null);
	menu.addItem("thoughtsid", "Thoughts", "Kryz.org Thoughts",  null, null);
	menu.addItem("toysid", "Toys 4 Boys", "Pages about my Toys",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);
	menu.addItem("linksid", "Links", "Links",  null, null);

	menu.addSubItem("homeid", "Home", "Home", "http://kryz.org/", "");
	menu.addSubItem("homeid", "News", "News", "http://kryz.org/news.html", "");
	menu.addSubItem("homeid", "Website Info", "Website Info", "http://kryz.org/webinfo.html", "");
	menu.addSubItem("homeid", "Guestbook", "Guestbook", "http://kryz.org/guestbook/guestbook.cgi", "");
	menu.addSubItem("homeid", "Personal Info", "Personal Info", "http://kryz.org/info.html", "");
	menu.addSubItem("homeid", "Picture", "Picture", "http://kryz.org/pic.html", "");
	menu.addSubItem("homeid", "Credits &amp; Disclaimers", "Credits &amp; Disclaimers", "http://kryz.org/credits.html", "");
	menu.addSubItem("homeid", "ChangeLog", "ChangeLog", "http://kryz.org/change.html", "");
	menu.addSubItem("homeid", "AW Site Stats", "AW Site Stats", "http://kryz.org/cgi-bin/awstats.pl", "");

	menu.addSubItem("thoughtsid", "Introduction", "Introduction", "http://kryz.org/thoughts.html", "");
	menu.addSubItem("thoughtsid", "Artificially Intelligent", "Thoughts on Artificial Intelligence", "http://kryz.org/intell.html", "");
	menu.addSubItem("thoughtsid", "Earth to God", "Thoughts on Religion", "http://kryz.org/relig.html", "");
	menu.addSubItem("thoughtsid", "Travels the Road", "My Travels", "http://kryz.org/travel.html", "");
	menu.addSubItem("thoughtsid", "Time Becomes a Loop", "Thoughts on the Concept Time", "http://kryz.org/time.html", "");

	menu.addSubItem("toysid", "Sony Vaio C1 Info", "Sony Vaio C1 Info", "http://kryz.org/vaio.html", "");
	menu.addSubItem("toysid", "Vaio Reference Files", "Vaio Reference Files", "http://kryz.org/vaio/", "");
	menu.addSubItem("toysid", "1280x600 Backgrounds", "1280x600 Backgrounds", "http://kryz.org/vaio/backgrounds/", "");
	menu.addSubItem("toysid", "Vaio Related Links", "Vaio Related Links", "http://kryz.org/vaiolinks.html", "");
	menu.addSubItem("toysid", "EpOX eX5-300S MiniMe", "EpOX eX5-300S MiniMe Barebone", "http://kryz.org/epox.html", "");
	menu.addSubItem("toysid", "Pentax Optio S", "Pentax Optio S Digicam Info", "http://kryz.org/pentax.html", "");
	menu.addSubItem("toysid", "Mpio FL100", "Mpio FL100 MP3 Player Info", "http://kryz.org/mpio.html", "");
	menu.addSubItem("toysid", "Bike Page", "Bike Page", "http://kryz.org/bike.html", "");

	menu.addSubItem("miscid", "Hot Girls", "Hot Girls", "http://kryz.org/hotornot.html", "");
	menu.addSubItem("miscid", "Hot Cars", "Hot Cars", "http://kryz.org/cars.html", "");
	menu.addSubItem("miscid", "Linux Page", "Linux Page", "http://kryz.org/linux.html", "");
	menu.addSubItem("miscid", "Media Files", "Media Files", "http://kryz.org/media/", "");
	menu.addSubItem("miscid", "Galleries", "Galleries (requires login)", "http://kryz.org/galleries/", "");
	menu.addSubItem("miscid", "NFBP!", "No Fat Bretts Please!", "http://kryz.org/nfbp.html", "");
	menu.addSubItem("miscid", "Random Fun Things", "Random Fun Things", "http://kryz.org/funstuff/", "");
	menu.addSubItem("miscid", "Old Kryz.org Website", "Old Kryz.org Website", "http://kryz.org/old/", "");
	menu.addSubItem("miscid", "Alle Kleuren Help", "Uitleg Alle Kleuren spel (dutch)", "http://kryz.org/allekleuren.html", "");
	menu.addSubItem("miscid", "Internet Help", "Internet Help", "http://kryz.org/help.html", "");
	menu.addSubItem("miscid", "Docs (Technical)", "Documentation (Technical)", "http://kryz.org/docs/", "");
	menu.addSubItem("miscid", "HTAccess Tutorial", "HTAccess Tutorial", "http://kryz.org/htxs.html", "");

	menu.addSubItem("linksid", "Various Links", "Various Links", "http://kryz.org/links.html", "");
	menu.addSubItem("linksid", "Sony Vaio Links", "Sony Vaio Links", "http://kryz.org/vaiolinks.html", "");

	menu.showMenu();
}
