//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("link1id", "Key of David Publications", "Key of David Publications",  null, null);
	menu.addItem("link2id", "Ordering Information", "Ordering Information",  null, null);
	menu.addItem("link3id", "Simplified Version Series", "Simplified Version Series",  null, null);
	menu.addItem("link4id", "The Catholic Series", "The Catholic Series",  null, null);
	menu.addItem("link5id", "Special Words", "Special Words",  "http://www.keyofdavidpublications.org/special_words/special_words.html", null);
	menu.addItem("link6id", "Home", "Home",  "http://www.keyofdavidpublications.org", null);

	menu.addSubItem("link1id", "History", "History",  "http://www.keyofdavidpublications.org/history.htm", "");
	menu.addSubItem("link1id", "Monsignor Vincent M. Walsh", "Monsignor Vincent M. Walsh",  "http://www.keyofdavidpublications.org/vmwalsh_bio.htm", "");
	


	
	menu.addSubItem("link2id", "Ways to order", "Ways to order",  "http://www.keyofdavidpublications.org/waystoorder.htm", "");
	


	menu.addSubItem("link3id", "Pope John Paul II's-Love and Responsibility", "Pope John Paul II's-Love and Responsibility",  "http://www.keyofdavidpublications.org/love_and_res.htm", "");
	menu.addSubItem("link3id", "Pope John Paul II's -The Theology of the Body", "Pope John Paul II's -The Theology of the Body",  "http://www.keyofdavidpublications.org/theology.htm", "");
	menu.addSubItem("link3id", "Pope John Paul's Letter on the Eucharist", "Pope John Paul's Letter on the Eucharist",  "http://www.keyofdavidpublications.org/letter_of_eucharist.htm", "");

	menu.addSubItem("link4id", "What Catholic's Believe", "What Catholic's Believe",  "http://www.keyofdavidpublications.org/catholics_believe.html", "");
	menu.addSubItem("link4id", "The Seven Sacraments", "The Seven Sacraments",  "http://www.keyofdavidpublications.org/seven.htm", "");
	menu.addSubItem("link4id", "The Ten Commandments", "The Ten Commandments", "http://www.keyofdavidpublications.org/ten_commandments/ten_commandments.html", "");

	


	menu.showMenu();
}
