//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", "http://honolulu.hawaii.edu/jobplacement/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, "http://honolulu.hawaii.edu/jobplacement/ServicesForEmployer.html");
	menu.addItem("servicesforstudentid", "Services for Students", "Services for Students", null, "http://honolulu.hawaii.edu/jobplacement/ServicesForStudent.html");
	menu.addItem("studentemploymentid", "Student Employment (On-Campus)", "Student Employment (On-Campus)", null, "http://honolulu.hawaii.edu/jobplacement/StudentEmployment.html");

	menu.addSubItem("servicesforemployerid", "<li>Listing Form &amp; Instructions</li>", "Listing Form &amp; Instructions",  "http://honolulu.hawaii.edu/jobplacement/FormsInstructions.html", "");
	menu.addSubItem("servicesforemployerid", "<li>Job Listings</li>", "Job Listings",  "http://honolulu.hawaii.edu/jobplacement/OffCampusEmployment.php", "");
	
	menu.addSubItem("servicesforstudentid", "<li>Career Info &amp; Statistics</li>", "Career Info &amp; Statistics", "http://honolulu.hawaii.edu/jobplacement/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", "http://honolulu.hawaii.edu/jobplacement/Degrees.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Employment Agencies</li>", "Employment Agencies", "http://honolulu.hawaii.edu/jobplacement/EmploymentAgencies.html", "");	
	menu.addSubItem("servicesforstudentid", "<li>Entrepreneurship</li>", "Entrepreneurship", "http://honolulu.hawaii.edu/jobplacement/Entrepreneurship.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Interview Services</li>", "Interview Services", "http://honolulu.hawaii.edu/jobplacement/InterviewServices.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Job Listings</li>", "Job Listings",  "http://honolulu.hawaii.edu/jobplacement/OffCampusEmployment.php", "");
	menu.addSubItem("servicesforstudentid", "<li>Job Search Links</li>", "Job Search Links", "http://honolulu.hawaii.edu/jobplacement/JobSearchLinks.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Non-Traditional Careers</li>", "Non-Traditional Careers", "http://honolulu.hawaii.edu/jobplacement/NonTraditionalCareers.html", "");
	menu.addSubItem("servicesforstudentid", "<li>Resume Services</li>", "Resume Services", "http://honolulu.hawaii.edu/jobplacement/ResumeServices.html", "");

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

	menu.showMenu();
}
