
function showToolbar()
{

	menu = new Menu();
	menu.addItem("indexid", "Home", "Home",  null, null);
	menu.addItem("aboutusid", "About Us", "About Us",  null, null);
	menu.addItem("aboutresearch", "About the Research", "About the Research",  null, null);
	menu.addItem("linkid", "Dissemination", "Dissemination",  null, null);
	menu.addItem("researcherid", "Researchers' Area", "Researchers' Area",  "../rws/login.cfm");

	menu.addSubItem("indexid", "Project Overview", "Project Overview",  "../welcome.cfm");
	menu.addSubItem("indexid", "Director's Message", "Director's Message",  "../ip_director_welcome.cfm");
	menu.addSubItem("indexid", "InterPARES 1", "InterPARES 1",  "ip1_index.cfm");
	menu.addSubItem("indexid", "InterPARES 2", "InterPARES 2",  "../ip2/ip2_index.cfm");
	menu.addSubItem("indexid", "InterPARES 3", "InterPARES 3",  "../ip3/ip3_index.cfm");
	
	
	menu.addSubItem("aboutusid", "Management", "Management",  "ip1_management.cfm");
	menu.addSubItem("aboutusid", "Co-investigators", "Co-investigators",  "ip1_co-investigators.cfm");
	menu.addSubItem("aboutusid", "Graduate Research Assistants", "Graduate Research Assistants",  "ip1_gra.cfm");
	menu.addSubItem("aboutusid", "Funding", "Funding",  "ip1_funding.cfm");
	menu.addSubItem("aboutusid", "Contact Us", "Contact Us",  "ip1_contact.cfm");
	menu.addSubItem("aboutusid", "Comments", "Comments",  "../comments.cfm");

	menu.addSubItem("aboutresearch", "Goals & Methodology", "Goals & Methodology",  "ip1_goals&methodologies.cfm");
	menu.addSubItem("aboutresearch", "Authenticity Domain", "Authenticity Domain", "ip1_atf.cfm");
	menu.addSubItem("aboutresearch", "Appraisal Domain", "Appraisal Domain", "ip1_aptf.cfm");
	menu.addSubItem("aboutresearch", "Preservation Domain", "Preservation Domain", "ip1_ptf.cfm");
	menu.addSubItem("aboutresearch", "Strategy Domain", "Strategy Domain", "ip1_stf.cfm");

	menu.addSubItem("linkid", "Dissemination", "Dissemination",  "ip1_dissemination.cfm?proj=ip1");
	menu.addSubItem("linkid", "Project Documents", "Project Documents",  "ip1_documents.cfm");
	menu.addSubItem("linkid", "Related Websites", "Related Websites",  "ip1_websites.cfm?type=2");
	menu.addSubItem("linkid", "Search for Documents", "Search for Documents",  "../search_form.cfm");

	menu.showMenu();
}
