//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("navigationid", "Navigation", "Table of Contents and other pages on seperate servers",  null, null);
	menu.addItem("personalid", "My Personal Pages", "Personal Pages",  null, null);
	menu.addItem("fanid", "My Fan Pages", "Fan Pages",  null, null);
	menu.addItem("politicsid", "My Political Pages", "Political Pages",  null, null);
	menu.addItem("resourcesid", "Helpful Resources", "Resources",  null, null);
	menu.addItem("linksid", "Favorite Links", "Favorite Links",  null, null);

	menu.addSubItem("navigationid", "Contents", "Table of Contents",  "page16.html", "");
	menu.addSubItem("navigationid", "My Blog", "My often updated Blog hosted by Blogger.com",  "http://waldowoc.blogspot.com/", "");
	menu.addSubItem("navigationid", "Mirror 1", "This site hosted on Yahoo Geocities",  "http://www.geocities.com/waldowoc/", "");
	menu.addSubItem("navigationid", "Mirror 2", "This site hosted on 100free.com",  "http://waldowoc.100free.com/", "");

	menu.addSubItem("personalid", "What's New", "My Often Updated Blog Hosted by Blogger.com",  "http://waldowoc.blogspot.com", "");
	menu.addSubItem("personalid", "About Me", "About Me",  "index.html", "");
	menu.addSubItem("personalid", "My Hobbies", "My Hobbies",  "page01.html", "");
	menu.addSubItem("personalid", "My Friends", "My Friends",  "page18.html", "");
	menu.addSubItem("personalid", "My Church Beliefs", "The Articles of Faith of the Church of Jesus Christ of Latter-day Saints",  "page35.html", "");
	menu.addSubItem("personalid", "My Moral Beliefs", "My Moral Beliefs",  "page31.html", "");
	menu.addSubItem("personalid", "My Personals", "My Personals",  "page06.html", "");
	menu.addSubItem("personalid", "My Plans", "My Plans",  "page07.html", "");
	menu.addSubItem("personalid", "My Wish List", "A list of my wants",  "page08.html", "");
	menu.addSubItem("personalid", "My Blog Articles", "A comprehensive index of the articles from my blog",  "page21.html", "");

	menu.addSubItem("fanid", "Dungeons & Dragons", "My Dungeons & Dragons Page",  "page40.html", "");
	menu.addSubItem("fanid", "Emma Watson", "My Emma Watson Fan Page",  "page24.html", "");
	menu.addSubItem("fanid", "Harry Potter", "My Harry Potter Fan Page",  "page26.html", "");
	menu.addSubItem("fanid", "Phil Hartman", "My Phil Hartman Memorial",  "page30.html", "");
	menu.addSubItem("fanid", "Star Wars", "My Crappy Star Wars Page",  "page27.html", "");
//	menu.addSubItem("fanid", "Star Trek", "My Star Trek Page - coming soon",  "page28.html", "");

	menu.addSubItem("politicsid", "My Political Beliefs", "My Political Beliefs",  "page02.html", "");
	menu.addSubItem("politicsid", "Religious Justification", "Justifications for LDS with anti-control convictions",  "page37.html", "");
	menu.addSubItem("politicsid", "U.S. Legislature Limits", "Limits of the Legislative branch of the United States government",  "page09.html", "");
	menu.addSubItem("politicsid", "U.S. Executive Limits", "Limits of the Executive branch of the United States government",  "page10.html", "");
	menu.addSubItem("politicsid", "U.S. Judicial Limits", "Limits of the Judicial branch of the United States government", "page11.html", "");
	menu.addSubItem("politicsid", "Law 101", "My Law 101 Class",  "page17.html", "");
	menu.addSubItem("politicsid", "The Issues", "Where I Stand on the Issues",  "page32.html", "");
	menu.addSubItem("politicsid", "U.S. Income Tax", "The U.S. Income Tax Examined",  "page03.html", "");
	menu.addSubItem("politicsid", "Social Security", "The Social Security Act Examined",  "page05.html", "");
	menu.addSubItem("politicsid", "Employment Facts", "Employment Facts for Americans",  "page12.html", "");
	menu.addSubItem("politicsid", "Tax Forms", "My Tax Forms that you can use too",  "page04.html", "");
	menu.addSubItem("politicsid", "My Flags Page", "Flag info for the U.S. and America",  "page33.html", "");
	menu.addSubItem("politicsid", "U.S. History 1", "My History of the United States page 1 of 2",  "page34.html", "");
	menu.addSubItem("politicsid", "U.S. History 2", "My History of the United States page 2 of 2",  "page36.html", "");

	menu.addSubItem("resourcesid", "The Scriptures", "The Complete Scriptures Online",  "http://scriptures.lds.org/", "");
	menu.addSubItem("resourcesid", "Declaration of Independence", "Declaration of Independence",  "page15.html", "");
	menu.addSubItem("resourcesid", "Constitution of the United States of America", "Constitution of the United States of America",  "page13.html", "");
	menu.addSubItem("resourcesid", "Bill of Rights", "The Bill of Rights",  "page14.html", "");
	menu.addSubItem("resourcesid", "United States Code", "The United States Code - hosted by Cornell University *My Preference",  "http://www4.law.cornell.edu/uscode/", "");
	menu.addSubItem("resourcesid", "Code of Federal Regulations", "The Code of Federal Regulations - hosted by Cornell University *My Preference",  "http://www4.law.cornell.edu/cfr/", "");
	menu.addSubItem("resourcesid", "Federalist Papers", "The Federalist Papers",  "http://www.law.emory.edu/FEDERAL/federalist/", "");
	menu.addSubItem("resourcesid", "Proper Role of Government", "The Proper Role of Government by Ezra Taft Benson",  "http://www.zionsbest.com/proper_role.html", "");
	menu.addSubItem("resourcesid", "USC at GPO Access", "The United States Code - hosted by GPO Access",  "http://www.gpoaccess.gov/uscode/", "");
	menu.addSubItem("resourcesid", "CFR at GPO Access", "The Code of Federal Regulations - hosted by GPO Access",  "http://www.gpoaccess.gov/cfr/", "");

	menu.addSubItem("linksid", "The Church of Jesus Christ of Latter-day Saints", "The Church of Jesus Christ of Latter-day Saints",  "http://www.lds.org/", "");
	menu.addSubItem("linksid", "Theft By Deception", "Theft By Deception",  "http://www.theft-by-deception.com/", "");
//	menu.addSubItem("linksid", "Natures Wolves", "Natures Wolves", "http://www.natureswolves.com/", "");
	menu.addSubItem("linksid", "We The People Foundation", "We The People Foundation",  "http://www.givemeliberty.org/", "");
	menu.addSubItem("linksid", "Citizens For Better Government", "Citizens For Better Government",  "http://www.afn.org/~govern/", "");
	menu.addSubItem("linksid", "The Educate America Foundation", "The Educate America Foundation",  "http://w3f.com/patriots/", "");
	menu.addSubItem("linksid", "National Rifle Association", "National Rifle Association",  "http://www.nrahq.com/", "");
	menu.addSubItem("linksid", "The New World Order", "The New World Order",  "http://www.educate-yourself.org/nwoindex.html", "");

	menu.showMenu();
}