//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", "Conferences/Meetings", "Conferences/Meetings.",  null, null);
	menu.addItem("newsid", "Self-Governance Contacts", "Self-Gov. Contacts",  null, null);
	menu.addItem("freedownloadid", "Published Material", "Published Material",  null, null);
	menu.addItem("searchengineid", "SGCE Workgroups", "SGCE Workgroups",  null, null);
	menu.addItem("miscid", "News Sites + Miscellaneous", "News Sites + Miscellaneous",  null, null);


	menu.addSubItem("webmasterid", "2010 Tribal Self-Governance Conference Web Page", "2010 Tribal Self-Governance Conference Page",  "http://www.tribalselfgov.org/sg2010.html", "");
	menu.addSubItem("webmasterid", "Workgroups/Meetings Page", "Workgroups/Meetings Page",  "http://www.tribalselfgov.org/contacts/work_groups_index.asp", "");
		menu.addSubItem("webmasterid", "SGCE Office Contacts", "SGCE Office Contacts",  "http://www.tribalselfgov.org/contacts/Six_Tribes_Hompage.html", "");
		menu.addSubItem("webmasterid", "Tribal Leaders Forum", "Tribal Leaders Forum",  "http://www.tribalselfgov.org/triballeadersforum.asp", "_blank");
	
		menu.addSubItem("newsid", "Office of Self-Governance/DOI", "Office of Self-Governance",  "http://64.58.34.34/", "_blank");
	menu.addSubItem("newsid", "Office of Tribal Self-Governance/IHS", "",  "http://www.ihs.gov/NonMedicalPrograms/SelfGovernance/", "_blank");
	menu.addSubItem("newsid", "Bureau of Indian Affairs", "Bureau of Indian Affairs",  "http://www.doi.gov/bia/", "_blank");
	menu.addSubItem("newsid", "Department of Health & Human Services", "Department of Health & Human Services",  "http://www.hhs.gov/", "_blank");
	menu.addSubItem("newsid", "Indian Health Service", "IHS",  "http://www.ihs.gov/", "_blank");
	menu.addSubItem("newsid", "SG Coords Contacts List", "IHS",  "http://www.tribalselfgov.org/2008_subpages/SG_CORDS2.asp", "_blank");


	menu.addSubItem("freedownloadid", "Tribal Self-Governance Strategic Plan (2009-2010)", "Tribal Self-Governance Strategic Plan (2009-2010)", "http://www.tribalselfgov.org/ALL_INDEX_DOCS/2009_strategyplan/2009_StrategyPlan_Draft-H_1B_small.pdf", "_blank");
	menu.addSubItem("freedownloadid", "Tribal Self-Governance/Handbook for Tribal Governments", "Tribal Self-Governance/Handbook for Tribal Governments", "http://www.tribalselfgov.org/2008_subpages/2009_sgconf/SG_HandbookTribalGovts.pdf", "_blank");
	menu.addSubItem("freedownloadid", "DHHS Self-Gov. Feasibiliy Study", "DHHS Feasibility Study", "http://aspe.os.dhhs.gov/search/selfgovernance/Report/feasibility.htm", "");
	menu.addSubItem("freedownloadid", "Self-Governance Works (The Movie)", "Self-Governance Works (The Movie)", "http://www.selfgovernanceworks.com/Home.html", "");
	menu.addSubItem("freedownloadid", "Where Eagles Fly (Movie)", "Where Eagles Fly (Movie)", "http://www.tribalselfgov.org/eagles_fly.html", "_blank");

	menu.addSubItem("searchengineid", "Self-Governance Workgroups", "Workgroups",  "http://www.tribalselfgov.org/contacts/work_groups_index.asp", "");
	menu.addSubItem("searchengineid", "Partners of SGCE", "Partners of SGCE",  "http://www.tribalselfgov.org/2008_subpages/Partners.asp", "");
	menu.addSubItem("searchengineid", "Self-Governance Tribes Contacts", "SG-Tribes", "http://www.tribalselfgov.org/contacts/DOISG_Contacts_Index.asp", "");
	menu.addSubItem("searchengineid", " Self-Governance Tribal Websites", "Tribal Websites",  "http://www.tribalselfgov.org/contacts/sg_tribalwebsites_index.asp", "");

	menu.addSubItem("miscid", "Congressional Websites", "Congressional Sites",  "http://www.tribalselfgov.org/congress/Congressional_Sites.asp", "");
	menu.addSubItem("miscid", "Job Postings", "Job Postings",  "http://www.tribalselfgov.org/A_SGJOBS/SGJobs_index.html", "");
	menu.addSubItem("miscid", "Tribal News Sites", "Tribal News Links", "http://www.tribalselfgov.org/Newslinks_index.asp", "");
	menu.addSubItem("miscid", "Accessibility", "Accessibility",  "http://www.tribalselfgov.org/Access_Form_page/accesspage2.asp", "");
	menu.addSubItem("miscid", "SGCE Tech-News", "SGCE Tech-News",  "http://www.tribalselfgov.org/TechPage.asp", "");
	menu.addSubItem("miscid", "NCAI", "National Congress of American Indians",  "http://www.ncai.org/", "");
	menu.addSubItem("miscid", "NIHB", "National Indian Health Board",  "http://www.nihb.org/", "");
	menu.addSubItem("miscid", "NPAIHB", "Northwest Portland Area Indian Health Board",  "http://www.npaihb.org/index.html", "");

	menu.showMenu();
}