
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("research2date", "Research to Date", "Research to Date",  null, null);
	menu.addItem("linkid", "Dissemination", "Dissemination",  null, null);
	menu.addItem("researcherid", "Researchers' Area", "Researchers' Area",  "../rws/login.cfm", "_parent");

	menu.addSubItem("indexid", "Project Overview", "Project Overview",  "../welcome.cfm", "_parent");
	menu.addSubItem("indexid", "Director's Message", "Director's Message",  "../ip_director_welcome.cfm", "_parent");
	menu.addSubItem("indexid", "InterPARES 1", "InterPARES 1",  "../ip1/ip1_index.cfm", "_parent");
	menu.addSubItem("indexid", "InterPARES 2", "InterPARES 2",  "ip2_index.cfm", "_parent");
	menu.addSubItem("indexid", "InterPARES 3", "InterPARES 3",  "../ip3/ip3_index.cfm", "_parent");
	
	menu.addSubItem("aboutusid", "Management", "Management",  "ip2_management.cfm", "_parent");
	menu.addSubItem("aboutusid", "Co-investigators", "Co-investigators",  "ip2_co-investigators.cfm", "_parent");
	menu.addSubItem("aboutusid", "Graduate Research Assistants", "Graduate Research Assistants",  "ip2_gra.cfm", "_parent");
	menu.addSubItem("aboutusid", "Advisory Board", "Advisory Board",  "ip2_advisory.cfm", "_parent");
	menu.addSubItem("aboutusid", "Funding", "Funding",  "ip2_funding.cfm", "_parent");
	menu.addSubItem("aboutusid", "Contact Us", "Contact Us",  "ip2_contact.cfm", "_parent");
	menu.addSubItem("aboutusid", "Comments", "Comments",  "../comments.cfm", "_parent");

	menu.addSubItem("aboutresearch", "Objectives", "Objectives",  "ip2_objectives.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Methodological Principles", "Methodology Principles",  "ip2_methodological_principles.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Intellectual Organization", "Intellectual Organization",  "ip2_intellectual_organization.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Records Creation & Maintenance", "Records Creation & Maintenance",  "ip2_domain1.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Records Reliability, Accuracy & Authenticity", "Records Reliability, Accuracy & Authenticity",  	"ip2_domain2.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Records Appraisal & Preservation", "Records Appraisal & Preservation",  "ip2_domain3.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Description Cross-domain", "Description Cross-domain",  "ip2_description.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Policy Cross-domain", "Policy Cross-domain",  "ip2_policy.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Terminology Cross-domain", "Terminology Cross-domain",  "ip2_terminology.cfm", "_parent");
	menu.addSubItem("aboutresearch", "Modeling Cross-domain", "Modeling Cross-domain",  "ip2_modeling.cfm", "_parent");

	menu.addSubItem("research2date", "IP2 Book", "IP2 Book",  "book.cfm", "_parent");
	menu.addSubItem("research2date", "Case Studies", "Case Studies",  "ip2_case_studies.cfm", "_parent");
	menu.addSubItem("research2date", "General Studies", "General Studies",  "ip2_general_studies.cfm", "_parent");
	menu.addSubItem("research2date", "Models", "Models",  "ip2_models.cfm", "_parent");
	menu.addSubItem("research2date", "Project Documents", "Project Documents",  "ip2_documents.cfm", "_parent");
	menu.addSubItem("research2date", "Terminology Database", "Terminology Database",  "ip2_terminology_db.cfm", "_parent");
	menu.addSubItem("research2date", "Midterm Progress Reports", "Midterm Progress Reports",  "ip2_midterm_progress.cfm", "_parent");

	menu.addSubItem("research2date", "Search for Documents", "Search for Documents",  "../search_form.cfm", "_parent");

	menu.addSubItem("linkid", "Dissemination", "Dissemination",  "ip2_dissemination.cfm?proj=ip2", "_parent");
	menu.addSubItem("linkid", "Related Websites", "Related Websites",  "ip2_websites.cfm?type=2", "_parent");

	menu.showMenu();
}
