//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("offcampusemploymentid", "Off Campus Employment", "Off Campus Employment", "OffCampusEmployment.php", null);
	menu.addItem("workshopseventsid", "Ongoing Workshops &amp; Events", "Ongoing Workshops &amp; Events", "http://jobplacement.honolulu.hawaii.edu/WorkshopsEvents.php", null);
	menu.addItem("servicesforemployerid", "Services for Employers", "Services for Employers", null, "ServicesForEmployer.html");
	menu.addItem("servicesforstudentid", "Services for Students", "Services for Students", null, "ServicesForStudent.html");
	menu.addItem("studentemploymentid", "Student Employment (On-Campus)", "Student Employment (On-Campus)", null, "StudentEmployment.html");

	menu.addSubItem("servicesforemployerid", "<li>Listing Form &amp; Instructions</li>", "Listing Form &amp; Instructions",  "FormsInstructions.html", "");	
	menu.addSubItem("servicesforemployerid", "<li>Job Listings</li>", "Job Listings",  "OffCampusEmployment.php", "");
	
	menu.addSubItem("servicesforstudentid", "<li>Career Access</li>", "Career Access", "http://careeraccess.hawaii.edu/tutorials", "_blank");
	menu.addSubItem("servicesforstudentid", "<li>Career Info &amp; Statistics</li>", "Career Info &amp; Statistics", "CareerInfoStat.html", "");
	menu.addSubItem("servicesforstudentid", "<li>CollegeData (Online Advisor)</li>", "CollegeData (Online Advisor)", "http://www.collegedata.com", "_blank");
	menu.addSubItem("servicesforstudentid", "<li>Degrees &amp; Certificates</li>", "Degrees &amp; Certificates", "Degrees.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Employment Agencies</li>", "Employment Agencies", "EmploymentAgencies.html", "");	
	menu.addSubItem("servicesforstudentid", "<li>Entrepreneurship</li>", "Entrepreneurship", "Entrepreneurship.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Interview Services</li>", "Interview Services", "InterviewServices.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Job Listings</li>", "Job Listings",  "OffCampusEmployment.php", "");
	menu.addSubItem("servicesforstudentid", "<li>Job Search Links</li>", "Job Search Links", "JobSearchLinks.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Non-Traditional Careers</li>", "Non-Traditional Careers", "NonTraditionalCareers.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Resume Services</li>", "Resume Services", "ResumeServices.html", "");

	menu.addSubItem("studentemploymentid", "<li>Federal Work-Study Program</li>", "Federal Work-Study Program",  "FWSP.html", "");
	menu.addSubItem("studentemploymentid", "<li>Forms (W4 Tax, I-9, FERPA)</li>", "Forms (W4 Tax, I-9, FERPA) &amp; Links",  "FormsLinks.html", "");
	menu.addSubItem("studentemploymentid", "<li>Pay Day &amp; TimeSheet Info</li>", "Pay Day &amp; TimeSheet Info", "PayTimesheetInfo.html", "");
	menu.addSubItem("studentemploymentid", "<li>SECE Sign-In</li>", "SECE Sign-In",  "http://www.hawaii.edu/sece", "_blank");

	menu.showMenu();
}
