function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "SU Accounting Faculty", "Shepherd College Accounting Faculty",  null, null);
	menu.addItem("newsid", "Accounting Major", "Explore a major in Accounting",  null, null);
	menu.addItem("freedownloadid", "Accounting Minor", "Explore a major in Accounting",  null, null);
//	menu.addItem("searchengineid", "Accounting Associates Degree", "Explore a 2 Year Degree in Accounting",  null, null);
	menu.addItem("miscid", "Accounting Perspectives", "Miscellaneous Stuff",  null, null);
	

	menu.addSubItem("webmasterid", "Faculty Overview", "Accounting Faculty Overview",  "http://www.shepherd.edu/acctweb/faculty.html");
	menu.addSubItem("webmasterid", "Mr. Roger Hamood", "Mr. Roger Hamood",  "http://www.shepherd.edu/acctweb/hamood.html");
	menu.addSubItem("webmasterid", "Mr. Joseph Thatcher", "Mr. Joseph Thatcher",  "http://www.shepherd.edu/acctweb/thatcher.html");
	menu.addSubItem("webmasterid", "Mr. Daniel Williams", "Mr. Daniel Williams",  "http://www.shepherd.edu/acctweb/williams.html");

	menu.addSubItem("newsid", "Major Overview", "What's an Accounting Degree",  "http://www.shepherd.edu/acctweb/Major/major.html");
	menu.addSubItem("newsid", "General Studies Requirements", "General Studies Requirements",  "http://www.shepherd.edu/acctweb/Major/genstudies.html");
	menu.addSubItem("newsid", "Business Core Requirements", "Business Core Requirements",  "http://www.shepherd.edu/acctweb/Major/buscoreq.html");
	menu.addSubItem("newsid", "Required Accounting Classes", "Required Accounting Classes",  "http://www.shepherd.edu/acctweb/Major/accmajclass.html");
	menu.addSubItem("newsid", "Elective Hours", "Elective Hours",  "http://www.shepherd.edu/acctweb/Major/electives.html");
	menu.addSubItem("newsid", "Courses of Instruction", "Courses of Instruction",  "http://www.shepherd.edu/acctweb/classes.html");
	menu.addSubItem("newsid", "WV CPA Exam", "WV CPA Exam 150 Hours Requirements",  "http://www.shepherd.edu/acctweb/edurule.html");

	menu.addSubItem("freedownloadid", "Minor Overview", "Minor Overview",  "http://www.shepherd.edu/acctweb/minor.html");
	menu.addSubItem("freedownloadid", "Required Courses", "Required Courses for Minor",  "http://www.shepherd.edu/acctweb/minorcourses.html");
        menu.addSubItem("freedownloadid", "Elective Hours", "Elective Hours",  "http://www.shepherd.edu/acctweb/minorelectives.html");
	menu.addSubItem("freedownloadid", "Courses of Instruction", "Courses of Instruction",  "http://www.shepherd.edu/acctweb/classes.html");
	menu.addSubItem("freedownloadid", "WV CPA Exam", "WV CPA Exam 150 Hours Requirements",  "http://www.shepherd.edu/acctweb/edurule.html");
      
//	menu.addSubItem("searchengineid", "Associate Overview", "Associate Degree Overview",  "http://www.shepherd.edu/acctweb/twoyear.html");
//	menu.addSubItem("searchengineid", "General Studies Requirements", "General Studies Requirements",  "http://www.shepherd.edu/acctweb/tygenstud.html");
//	menu.addSubItem("searchengineid", "Business Core Requirements", "Business Core Requirements",  "http://www.shepherd.edu/acctweb/tybuscore.html");
//	menu.addSubItem("searchengineid", "Accounting Concentration", "Accounting Concentration Courses",  "http://www.shepherd.edu/acctweb/tyacon.html");
//	menu.addSubItem("searchengineid", "Courses of Instruction", "Courses of Instruction",  "http://www.shepherd.edu/acctweb/classes.html");
//	menu.addSubItem("searchengineid", "WV CPA Exam", "WV CPA Exam 150 Hours Requirements",  "http://www.shepherd.edu/acctweb/edurule.html");

	menu.addSubItem("miscid", "Current Students", "Accounting Students Speak Out",  "http://www.shepherd.edu/acctweb/students.html");
	menu.addSubItem("miscid", "Accounting Firms", "Accounting Firms",  "http://www.shepherd.edu/acctweb/firms.html");	
	menu.addSubItem("miscid", "Job Opportunities", "Accounting Job Opportunities",  "http://www.accountingjobs.com/");
	menu.addSubItem("miscid", "Accounting Links", "Accounting Links",  "http://www.shepherd.edu/acctweb/links.html");
	menu.addSubItem("miscid", "Play Accounting Pong", "Lets have some fun",  "http://www.shepherd.edu/acctweb/Major/pong.htm");

	menu.showMenu();
}