//Top Nav bar script v2- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("newsid", "WHAT WE DO", "What We Do",  null, null);
	menu.addItem("freedownloadid", "MEET THE TEAM", "Meet The Team",  null, null);
	menu.addItem("searchengineid", "EL SHADDAI", "El Shaddai",  null, null);
	menu.addItem("miscid", "CONTACT", "Contact",  null, null);
	menu.addItem("webmasterid", "WEBMASTER INFO'", "BlackheathCF Info",  null, null);

	menu.addSubItem("newsid", "What We Do", "What We Do",  "http://www.ywam-macapa.freeuk.com/page2.html");
	menu.addSubItem("newsid", "2002 Report", "Sponsor A Child",  "http://www.ywam-macapa.freeuk.com/Annual2002.html");
	menu.addSubItem("newsid", "News", "Sponsor A Child",  "http://www.ywam-macapa.freeuk.com/news2.html");
menu.addSubItem("newsid", "Sponsor A Child", "Sponsor A Child",  "http://www.ywam-macapa.freeuk.com/jireh.html");

	menu.addSubItem("freedownloadid", "MEET THE TEAM", "Meet The Team",  "http://www.ywam-macapa.freeuk.com/page3.html");
	menu.addSubItem("freedownloadid", "Davi & Nora", "Davi & Nora",  "http://www.ywam-macapa.freeuk.com/davi.html");
	menu.addSubItem("freedownloadid", "Kirsten", "Kirsten",  "http://www.ywam-macapa.freeuk.com/kirsten.html");
	menu.addSubItem("freedownloadid", "Maria", "Maria",  "http://www.ywam-macapa.freeuk.com/zila.html");
menu.addSubItem("freedownloadid", "Gilvania", "Gilvania",  "http://www.ywam-macapa.freeuk.com/gilvania.html");
	

	menu.addSubItem("searchengineid", "El Shaddai", "El Shaddai",  "http://www.ywam-macapa.freeuk.com/elshadai.html");
	menu.addSubItem("searchengineid", "Progess", "Progress",  "http://www.ywam-macapa.freeuk.com/progress.html");
menu.addSubItem("searchengineid", "Newsletter", "Newsletter",  "http://www.ywam-macapa.freeuk.com/news2.html");
menu.addSubItem("searchengineid", "Prayer", "prayer",  "http://www.ywam-macapa.freeuk.com/prayer.html");

	menu.addSubItem("miscid", "Contact", "Contact",  "mail to:jocumacapa@uol.com.br");
menu.addSubItem("webmasterid", "BCF", "BCF",  "http://www.bcf.freeuk.com/page1.html");
menu.addSubItem("webmasterid", "LEADERSHIP", "Leadership",  "http://www.bcf.freeuk.com/page3.html");
	menu.addSubItem("webmasterid", "ACTIVITIES", "Activities",  "http://www.bcf.freeuk.com/page2.html");
menu.addSubItem("webmasterid", "OUR FRIENDS", "Our Friends",  "http://www.bcf.freeuk.com/page5.html");	

	menu.showMenu();
}
