function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("mainid", "Main", "Main Page",  null, null);
	menu.addItem("familyid", "Family", "Family",  "http://www.fortifyingthefamily.com/family.htm", null);
	menu.addItem("courtshipid", "Courtship", "Courtship",  null, null);
	menu.addItem("cultureid", "Culture", "Culture & Issues",  "http://www.fortifyingthefamily.com/culture.htm", null);
	menu.addItem("schoolid", "Schooling", "Schooling",  "http://www.fortifyingthefamily.com/education.htm", null);
	menu.addItem("reviewsid", "Reviews", "Movie & Book Reviews",  "http://www.fortifyingthefamily.com/reviews.htm", null);
	menu.addItem("theologyid", "Theology", "Creeds, Confessions & Positions", "http://www.fortifyingthefamily.com/theology.htm", null);
	menu.addItem("quotesid", "Quotes", "Good Quotes", "http://www.fortifyingthefamily.com/great_quotes.htm", null);
	menu.addItem("humorid", "Humor", "Bad Humor",  "http://www.fortifyingthefamily.com/men_and_their_marquees.html", null);

	menu.addSubItem("mainid", "Introduction", "What We Are About",  "http://www.fortifyingthefamily.com");
	menu.addSubItem("mainid", "Guest Book", "Please let us know you were here",  "http://www.fortifyingthefamily.com/Guest_Book.html");
	menu.addSubItem("mainid", "Favorite Sites", "Our most favorite resources",  "http://www.fortifyingthefamily.com/Favorite_Sites.html");
	menu.addSubItem("mainid", "Talking Back", "You might be surprised by what people will say",  "http://www.fortifyingthefamily.com/What_People_Are_Saying.html");
	menu.addSubItem("mainid", "Latest Changes", "The most recent changes to the site are summarized for you",  "http://www.fortifyingthefamily.com/Latest_Site_Changes.html");
	menu.addSubItem("mainid", "Photo Album", "Hurd Family Photo Album",  "http://www.fortifyingthefamily.com/family_photos.htm");
	menu.addSubItem("mainid", "Site Map", "Table of Contents",  "http://www.fortifyingthefamily.com/contents.htm");

	

	menu.addSubItem("courtshipid", "Sexual Purity", "Waging the War for Sexual Purity",  "http://www.fortifyingthefamily.com/Waging_War_for_Sexual_Purity.html");
	menu.addSubItem("courtshipid", "Bathsheba Acquitted", "Bathsheba:  Not Guilty!",  "http://www.fortifyingthefamily.com/Bathsheba_Acquitted.html");
 	menu.addSubItem("courtshipid", "Modesty Revisited", "Modesty Revisited: Wendy Shalit","http://www.fortifyingthefamily.com/Modesty_Revisited.html");
	menu.addSubItem("courtshipid", "Touching", "Premarital Ethics",  "http://www.fortifyingthefamily.com/Premarital_Ethics.html");
	menu.addSubItem("courtshipid", "Kissing", "Premarital Kissing", "http://www.fortifyingthefamily.com/Premarital_Kissing.html");
	menu.addSubItem("courtshipid", "Betrothal", "Courtship vs Betrothal",  "http://www.fortifyingthefamily.com/Courtship_and_Betrothal.html");
	menu.addSubItem("courtshipid", "Marriage", "Covenant Marriage",  "http://www.fortifyingthefamily.com/Covenant_Marriage.html");

	
		
	



	menu.showMenu();
}
