function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("newsid", "News", "News",  null, null);
	menu.addItem("articleid", "Lucumí (Santería) Articles", "Lucumí (Santería) Articles",  null, null);
	menu.addItem("articlemoreid", "More Lucumí (Santería) Articles", "More Lucumí (Santería) Articles",  null, null);

	menu.addItem("linkid", "Links", "Links",  null, null);
	menu.addItem("","",null, null)
	

	menu.addSubItem("newsid", "Julito Collazo Passes", "Julito Collazo Passes",  "Julito.html");



	menu.addSubItem("articleid", "What is La Santería?", "What is La Santería?",  "santeria.html");
	menu.addSubItem("articleid", "Frequently Asked Questions about La Regla Lucumí", "Frequently Asked Questions about La Regla Lucumí",  "faq.html");
      menu.addSubItem("articleid", "OrishaNet En Español", "OrishaNet En Español",  "ochanets.html");
	menu.addSubItem("articleid", "The Orishas: Emissaries of Olodumare (God)", "The Orishas: Emissaries of Olodumare (God)",  "ocha.html");
	menu.addSubItem("articleid", "Eggun: The Dead", "Eggun: The Dead",  "eggun.html");
      menu.addSubItem("articleid", "Consultations with Ifá and Elegba's Shells (Merindilogún)", "Consultations with Ifá and Elegba's Shells (Merindilogún)",  "consulta.html");
	menu.addSubItem("articleid", "So You Want To Be Initiated", "So You Want To Be Initiated",  "initiate.html");
	menu.addSubItem("articleid", "Who Is My Orisha?", "Who Is My Orisha?",  "plante2.html");
	menu.addSubItem("articleid", "Ifá", "Ifá",  "ifa.html");
	menu.addSubItem("articleid", "Itá: The Legends of The Orishas", "Itá: The Legends of The Orishas",  "pataki.html");
	menu.addSubItem("articleid", "A Lucumí Vocabulary", "A Lucumí Vocabulary",  "vocab.html");
	menu.addSubItem("articleid", "Taking Care of Your Ilekes (Necklaces)", "Taking Care of Your Ilekes (Necklaces)",  "ilekes.html");
	menu.addSubItem("articleid", "Iyawó: Bride of the Orisha", "Iyawó: Bride of the Orisha",  "iyawo.html");
	menu.addSubItem("articleid", "Moforibale: Salutation to Orishas and Priests", "Moforibale: Salutation to Orishas and Priests",  "salute.html");




	menu.addSubItem("articlemoreid", "Ebó: Offerings to the Orishas", "Ebó: Offerings to the Orishas",  "ebo.html");
	menu.addSubItem("articlemoreid", "Bembé: The Rhythm of The Saints", "Bembé: The Rhythm of The Saints",  "bembe.html");
	menu.addSubItem("articlemoreid", "Possession in the Religion", "Possession in the Religion",  "mount.html");
	menu.addSubItem("articlemoreid", "The Religion In Africa And Cuba: How Different Are They Really?", "The Religion In Africa And Cuba: How Different Are They Really? ",  "africa.html");
	menu.addSubItem("articlemoreid", "Acknowledgements", "Acknowledgements",  "acknow.html");
	menu.addSubItem("articlemoreid", "Disclaimer", "Disclaimer",  "disclaim.html");



	menu.addSubItem("linkid", "Eleda.org: Ilarí Obá's Site", "Eleda.org: Ilarí Obá's Site",  "http://www.eleda.org/");
	menu.addSubItem("linkid", "Church of the Lukumi Babalu Aye", "Church of the Lukumi Babalu Aye",  "http://www.church-of-the-lukumi.org/");
	menu.addSubItem("linkid", "Organization for Lukumí Unity", "Organization for Lukumí Unity",  "http://home.ican.net/~vreznik/lukumi/");
	menu.addSubItem("linkid", "Inquiceweb: La Regla Kongo (Palo)", "Inquiceweb: La Regla Kongo (Palo)", "http://members.aol.com/inquiceweb/");




	menu.showMenu();
}
