//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("webmasterid", "Native Prayers", "Native Prayers",  null, null);
	menu.addItem("newsid", "Native Prayers 2", "Native Prayers 2",  null, null);
	menu.addItem("freedownloadid", "Contact-&copy;", "Contact-&copy;",  null, null);
		menu.addItem("miscid", "Home", "Home",  null, null);

		menu.addSubItem("webmasterid", "The Invitation", "The Invitation",  "http://www.starstuffs.com/prayers/invitation.htm", "");
	menu.addSubItem("webmasterid", "10 Commandments", "10 Commandments",  "http://www.starstuffs.com/prayers/10com.htm", "");
	menu.addSubItem("webmasterid", "Wae Wae Non Ne Mot", "Wae Wae Non Ne Mot",  "http://www.starstuffs.com/prayers/wae.htm", "");
	menu.addSubItem("webmasterid", "Dance to Heal", "Dance to Heal",  "http://www.starstuffs.com/prayers/earth.htm", "");
	menu.addSubItem("webmasterid", "An Indian Prayer", "An Indian Prayer",  "http://www.starstuffs.com/prayers/prays2.htm", "");
menu.addSubItem("webmasterid", "The Circle Of Life", "The Circle Of Life",  "http://www.starstuffs.com/prayers/circle.htm", "");
menu.addSubItem("webmasterid", "Anywhere is..", "Anywhere is..",  "http://www.starstuffs.com/prayers/anywhere.htm", "");
menu.addSubItem("webmasterid", "Laws of the Spirit", "Laws of the Spirit",  "http://www.starstuffs.com/prayers/laws.htm", "");
menu.addSubItem("webmasterid", "Sacred Instructions", "Sacred Instructions",  "http://www.starstuffs.com/prayers/instruct.htm", "");
menu.addSubItem("webmasterid", "Great Spirit Prayer", "Great Spirit Prayer",  "http://www.starstuffs.com/prayers/gspirit.htm", "");
menu.addSubItem("webmasterid", "Great Spirit Prayer II", "Great Spirit Prayer II",  "http://www.starstuffs.com/prayers/gspirit2.htm", "");
menu.addSubItem("webmasterid", "Great Spirit Prayer III", "Great Spirit Prayer III",  "http://www.starstuffs.com/prayers/gspirit3.htm", "");
menu.addSubItem("webmasterid", "Great Spirit Prayer IV", "Great Spirit Prayer IV",  "http://www.starstuffs.com/prayers/gspirit4.htm", "");
menu.addSubItem("webmasterid", "A Promise", "A Promise",  "http://www.starstuffs.com/prayers/promise.htm", "");
menu.addSubItem("webmasterid", "Look to The Earth", "Look to The Earth",  "http://www.starstuffs.com/prayers/look.htm", "");
menu.addSubItem("webmasterid", "Colors of The Spirit", "Colors of The Spirit",  "http://www.starstuffs.com/prayers/colors.htm", "");
menu.addSubItem("webmasterid", "Wisdom", "Wisdom",  "http://www.starstuffs.com/prayers/wisdom.htm", "");

	menu.addSubItem("newsid", "Prayer to the Senate", "Prayer to the Senate",  "http://www.starstuffs.com/prayers/senate.htm", "");
	menu.addSubItem("newsid", "Web of Life", "Web of Life",  "http://www.starstuffs.com/prayers/web.htm", "");
	menu.addSubItem("newsid", "Earth Prayer", "Earth Prayer",  "http://www.starstuffs.com/prayers/earthprayer.htm", "");
	menu.addSubItem("newsid", "Teach Me", "Teach Me",  "http://www.starstuffs.com/prayers/teachme.htm", "");
	menu.addSubItem("newsid", "Four Directions", "Four Directions",  "http://www.starstuffs.com/prayers/directs.htm", "");
	menu.addSubItem("newsid", "Earth Healing", "Earth Healing",  "http://www.starstuffs.com/prayers/healing.htm", "");
	menu.addSubItem("newsid", "For All People", "For All People",  "http://www.starstuffs.com/prayers/allbeings.htm", "");
	menu.addSubItem("newsid", "Life is A Circle", "Life is A Circle",  "http://www.starstuffs.com/prayers/lifecircle.htm", "");
	menu.addSubItem("newsid", "Live Your Life", "Live Your Life",  "http://www.starstuffs.com/prayers/live.htm", "");
	menu.addSubItem("newsid", "Mother Earth Prayer", "Mother Earth Prayer",  "http://www.starstuffs.com/prayers/mother.htm", "");
	menu.addSubItem("newsid", "Tree Spirit Prayer", "Tree Spirit Prayer",  "http://www.starstuffs.com/prayers/treespiritprayer.html", "");
	menu.addSubItem("newsid", "Great Spirit", "Great Spirit",  "http://www.starstuffs.com/prayers/greatspirit.html", "");
	menu.addSubItem("newsid", "Great Wings", "Great Wings",  "http://www.starstuffs.com/prayers/greatwings.html", "");
	menu.addSubItem("newsid", "I Am There", "I Am There",  "http://www.starstuffs.com/prayers/iamthere.html", "");
	
	menu.addSubItem("freedownloadid", "Email", "Email Me",  "http://www.starstuffs.com/prayers/contact.htm", "");
	menu.addSubItem("freedownloadid", "Images &copy;", "All images including backgrounds are made by StarStuffs unless otherwise noted Please DO NOT HOTLINK or take any of my images See copyright permissions",  "http://www.starstuffs.com/prayers/copyright.html", "");
	menu.addSubItem("freedownloadid", "Hanoochi Poems &copy;", "Poems are Copyright by Hanoochi",  "http://www.starstuffs.com/prayers/copyright.html", "");
	menu.addSubItem("freedownloadid", "Permissions &copy;", "StarStuffs name and URL must accompany content and/or ANY image use *Bandwidth stealing-hotlinking is NOT permitted*",  "http://www.starstuffs.com/prayers/copyright.html", "");


	
		menu.addSubItem("miscid", "Prayers", "Prayers",  "http://www.starstuffs.com/prayers/index.htm", "");
	menu.addSubItem("miscid", "Native Spirituality", "Native Spirituality",  "http://www.geocities.com/starstuffs/native/index.html", "");
	menu.addSubItem("miscid", "To The Stars", "Stars The Stars",  "http://www.starstuffs.com", "");

	menu.showMenu();
}