//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("corporateid", "Anti-dote Info", "Anti-dote Info", null, null);
	menu.addItem("newsid", "Gurlz Club!", "Gurlz Club!",  null, null);
	menu.addItem("eventsid", "Events/News", "Events/News",  null, null);
	menu.addItem("communityid", "Community", "Community",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("corporateid", "Background", "Background",  "http://www.anti-dote.org/brochure/adpromo.htm", "");
	menu.addSubItem("corporateid", "Annual Report 2005", "Annual Report 2005",  "http://www.anti-dote.org/downloads/Anti-doteAReport05eV3.pdf", "");
	menu.addSubItem("corporateid", "Board Profiles", "Board Profiles",  "http://www.anti-dote.org/profiles/boardprofiles.htm", "");
	menu.addSubItem("corporateid", "Sponsorship Letter", "Sponsorship Letter",  "http://www.anti-dote.org/downloads/antidote_sponsorship letter.pdf", "");
	menu.addSubItem("corporateid", "Brochure 05", "Brochure 05",  "http://www.anti-dote.org/downloads/antidote_brochure05.pdf", "");
	menu.addSubItem("corporateid", "Press Releases & News", "Press Releases & News",  "http://www.anti-dote.org/brochure/pressreleases.htm", "");

	menu.addSubItem("newsid", "Gurlz Club  Summer Report", "Gurlz Club Summer Report",  "http://www.anti-dote.org/gurlzclub06/gurlzclub06.htm", "");
	menu.addSubItem("newsid", "Gurlz Club News", "Gurlz Club News",  "http://antidotenews.proboards55.com/index.cgi?board=gurlzclub", "");

	menu.addSubItem("eventsid", "Press Releases & News", "Press Releases & News",  "http://www.anti-dote.org/brochure/pressreleases.htm", "");
	menu.addSubItem("eventsid", "Gurlz Conference Update", "Gurlz Conference Update",  "http://www.anti-dote.org/gurlz06/gurlz06update.htm", "");
	menu.addSubItem("eventsid", "Gurlz Club Summer Program", "Gurlz Club Summer Program",  "http://www.anti-dote.org/gurlzclub06/gurlzclub06.htm", "");
         menu.addSubItem("eventsid", "Gurlz Club  Summer Report", "Gurlz Club Summer Report",  "http://www.anti-dote.org/news/gurlzsummer06/gurlz06update.htm", "");
	menu.addSubItem("eventsid", "Other Events", "Other Events",  "http://www.anti-dote.org/events.html", "");

	menu.addSubItem("communityid", "Anti-dote Community", "Anti-dote Community",  "http://www.anti-dote.org/index2.html", "");

	menu.addSubItem("miscid", "Job Postings", "Job Postings",  "", "");	menu.addSubItem("miscid", "Contact us", "Contact us",  "http://www.anti-dote.org/brochure/contactus.htm", "");

	menu.showMenu();
}
