    function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);


	menu = new Menu();
	menu.addItem("infoid", "Information", "Information",  null, null);
	menu.addItem("undergradid", "Undergraduate", "Undergraduate",  null, null);
	menu.addItem("gradid", "Graduate", "Graduate",  null, null);
	menu.addItem("activitiesid", "Activities", "Activities",  null, null);
	menu.addItem("newid", "What's New", "What's New",  null, null);
//	menu.addItem("newid", "This is New", "This is New",  null, null);


	menu.addSubItem("infoid", "Department", "Department",  "main2.html", "");
	menu.addSubItem("infoid", "Faculty", "Faculty",  "faculty.html", "");
	menu.addSubItem("infoid", "Subdisciplines", "Subdisciplines",  "subdisc.html", "");
	menu.addSubItem("infoid", "Summer Session Offerings", "Summer Session Offerings",  "SUM-03/sum06.htm", "");
	menu.addSubItem("infoid", "Syllabi Archives", "Syllabi Archives",  "Archives-Syllabi/archive.html", "");
	menu.addSubItem("infoid", "Contact Us-Our Home", "Contact Us-Our Home",  "index.html", "");
    menu.addSubItem("infoid", "Binghamton University Home Page", "SUNY Binghamton Home",  "http://www.binghamton.edu", "");
	menu.addSubItem("infoid", "University Bulletin", "Anthropology Bulletin",  "http://bulletin.binghamton.edu/", "");
		menu.addSubItem("infoid", "", "", "", "");


	menu.addSubItem("undergradid", "Studies", "Studies",  "ugradindex.html", "");
	menu.addSubItem("undergradid", "Undergraduate Organization", "Undergraduate Organization",  "ugradindex.html#uao", "");
	menu.addSubItem("undergradid", "Majors", "Majors",  "ugradmajor.html", "");
	menu.addSubItem("undergradid", "Honors", "Honors",  "ugradhon.html", "");
	menu.addSubItem("undergradid", "Harpur Advising", "Harpur Advising",  "http://www.binghamton.edu/harpurac/", "");
	menu.addSubItem("undergradid", "Anthropology Advising", "Anthropology Advising",  "ugrad.html#advising", "");
	menu.addSubItem("undergradid", "Field School 2007", "Field School 2007",  "http://anthro.binghamton.edu/fieldsch2007.html", "");
		menu.addSubItem("undergradid", "", "", "", "");
	
	menu.addSubItem("gradid", "Graduate Director", "Graduate Director",  "dirgrad.html", "");
	menu.addSubItem("gradid", "Degree Program", "Degree Program",  "gdeg.html", "");
	menu.addSubItem("gradid", "Guidelines for Graduate Study", "Guidelines for Graduate Study", "GuidelinesGradStudy/GuidelinesGradStudy.htm", "");
	menu.addSubItem("gradid", "Unifying Themes", "Unifying Themes",  "unify.html", "");
    menu.addSubItem("gradid", "Courses", "Courses",  "courses.html", "");
    menu.addSubItem("gradid", "Biomedical M.S.", "Biomedical M.S.",  "http://biomedical.binghamton.edu/", "");    
		menu.addSubItem("gradid", "Graduate Organization", "Graduate Organization",  "ago.html", "");
		menu.addSubItem("gradid", "Graduate Student Listing", "Graduate Student Listing", "GradStudentListing.html", "");
        menu.addSubItem("gradid", "Graduate Research", "Graduate Research",  "graduates/Research.htm", "");
    menu.addSubItem("gradid", "Funding Information", "Funding Information",  "funding.html", "");   
        
        menu.addSubItem("gradid", "The Graduate School", "The Graduate School","http://gradschool.binghamton.edu", "");
        menu.addSubItem("gradid", "Graduate Admissions", "Graduate Admissions",  "http://gradschool.binghamton.edu/graduate/Admissions.htm", "");
        menu.addSubItem("gradid", "How to Apply", "How to Apply",  "http://gradschool.binghamton.edu/graduate/Gradapp.htm", "");
        menu.addSubItem("gradid", "", "", "", "");
	
        menu.addSubItem("activitiesid", "Public Archaeology Facility", "Public Archaeology Facility",  "http://paf.binghamton.edu/", "");
	menu.addSubItem("activitiesid", "Research Facilities", "Research Facilities",  "aarf.html", "");
	menu.addSubItem("activitiesid", "Community Archaeology Program", "Community Archaeology Program",  "http://cap.binghamton.edu/", "");
	menu.addSubItem("activitiesid", "Bioanthropology", "Bioanthropology", "bioindex.html", "");
        menu.addSubItem("activitiesid", "", "", "", "");
	
	menu.addSubItem("newid", "Lectures", "Lectures",  "lectures.html", "");
	menu.addSubItem("newid", "Conferences", "Conferences",  "conferences.html", "");
        menu.addSubItem("newid", "", "", "", "");


	menu.showMenu();
}
