

var STUDENTS = 	"students";
var EMPLOYERS =	"employers";
var ALUMNI =	"alumni";
var FACULTY =	"faculty";
var CONTED =	"conted";
var PARENTS =	"parents";


var LEVEL_ZERO = 1;
var LEVEL_ONE = 2;
var LEVEL_TWO = 3;
var LEVEL_THREE = 4;
var LEVEL_FOUR = 5;




/******************************* MENU ITEMS ********************************/
var menuItems = new Array(


/* STUDENTS */

	[STUDENTS,	LEVEL_ZERO,	"Students",				"student.html"],
	[STUDENTS,	LEVEL_ONE, 	"Services/Resources",				"Students/OurServices/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Overview",				"Students/OurServices/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Getting Started",			"Students/OurServices/RegisteringWithCareerServices/index.html"],
	//[STUDENTS,	 LEVEL_TWO,	"Basic Services",			"Students/OurServices/BasicServices.html"],
	//[STUDENTS,	  LEVEL_THREE,	"Career Library",			"Students/OurServices/CareerLibrary.html"],
	//[STUDENTS,	  LEVEL_THREE,	"Presentations & Events",		"Students/OurServices/PresentationsAndEvents.html"],
	//[STUDENTS,	  LEVEL_THREE,	"OptimalResume.com",			"Students/OurServices/OptimalResume.html"],
	//[STUDENTS,	 LEVEL_TWO,	"Premium Services",			"Students/OurServices/PremiumServices.html"],
	//[STUDENTS,	  LEVEL_THREE,	"Business Cards",				"Students/OurServices/Business_Cards.html"],
	//[STUDENTS,	  LEVEL_THREE,	"Resume Books",				"Students/OurServices/ResumeBooks.html"],
	//[STUDENTS,	  LEVEL_THREE,	"On-Campus Interviews",			"Students/OurServices/OnCampusInterviews/index.html"],
	//[STUDENTS,	   LEVEL_FOUR,	"How to Apply",				"Students/OurServices/OnCampusInterviews/HowToApply.html"],
	//[STUDENTS,	   LEVEL_FOUR,	"Timetable/Schedule",			"Students/OurServices/OnCampusInterviews/TimetableSchedule.html"],
	//[STUDENTS,	   LEVEL_FOUR,	"Cancellation Policy",			"Students/OurServices/OnCampusInterviews/Policy.html"],
	//[STUDENTS,	   LEVEL_FOUR,	"FAQ",					"Students/OurServices/OnCampusInterviews/FAQ.html"],
	//[STUDENTS,    LEVEL_THREE,  "OU Career Mentoring Network",          "Students/OurServices/Mentoring.html"],
	//[STUDENTS,	  LEVEL_THREE,	"Vault",				"Students/OurServices/Vault.html"],
	//[STUDENTS,	  LEVEL_THREE,	"Folio21",				"Students/OurServices/Folio21.html"],
	//[STUDENTS,	  LEVEL_THREE,	"Women Sports Jobs",			"Students/OurServices/WomenSportsJobs.html"],
	//[STUDENTS,	  LEVEL_THREE,	"H1 Base ",				"Students/OurServices/H1Base.html"],
	//[STUDENTS,	  LEVEL_THREE,	"Cooperative Education",		"Students/OurServices/CoopEdProgram.html"],
    //[STUDENTS,        LEVEL_THREE,  "OU Embossed Portfolio",                "Students/OurServices/OUPortfolio.html"],
    //[STUDENTS,        LEVEL_THREE,  "Employer Database",                    "Students/OurServices/EmployerDatabase.html"],
        
	[STUDENTS,	LEVEL_ONE, 	"Find a Job",				"Students/JobSearchTips/JobSearchSteps/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Job Search Steps",			"Students/JobSearchTips/JobSearchSteps/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"1. Self-Assessment",			"Students/JobSearchTips/JobSearchSteps/SelfAssessment.html"],
	[STUDENTS,	  LEVEL_THREE,	"2. Career Identification",		"Students/JobSearchTips/JobSearchSteps/CareerIdentification.html"],
	[STUDENTS,	  LEVEL_THREE,	"3. Contacting Employers",		"Students/JobSearchTips/JobSearchSteps/ContactingEmployers.html"],
	
	[STUDENTS,	 LEVEL_TWO,	"Job Search Strategies",		"Students/FindAJob/Strategies/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"Career Fairs",				"Students/FindAJob/Strategies/CareerFairs.html"],
	[STUDENTS,	  LEVEL_THREE,	"Campus Organizations",			"Students/FindAJob/Strategies/CampusOrganizations.html"],
	[STUDENTS,	  LEVEL_THREE,	"On-Campus Interviews",			"Students/FindAJob/Strategies/OnCampusInterviews.html"],
	[STUDENTS,	  LEVEL_THREE,	"Online Resume Books",			"Students/FindAJob/Strategies/ResumeBooks.html"],
	[STUDENTS,	  LEVEL_THREE,	"Job Listings",				"Students/FindAJob/Strategies/JobListings.html"],
	[STUDENTS,	  LEVEL_THREE,	"Online Job Board",			"Students/FindAJob/Strategies/OnlineJobBoard.html"],
	[STUDENTS,	  LEVEL_THREE,	"Networking",				"Students/FindAJob/Strategies/Networking.html"],
	[STUDENTS,	  LEVEL_THREE,	"Career Consultant",			"Students/FindAJob/Strategies/CareerConsultant.html"],
	[STUDENTS,	  LEVEL_THREE,	"Newspaper Job Listings",		"Students/FindAJob/Strategies/NewspaperJobListings.html"],
	[STUDENTS,	  LEVEL_THREE,	"Direct Employer Contacts",		"Students/FindAJob/Strategies/DirectEmployerContacts.html"],
	[STUDENTS,	  LEVEL_THREE,	"Professional Associations",		"Students/FindAJob/Strategies/ProfessionalAssociations.html"],
	[STUDENTS,	 LEVEL_TWO,	"Creating a Winning Resume",		"Students/JobSearchTips/Resume/Composing/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"Composing Your Resume",		"Students/JobSearchTips/Resume/Composing/index.html"],
	[STUDENTS,	   LEVEL_FOUR,	"Guidelines",				"Students/JobSearchTips/Resume/Composing/Guidelines.html"],
	[STUDENTS,	   LEVEL_FOUR,	"Format",				"Students/JobSearchTips/Resume/Composing/Format.html"],
	[STUDENTS,	   LEVEL_FOUR,	"Content",				"Students/JobSearchTips/Resume/Composing/Content.html"],
	[STUDENTS,	   LEVEL_FOUR,	"Layout and Appearance",		"Students/JobSearchTips/Resume/Composing/LayoutAndAppearance.html"],
	[STUDENTS,	   LEVEL_FOUR,	"Printing",				"Students/JobSearchTips/Resume/Composing/Printing.html"],
	
	[STUDENTS,	  LEVEL_THREE,	"25 Quick Resume Tips",			"Students/JobSearchTips/Resume/QuickTips.html"],
	[STUDENTS,	  LEVEL_THREE,	"Resume Buzz Words",			"Students/JobSearchTips/Resume/BuzzWords.html"],
	[STUDENTS,	  LEVEL_THREE,	"Resume Samples",			"Students/JobSearchTips/Resume/Samples.html"],
	[STUDENTS,	  LEVEL_THREE,	"OptimalResume.com",			"Students/OurServices/OptimalResume.html"],
	[STUDENTS,	  LEVEL_THREE,	"Resume Critiques",			"Students/JobSearchTips/Resume/Critiques.html"],
	[STUDENTS,	 LEVEL_TWO,	"Job Search Letters",			"Students/JobSearchTips/Letters/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"Cover Letters",			"Students/JobSearchTips/Letters/CoverLetters.html"],
	[STUDENTS,	  LEVEL_THREE,	"Follow-up Letters",			"Students/JobSearchTips/Letters/FollowUpLetters.html"],
	[STUDENTS,	  LEVEL_THREE,	"Sample Letters",			"Students/JobSearchTips/Letters/SampleLetters.html"],
	[STUDENTS,	  LEVEL_THREE,	"E-mail Correspondence",		"Students/JobSearchTips/Letters/EmailCorrespondence.html"],
	[STUDENTS,	 LEVEL_TWO,	"Interviewing Tips",			"Students/JobSearchTips/Interviewing/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"First Impressions",			"Students/JobSearchTips/Interviewing/FirstImpressions.html"],
	[STUDENTS,	  LEVEL_THREE,	"Preparing for the Interview",		"Students/JobSearchTips/Interviewing/PreparingForTheInterview.html"],
	[STUDENTS,	  LEVEL_THREE,	"2nd Level On-site Interviews",		"Students/JobSearchTips/Interviewing/SecondLevelOnSiteInterviews.html"],
	[STUDENTS,	  LEVEL_THREE,	"Interview Practice",			"Students/JobSearchTips/Interviewing/MockInterviews.html"],
	[STUDENTS,	  LEVEL_THREE,	"Informational Interviews",		"Students/JobSearchTips/Interviewing/InformationalInterviews.html"],
	[STUDENTS,	  LEVEL_THREE,	"Sample Questions",			"Students/JobSearchTips/Interviewing/SampleQuestions.html"],
	[STUDENTS,	  LEVEL_THREE,	"Behavioral Interviewing",		"Students/JobSearchTips/Interviewing/BehavioralInterviewing.html"],
	[STUDENTS,	  LEVEL_THREE,	"Telephone Interviews",			"Students/JobSearchTips/Interviewing/TelephoneInterviews.html"],
	[STUDENTS,	  LEVEL_THREE,	"Dressing for the Interview",		"Students/JobSearchTips/Interviewing/DressingForTheInterview.html"],
	[STUDENTS,	  LEVEL_THREE,	"Third-Party Recruiters",		"Students/JobSearchTips/Interviewing/ThirdParty.html"],
	[STUDENTS,	 LEVEL_TWO,	"Evaluating Job Offers",		"Students/JobSearchTips/EvaluatingJobOffers.html"],
	[STUDENTS,	 LEVEL_TWO,	"Salary Information",   		"Students/JobSearchTips/SalaryInformation.html"],
	[STUDENTS,	 LEVEL_TWO,	"Relocation Information",   		"Students/JobSearchTips/RelocationInformation.html"],
	[STUDENTS,	 LEVEL_TWO, 	"Job Search Videos",				"Students/VideoLibrary/CareerSpots.html"],
	[STUDENTS,	 LEVEL_TWO,	"Job Listings",				"Students/FindAJob/JobListings/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"General Listings",			"Students/FindAJob/JobListings/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"Job Listings by Interest",		"Students/FindAJob/JobListings/JobListingsByInterest.html"],
	[STUDENTS,	  LEVEL_THREE,	"Oklahoma Job Listings",		"Students/FindAJob/JobListings/OklahomaJobListings.html"],
	[STUDENTS,	  LEVEL_THREE,	"Job Resources for the Disabled",	"Students/FindAJob/JobListings/Disabilities.html"],
	[STUDENTS,	  LEVEL_THREE,	"Minority Job Sites",			"Students/FindAJob/JobListings/MinorityJobResources.html"],
	[STUDENTS,	  LEVEL_THREE,	"Veterans",			"Students/FindAJob/JobListings/Veterans.html"],
	[STUDENTS,	 LEVEL_TWO,	"Job Search Guide",			"Students/FindAJob/JobSearchGuide/index.html"],
	[STUDENTS,   LEVEL_TWO, "Federal Government",	"Students/FindAJob/FederalGovernmentEmployment/index.html"],
	
	[STUDENTS,	LEVEL_ONE,	"Find an Internship",			"Students/FindAnInternship/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Overview",				"Students/FindAnInternship/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"General Internship Information",	"Students/FindAnInternship/GeneralInfo.html"],
	[STUDENTS,	 LEVEL_TWO,	"General Co-op Information",		"Students/FindAnInternship/GeneralCoopInfo.html"],
	[STUDENTS,	 LEVEL_TWO,	"Earning Academic Credit",		"Students/FindAnInternship/EarningAcademicCredit.html"],
	[STUDENTS,	 LEVEL_TWO,	"On-Campus Interviews",			"Students/FindAnInternship/OnCampusInterviews.html"],
	[STUDENTS,	 LEVEL_TWO,	"Internship Resources",			"Students/FindAnInternship/InternshipResources.html"],
	[STUDENTS,	 LEVEL_TWO,	"Internship Job Boards",		"Students/FindAnInternship/Listings.html"],
	[STUDENTS,	  LEVEL_THREE,	"General",				"Students/FindAnInternship/Listings.html"],
	[STUDENTS,	  LEVEL_THREE,	"Business",				"Students/FindAnInternship/Listings_Business.html"],
	[STUDENTS,	  LEVEL_THREE,	"Science/Tech/Engineering",		"Students/FindAnInternship/Listings_Technical.html"],
	[STUDENTS,	  LEVEL_THREE,	"Government/Non-Profit",		"Students/FindAnInternship/Listings_NonProfit.html"],
	[STUDENTS,	  LEVEL_THREE,	"Health/Medical Services",		"Students/FindAnInternship/Listings_Health.html"],
	[STUDENTS,	  LEVEL_THREE,	"International",			"Students/FindAnInternship/Listings_International.html"],
	[STUDENTS,	  LEVEL_THREE,	"Minority",				"Students/FindAnInternship/Listings_Minority.html"],
	[STUDENTS,	  LEVEL_THREE,	"Recreation/Sports/Health",		"Students/FindAnInternship/Listings_Recreation.html"],
	[STUDENTS,	  LEVEL_THREE,	"Journalism/Media",			"Students/FindAnInternship/Listings_Journalism.html"],
	[STUDENTS,	  LEVEL_THREE,	"Education/Human Services",		"Students/FindAnInternship/Listings_Education.html"],
	[STUDENTS,	  LEVEL_THREE,	"Museum/Archaeological",		"Students/FindAnInternship/Listings_Museum.html"],

	[STUDENTS,	LEVEL_ONE, 	"Colleges",				"Students/Colleges/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Architecture",				"Students/Colleges/Architecture/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Arts and Sciences",			"Students/Colleges/A&S/index.html"],
	//[STUDENTS,	  LEVEL_TWO,	"Atmospheric and Geographic",			"Students/Colleges/A&GS/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Aviation",			"Students/Colleges/Aviation/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Business",				"Students/Colleges/Business/index.html"],
	//[STUDENTS,	  LEVEL_TWO,	"Cont. Ed.",				"ContEd/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Earth and Energy",				"Students/Colleges/EarthEnergy/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Education",				"Students/Colleges/Education/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Engineering",				"Students/Colleges/Engineering/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Fine Arts",				"Students/Colleges/Finearts/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Graduate",				"Students/Colleges/GradSchool/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"International and Area Studies",	"Students/Colleges/InternationalPrograms/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Journalism",				"Students/Colleges/JMC/index.html"],

	[STUDENTS,	LEVEL_ONE,	"On-Campus Interviews",			"Events/OnCampusInterviews/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Future Interviews",			"Events/OnCampusInterviews/index.html"],
	[STUDENTS,	  LEVEL_TWO,	"Previous Interviews",			"Events/OnCampusInterviews/PreviousInterviews.html"],
	[STUDENTS,	  LEVEL_TWO,	"Sign-Up Timetable",			"Events/OnCampusInterviews/Timetable.html"],
	
	[STUDENTS,	LEVEL_ONE,	"Career Fairs & Events",		"Events/CareerFairs.html"],
	[STUDENTS,	 LEVEL_TWO,	"Career Fairs",				"Events/CareerFairs.html"],
	[STUDENTS,	 LEVEL_TWO,	"Career Fair Tips",			"Students/JobSearchTips/CareerFairTips.html"],	
	[STUDENTS,	 LEVEL_TWO,	"Workshops",				"Events/Workshops.html"],
	[STUDENTS,	 LEVEL_TWO,	"Employer Events",			"Events/InfoSessions.html"],
	[STUDENTS,	 LEVEL_TWO,	"Calendar",				"Events/Calendar.html"],
	
	[STUDENTS,	LEVEL_ONE,	"Choose a Major/Career",			"Students/CareerExploration/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"What can I do with a Major in...",	"Students/CareerExploration/WhatCanIDoWithAMajorIn/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"List of Majors",			"Students/CareerExploration/WhatCanIDoWithAMajorIn/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"Additional Resources",			"Students/CareerExploration/WhatCanIDoWithAMajorIn/AdditionalResources.html"],
	[STUDENTS,	 LEVEL_TWO,	"Majors by Holland Codes",		"Students/CareerExploration/HollandCodes.html"],
	[STUDENTS,	 LEVEL_TWO,	"Princeton Review MajorSearch",		"Students/CareerExploration/PrincetonReview.html"],
	[STUDENTS,	 LEVEL_TWO,	"Planning/Assessment",			"Students/CareerExploration/CareerPlanning/AnalyzeYourSkills.html"],
	[STUDENTS,	  LEVEL_THREE,	"1. Analyze Your Skills",		"Students/CareerExploration/CareerPlanning/AnalyzeYourSkills.html"],
	[STUDENTS,	  LEVEL_THREE,	"2. Learn About Careers",		"Students/CareerExploration/CareerPlanning/LearnAboutCareers.html"],
	[STUDENTS,	  LEVEL_THREE,	"3. Try Occupations",			"Students/CareerExploration/CareerPlanning/TryOccupations.html"],
	//[STUDENTS,	 LEVEL_TWO,	"Self-Assessment",			"Students/CareerExploration/SelfAssessment.html"],

	[STUDENTS,	 LEVEL_TWO,	"Career Planning Timetable",		"Students/CareerExploration/CareerPlanningTimetable/FreshmanYear.html"],
	[STUDENTS,	  LEVEL_THREE,	"Freshman Year",			"Students/CareerExploration/CareerPlanningTimetable/FreshmanYear.html"],
	[STUDENTS,	  LEVEL_THREE,	"Sophomore Year",			"Students/CareerExploration/CareerPlanningTimetable/SophomoreYear.html"],
	[STUDENTS,	  LEVEL_THREE,	"Junior Year",				"Students/CareerExploration/CareerPlanningTimetable/JuniorYear.html"],
	[STUDENTS,	  LEVEL_THREE,	"Senior Year",				"Students/CareerExploration/CareerPlanningTimetable/SeniorYear.html"],
		[STUDENTS,	 LEVEL_TWO,	"Career Library",			"Students/CareerExploration/CareerLibrary.html"],
	[STUDENTS,	LEVEL_ONE,	"Grad School Planning",			"Students/GradSchool/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Exploring Grad School",		"Students/GradSchool/Exploring.html"],
	[STUDENTS,	 LEVEL_TWO,	"Planning Timetable ",			"Students/GradSchool/PlanningTimetable/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"Junior Year (Fall/Spring)",		"Students/GradSchool/PlanningTimetable/JuniorYear_FallSpring.html"],
	[STUDENTS,	  LEVEL_THREE,	"Junior Year (Summer)",			"Students/GradSchool/PlanningTimetable/JuniorYear_Summer.html"],
	[STUDENTS,	  LEVEL_THREE,	"Senior Year (Fall)",			"Students/GradSchool/PlanningTimetable/SeniorYear_Fall.html"],
	[STUDENTS,	  LEVEL_THREE,	"Senior Year (Spring)",			"Students/GradSchool/PlanningTimetable/SeniorYear_Spring.html"],
	[STUDENTS,	 LEVEL_TWO,	"Admission Requirements",		"Students/GradSchool/AdmissionRequirements/Overview.html"],
	[STUDENTS,	  LEVEL_THREE,	"MBA",					"Students/GradSchool/AdmissionRequirements/MBA.html"],
	[STUDENTS,	  LEVEL_THREE,	"Law School",				"Students/GradSchool/AdmissionRequirements/LawSchool.html"],
	[STUDENTS,	  LEVEL_THREE,	"Medical School",			"Students/GradSchool/AdmissionRequirements/MedicalSchool.html"],
	[STUDENTS,	 LEVEL_TWO,	"Admission Tests",			"Students/GradSchool/Tests/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Online Resources",			"Students/GradSchool/OnlineResources/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"General",				"Students/GradSchool/OnlineResources/index.html"],
	[STUDENTS,	  LEVEL_THREE,	"Graduate/Professional",		"Students/GradSchool/OnlineResources/GraduateProfessional.html"],
	[STUDENTS,	  LEVEL_THREE,	"Financial Aid",			"Students/GradSchool/OnlineResources/FinancialAid.html"],
	[STUDENTS,	 LEVEL_TWO,	"Credential Services",			"Students/GradSchool/CredentialServices.html"],
	[STUDENTS,   LEVEL_TWO,     "Interview Practice",                   "Students/GradSchool/Interview.html"],
	[STUDENTS,   LEVEL_TWO,     "Grad School Fair",                     "Events/EventInfo.html?id=1515"],
	[STUDENTS,   LEVEL_TWO,     "Grad School Week",                   "Students/GradSchool/gradweek.htm"],
	[STUDENTS,   LEVEL_TWO,     "Grad School Fair Tips",                "Students/GradSchool/GradSchoolFairTips.htm"],
	
	[STUDENTS,	LEVEL_ONE,	"International Students",		"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Develop a Resume",			"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/DevelopAResume.html"],
	[STUDENTS,	 LEVEL_TWO,	"Self Assessment",			"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/SelfAssessment.html"],
	[STUDENTS,	 LEVEL_TWO,	"Research the Job Market",		"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/ResearchTheJobMarket.html"],
	[STUDENTS,	 LEVEL_TWO,	"Develop Interview Skills",		"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/DevelopInterviewSkills.html"],
	[STUDENTS,	 LEVEL_TWO,	"Helpful Links",			"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/HelpfulLinks.html"],
	
	[STUDENTS,	 LEVEL_ONE,	"Graduate Students",			"Students/GradSchool/CredentialServices.html"],
	[STUDENTS,	 LEVEL_TWO,	"Credential Services",			"Students/GradSchool/CredentialServices.html"],
	
	[STUDENTS,	LEVEL_ONE,	"Salary Offers/Careers",			 "SalaryStatistics/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Full-Time Salary Offers",	 	 "SalaryStatistics/FullTime/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Internship Salary Offers",	 	 "SalaryStatistics/Intern/index.html"],
	[STUDENTS,	 LEVEL_TWO,	"Career Paths and Internships by Major", "SalaryStatistics/Hired/index.html"],	
	//[STUDENTS,	 LEVEL_TWO,	"Internship/Co-op Survey",		 "http://studentvoice.com/webproject/Project.aspx?sid=151279be-576d-4df5-bc65-0f750f777cc0"],
	//[STUDENTS,	 LEVEL_TWO,	"After Graduation Survey",		 "http://studentvoice.com/webproject/Project.aspx?sid=cfad2449-51a3-4e75-8632-e75d48ea03be"],
	
	[STUDENTS,	LEVEL_ONE,	"Report Your Job",			 "Surveys/index.html"],

	[STUDENTS,	LEVEL_ONE,	"About Career Services",		"AboutCareerServices/ContactInfo.html"],
	[STUDENTS,	 LEVEL_TWO,	"Contact Info",				"AboutCareerServices/ContactInfo.html"],
	[STUDENTS,	 LEVEL_TWO,	"Staff",				"AboutCareerServices/Staff.html"],
	[STUDENTS,	 LEVEL_TWO,	"Corporate Partners",			"AboutCareerServices/CorporatePartners.html"],



/* EMPLOYERS */

	[EMPLOYERS,    LEVEL_ZERO,	"Employers",				"Employers/index.html"],
	[EMPLOYERS,	LEVEL_ONE, 	"First Time Visitors",			"Employers/FirstTimeVisitors/index.html"],
	[EMPLOYERS,	 LEVEL_TWO, 	"Welcome",				"Employers/FirstTimeVisitors/index.html"],
	[EMPLOYERS,	 LEVEL_TWO, 	"Why Recruit at OU?",			"Employers/FirstTimeVisitors/WhyRecruitAtOU.html"],
	[EMPLOYERS,	 LEVEL_TWO, 	"Recruiting Methods",			"Employers/FirstTimeVisitors/RecruitingMethods.html"],
	[EMPLOYERS,	 LEVEL_TWO, 	"Planning Your Visit",			"Employers/FirstTimeVisitors/PlanningYourVisit.html"],
	[EMPLOYERS,	 LEVEL_TWO, 	"Faculty Contacts",			"Employers/FirstTimeVisitors/FacultyContacts.html"],
	
	[EMPLOYERS,	LEVEL_ONE, 	"Post a Job",				"Employers/PostAJob.html"],
	
	[EMPLOYERS,	LEVEL_ONE, 	"Student Resumes",			"Employers/StudentResumes.html"],
	
	[EMPLOYERS,	LEVEL_ONE,	"Career Fairs & Events",		"Events/CareerFairs.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Career Fairs",				"Events/CareerFairs.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Workshops/Info Sessions",				"Events/Workshops.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Calendar",				"Events/Calendar.html"],
	
	[EMPLOYERS,	LEVEL_ONE, 	"On-Campus Interviews",			"Employers/OnCampusInterviews.html"],
	[EMPLOYERS,	 LEVEL_TWO, 	"How to...",				"Employers/OnCampusInterviews.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Recruiting Timetable",			"Events/OnCampusInterviews/Timetable.html"],

        [EMPLOYERS,     LEVEL_ONE,      "Diversity Recruitment",                "Employers/DiversityRecruitment.html"],

	[EMPLOYERS,	LEVEL_ONE,	"Surveys and Reports",			"SalaryStatistics/index2.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Full-Time Salary Offers",	 	 "SalaryStatistics/FullTime/index.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Internship Salary Offers",	 	 "SalaryStatistics/Intern/index.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Career Paths and Internships by Major", "SalaryStatistics/Hired/index.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Salary Information",   		"Students/JobSearchTips/SalaryInformation.html"],

	
	[EMPLOYERS,	LEVEL_ONE, 	"Recruiter Guide",			"Employers/RecruiterGuide.html"],
	
	[EMPLOYERS,	LEVEL_ONE, 	"OU Resources",				"Employers/OUResources.html"],
	
	[EMPLOYERS,	LEVEL_ONE,	"About Career Services",		"AboutCareerServices/ContactInfo.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Contact Info",				"AboutCareerServices/ContactInfo.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Staff",				"AboutCareerServices/Staff.html"],
	[EMPLOYERS,	 LEVEL_TWO,	"Corporate Partners",			"AboutCareerServices/CorporatePartners.html"],









/* ALUMNI */

	[ALUMNI,	LEVEL_ZERO,	"Alumni",				"Alumni/index.html"],
	
	[ALUMNI,	LEVEL_ONE, 	"Our Services",				"Alumni/OurServices/index.html"],
	[ALUMNI,	 LEVEL_TWO,	"Overview",				"Alumni/OurServices/index.html"],
	[ALUMNI,	 LEVEL_TWO,	"Basic Services",			"Alumni/OurServices/BasicServices.html"],
//	[ALUMNI,	  LEVEL_THREE,	"Career Library",			"Students/OurServices/CareerLibrary.html"],
//	[ALUMNI,	  LEVEL_THREE,	"Presentations & Events",		"Students/OurServices/PresentationsAndEvents.html"],
	[ALUMNI,	 LEVEL_TWO,	"Premium Services",			"Alumni/OurServices/PremiumServices.html"],
	[ALUMNI,	  LEVEL_THREE,	"Online Job Board",				"Students/FindAJob/Strategies/OnlineJobBoard.html"],
	[ALUMNI,	  LEVEL_THREE,	"Resume Books",				"Students/OurServices/ResumeBooks.html"],
	[ALUMNI,	  LEVEL_THREE,	"On-Campus Interviews",			"Students/OurServices/OnCampusInterviews/index.html"],
	[ALUMNI,	   LEVEL_FOUR,	"How to Apply",				"Students/OurServices/OnCampusInterviews/HowToApply.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Timetable/Schedule",			"Students/OurServices/OnCampusInterviews/TimetableSchedule.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Cancellation Policy",			"Students/OurServices/OnCampusInterviews/Policy.html"],
	[ALUMNI,	   LEVEL_FOUR,	"FAQ",					"Students/OurServices/OnCampusInterviews/FAQ.html"],
	[ALUMNI,	  LEVEL_THREE,	"Folio21",				"Students/OurServices/Folio21.html"],
//	[ALUMNI,	  LEVEL_THREE,	"Women Sports Jobs",			"Students/OurServices/WomenSportsJobs.html"],
//	[ALUMNI,	  LEVEL_THREE,	"H1 Base ",				"Students/OurServices/H1Base.html"],
//        [ALUMNI,          LEVEL_THREE,  "Vault Online Career Library",          "Students/OurServices/Vault.html"],
    //    [ALUMNI,          LEVEL_THREE,  "OU Career Mentoring Network",          "Students/OurServices/Mentoring.html"],
        [ALUMNI,          LEVEL_THREE,  "OU Embossed Portfolio",                "Students/OurServices/OUPortfolio.html"],
        [ALUMNI,          LEVEL_THREE,  "Employer Database",                    "Students/OurServices/EmployerDatabase.html"],

	[ALUMNI,	LEVEL_ONE, 	"Find a Job",				"Students/FindAJob/Strategies/index.html"],
	[ALUMNI,	 LEVEL_TWO,	"Job Search Steps",			"Students/JobSearchTips/JobSearchSteps/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"1. Self-Assessment",			"Students/JobSearchTips/JobSearchSteps/SelfAssessment.html"],
	[ALUMNI,	  LEVEL_THREE,	"2. Career Identification",		"Students/JobSearchTips/JobSearchSteps/CareerIdentification.html"],
	[ALUMNI,	  LEVEL_THREE,	"3. Contacting Employers",		"Students/JobSearchTips/JobSearchSteps/ContactingEmployers.html"],
	[ALUMNI,	 LEVEL_TWO,	"Job Search Strategies",		"Students/FindAJob/Strategies/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"Career Fairs",				"Students/FindAJob/Strategies/CareerFairs.html"],
	[ALUMNI,	  LEVEL_THREE,	"On-Campus Interviews",			"Students/FindAJob/Strategies/OnCampusInterviews.html"],
	[ALUMNI,	  LEVEL_THREE,	"Online Resume Books",			"Students/FindAJob/Strategies/ResumeBooks.html"],
	[ALUMNI,	  LEVEL_THREE,	"Job Listings",				"Students/FindAJob/Strategies/JobListings.html"],
	[ALUMNI,	  LEVEL_THREE,	"Online Job Board",			"Students/FindAJob/Strategies/OnlineJobBoard.html"],
	[ALUMNI,	  LEVEL_THREE,	"Networking",				"Students/FindAJob/Strategies/Networking.html"],
	[ALUMNI,	  LEVEL_THREE,	"Career Consultant",			"Students/FindAJob/Strategies/CareerConsultant.html"],
	[ALUMNI,	  LEVEL_THREE,	"Newspaper Job Listings",		"Students/FindAJob/Strategies/NewspaperJobListings.html"],
	[ALUMNI,	  LEVEL_THREE,	"Direct Employer Contacts",		"Students/FindAJob/Strategies/DirectEmployerContacts.html"],
	[ALUMNI,	  LEVEL_THREE,	"Professional Associations",		"Students/FindAJob/Strategies/ProfessionalAssociations.html"],
	[ALUMNI,	 LEVEL_TWO,	"Creating a Winning Resume",		"Students/JobSearchTips/Resume/Composing/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"Composing Your Resume",		"Students/JobSearchTips/Resume/Composing/index.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Guidelines",				"Students/JobSearchTips/Resume/Composing/Guidelines.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Format",				"Students/JobSearchTips/Resume/Composing/Format.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Content",				"Students/JobSearchTips/Resume/Composing/Content.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Layout and Appearance",		"Students/JobSearchTips/Resume/Composing/LayoutAndAppearance.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Printing",				"Students/JobSearchTips/Resume/Composing/Printing.html"],
	[ALUMNI,	  LEVEL_THREE,	"25 Quick Resume Tips",			"Students/JobSearchTips/Resume/QuickTips.html"],
	[ALUMNI,	  LEVEL_THREE,	"Resume Buzz Words",			"Students/JobSearchTips/Resume/BuzzWords.html"],
	[ALUMNI,	  LEVEL_THREE,	"Resume Samples",			"Students/JobSearchTips/Resume/Samples.html"],
	[ALUMNI,	  LEVEL_THREE,	"OptimalResume.com",			"Students/JobSearchTips/Resume/OptimalResume.html"],
	[ALUMNI,	  LEVEL_THREE,	"Resume Critiques",			"Students/JobSearchTips/Resume/Critiques.html"],
	[ALUMNI,	 LEVEL_TWO,	"Job Search Letters",			"Students/JobSearchTips/Letters/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"Cover Letters",			"Students/JobSearchTips/Letters/CoverLetters.html"],
	[ALUMNI,	  LEVEL_THREE,	"Follow-up Letters",			"Students/JobSearchTips/Letters/FollowUpLetters.html"],
	[ALUMNI,	  LEVEL_THREE,	"Sample Letters",			"Students/JobSearchTips/Letters/SampleLetters.html"],
	[ALUMNI,	  LEVEL_THREE,	"E-mail Correspondence",		"Students/JobSearchTips/Letters/EmailCorrespondence.html"],
	[ALUMNI,	 LEVEL_TWO,	"Interviewing Tips",			"Students/JobSearchTips/Interviewing/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"First Impressions",			"Students/JobSearchTips/Interviewing/FirstImpressions.html"],
	[ALUMNI,	  LEVEL_THREE,	"Preparing for the Interview",		"Students/JobSearchTips/Interviewing/PreparingForTheInterview.html"],
	[ALUMNI,	  LEVEL_THREE,	"2nd Level On-site Interviews",		"Students/JobSearchTips/Interviewing/SecondLevelOnSiteInterviews.html"],
	[ALUMNI,	  LEVEL_THREE,	"Mock Interviews",			"Students/JobSearchTips/Interviewing/MockInterviews.html"],
	[ALUMNI,	  LEVEL_THREE,	"Informational Interviews",		"Students/JobSearchTips/Interviewing/InformationalInterviews.html"],
	[ALUMNI,	  LEVEL_THREE,	"Sample Questions",			"Students/JobSearchTips/Interviewing/SampleQuestions.html"],
	[ALUMNI,	  LEVEL_THREE,	"Behavioral Interviewing",		"Students/JobSearchTips/Interviewing/BehavioralInterviewing.html"],
	[ALUMNI,	  LEVEL_THREE,	"Telephone Interviews",			"Students/JobSearchTips/Interviewing/TelephoneInterviews.html"],
	[ALUMNI,	  LEVEL_THREE,	"Dressing for the Interview",		"Students/JobSearchTips/Interviewing/DressingForTheInterview.html"],
	[ALUMNI,	 LEVEL_TWO,	"Career Fair Tips",			"Students/JobSearchTips/CareerFairTips.html"],
	[ALUMNI,	 LEVEL_TWO,	"Evaluating Job Offers",		"Students/JobSearchTips/EvaluatingJobOffers.html"],
	[ALUMNI,	 LEVEL_TWO,	"Specialized Advice",			"Students/JobSearchTips/SpecializedAdvice/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"Business Majors",			"Students/JobSearchTips/SpecializedAdvice/CareerPlanForBusinessMajors/index.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Sophomore Year",			"Students/JobSearchTips/SpecializedAdvice/CareerPlanForBusinessMajors/SophomoreYear.html"],

	[ALUMNI,	   LEVEL_FOUR,	"Junior Year",				"Students/JobSearchTips/SpecializedAdvice/CareerPlanForBusinessMajors/JuniorYear.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Senior Year",				"Students/JobSearchTips/SpecializedAdvice/CareerPlanForBusinessMajors/SeniorYear.html"],
	[ALUMNI,	  LEVEL_THREE,	"Engineering Majors",			"Students/JobSearchTips/SpecializedAdvice/CareerPlanForEngineeringMajors/index.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Sophomore Year",			"Students/JobSearchTips/SpecializedAdvice/CareerPlanForEngineeringMajors/SophomoreYear.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Junior Year",				"Students/JobSearchTips/SpecializedAdvice/CareerPlanForEngineeringMajors/JuniorYear.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Senior Year",				"Students/JobSearchTips/SpecializedAdvice/CareerPlanForEngineeringMajors/SeniorYear.html"],	
	[ALUMNI,	  LEVEL_THREE,	"Arts and Science Majors",		"Students/JobSearchTips/SpecializedAdvice/CareerPlanForAnSMajors/index.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Sophomore Year",			"Students/JobSearchTips/SpecializedAdvice/CareerPlanForAnSMajors/SophomoreYear.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Junior Year",				"Students/JobSearchTips/SpecializedAdvice/CareerPlanForAnSMajors/JuniorYear.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Senior Year",				"Students/JobSearchTips/SpecializedAdvice/CareerPlanForAnSMajors/SeniorYear.html"],
	[ALUMNI,	  LEVEL_THREE,	"Finding a Teaching Position",		"Students/Colleges/Education/BLACK-Finding_a_Teaching_Position.pdf"],
	[ALUMNI,	  LEVEL_THREE,	"International Students",		"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/index.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Develop a Resume",			"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/DevelopAResume.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Self Assessment",			"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/SelfAssessment.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Research the Job Market",		"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/ResearchTheJobMarket.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Develop Interview Skills",		"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/DevelopInterviewSkills.html"],
	[ALUMNI,	   LEVEL_FOUR,	"Helpful Links",			"Students/JobSearchTips/SpecializedAdvice/InternationalStudents/HelpfulLinks.html"],
	[ALUMNI,	 LEVEL_TWO,	"Job Listings",				"Students/FindAJob/JobListings/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"General Listings",			"Students/FindAJob/JobListings/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"Oklahoma Job Listings",		"Students/FindAJob/JobListings/OklahomaJobListings.html"],
	[ALUMNI,	  LEVEL_THREE,	"Job Listings by Interest",		"Students/FindAJob/JobListings/JobListingsByInterest.html"],

	

	[ALUMNI,	LEVEL_ONE,	"Career Fairs & Events",		"Events/CareerFairs.html"],
	[ALUMNI,	 LEVEL_TWO,	"Career Fairs",				"Events/CareerFairs.html"],
	[ALUMNI,	 LEVEL_TWO,	"Workshops/Info Sessions",				"Events/Workshops.html"],
	[ALUMNI,	 LEVEL_TWO,	"Calendar",				"Events/Calendar.html"],
	[ALUMNI,	 LEVEL_TWO,	"On-Campus Interviews",			"Events/OnCampusInterviews/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"Future Interviews",			"Events/OnCampusInterviews/index.html"],
	[ALUMNI,	  LEVEL_THREE,	"Previous Interviews",			"Events/OnCampusInterviews/PreviousInterviews.html"],
	[ALUMNI,	  LEVEL_THREE,	"Sign-Up Timetable",			"Events/OnCampusInterviews/Timetable.html"],

	

	[ALUMNI,	LEVEL_ONE,	"Surveys and Reports",			"SalaryStatistics/index2.html"],
	[ALUMNI,	 LEVEL_TWO,	"Full-Time Salary Offers",	 	 "SalaryStatistics/FullTime/index.html"],
	[ALUMNI,	 LEVEL_TWO,	"Internship Salary Offers",	 	 "SalaryStatistics/Intern/index.html"],
	[ALUMNI,	 LEVEL_TWO,	"Career Paths and Internships by Major", "SalaryStatistics/Hired/index.html"],
	[ALUMNI,	 LEVEL_TWO,	"Salary Information",		"Students/JobSearchTips/SalaryInformation.html"],
	
	[ALUMNI,	LEVEL_ONE,	"About Career Services",		"AboutCareerServices/ContactInfo.html"],
	[ALUMNI,	 LEVEL_TWO,	"Contact Info",				"AboutCareerServices/ContactInfo.html"],
	[ALUMNI,	 LEVEL_TWO,	"Staff",				"AboutCareerServices/Staff.html"],
	[ALUMNI,	 LEVEL_TWO,	"Corporate Partners",			"AboutCareerServices/CorporatePartners.html"],




/* FACULTY */

	[FACULTY,	LEVEL_ZERO,	"Faculty",				"Faculty/index.html"],
	[FACULTY,	LEVEL_ONE, 	"Our Services",				"Faculty/OurServices/index.html"],
	[FACULTY,	 LEVEL_TWO, 	"Our Services",				"Faculty/OurServices/index.html"],
	[FACULTY,	 LEVEL_TWO, 	"Request a Presentation",		"Faculty/OurServices/RequestAPresentation.html"],
	[FACULTY,	LEVEL_ONE, 	"Tips for Faculty",			"Faculty/TipsForFaculty/WritingReferenceLetters.html"],
	
	[FACULTY,	 LEVEL_TWO, 	"Writing Reference Letters",		"Faculty/TipsForFaculty/WritingReferenceLetters.html"],
	[FACULTY,	 LEVEL_TWO, 	"Ethical/Legal Standards",		"Faculty/TipsForFaculty/EthicalAndLegalStandards.html"],
	[FACULTY,	 LEVEL_TWO, 	"Credential Services",		"Faculty/TipsForFaculty/CredentialServices.html"],
	
	[FACULTY,	LEVEL_ONE,	"Career Fairs & Events",		"Events/CareerFairs.html"],
	[FACULTY,	 LEVEL_TWO,	"Career Fairs",				"Events/CareerFairs.html"],
	[FACULTY,	 LEVEL_TWO,	"Workshops/Info Sessions",				"Events/Workshops.html"],
	[FACULTY,	 LEVEL_TWO,	"Calendar",				"Events/Calendar.html"],
	[FACULTY,	 LEVEL_TWO,	"On-Campus Interviews",			"Events/OnCampusInterviews/indexFaculty.html"],
	[FACULTY,	  LEVEL_THREE,	"Future Interviews",			"Events/OnCampusInterviews/indexFaculty.html"],
	[FACULTY,	  LEVEL_THREE,	"Previous Interviews",			"Events/OnCampusInterviews/PreviousInterviews.html"],
	[FACULTY,	  LEVEL_THREE,	"Sign-Up Timetable",			"Events/OnCampusInterviews/Timetable.html"],



	[FACULTY,	LEVEL_ONE,	"Surveys and Reports",			"SalaryStatistics/index2.html"],
	[FACULTY,	 LEVEL_TWO,	"Full-Time Salary Offers",	 	 "SalaryStatistics/FullTime/index.html"],
	[FACULTY,	 LEVEL_TWO,	"Internship Salary Offers",	 	 "SalaryStatistics/Intern/index.html"],
	[FACULTY,	 LEVEL_TWO,	"Career Paths and Internships by Major", "SalaryStatistics/Hired/index.html"],
	[FACULTY,	 LEVEL_TWO,	"Salary Information",   		"Students/JobSearchTips/SalaryInformation.html"],



/* PARENTS */

	[PARENTS,	LEVEL_ZERO,	"Families",				"Parents/index.html"],
	[PARENTS,	LEVEL_ONE, 	"Advice",				"Parents/Advice.html"],
	[PARENTS,	LEVEL_ONE, 	"50 Clues",				"Parents/50Clues.html"],
	[PARENTS,	LEVEL_ONE,	"Career Fairs & Events",		"Events/CareerFairs.html"],
	[PARENTS,	 LEVEL_TWO,	"Career Fairs",				"Events/CareerFairs.html"],
	[PARENTS,	 LEVEL_TWO,	"Workshops/Info Sessions",				"Events/Workshops.html"],
	[PARENTS,	 LEVEL_TWO,	"Calendar",				"Events/Calendar.html"],
	[PARENTS,	 LEVEL_TWO,	"On-Campus Interviews",			"Events/OnCampusInterviews/index.html"],
	[PARENTS,	  LEVEL_THREE,	"Future Interviews",			"Events/OnCampusInterviews/index.html"],
	[PARENTS,	  LEVEL_THREE,	"Previous Interviews",			"Events/OnCampusInterviews/PreviousInterviews.html"],
	[PARENTS,	  LEVEL_THREE,	"Sign-Up Timetable",			"Events/OnCampusInterviews/Timetable.html"],
	[PARENTS,	LEVEL_ONE,	"Surveys and Reports",			"SalaryStatistics/index2.html"],
	[PARENTS,	 LEVEL_TWO,	"Full-Time Salary Offers",	 	 "SalaryStatistics/FullTime/index.html"],
	[PARENTS,	 LEVEL_TWO,	"Internship Salary Offers",	 	 "SalaryStatistics/Intern/index.html"],
	[PARENTS,	 LEVEL_TWO,	"Career Paths and Internships by Major", "SalaryStatistics/Hired/index.html"],
	//[PARENTS,	 LEVEL_TWO,	"Salary Information",   		"SalaryStatistics/SalaryInformation.html"],
	
	[PARENTS,	LEVEL_ONE,	"About Us",				"AboutCareerServices/ContactInfo.html"],
	[PARENTS,	 LEVEL_TWO,	"Contact Info",				"AboutCareerServices/ContactInfo.html"],
	[PARENTS,	 LEVEL_TWO,	"Staff",				"AboutCareerServices/Staff.html"],
	[PARENTS,	 LEVEL_TWO,	"Corporate Partners",			"AboutCareerServices/CorporatePartners.html"],
	
	




/* END */
	[-1,		-1,		"END",					"END"]
);

/****************************** END MENU ITEMS ******************************/




/******************************* MENU ITEM EZ FUNCTIONS ********************************/

Array.prototype.getSide = function(){
	return this[0];
}
Array.prototype.getLevel = function(){
	return this[1];
}
Array.prototype.getTitle = function(){
	return this[2];
}
Array.prototype.getPath = function(){
	return this[3];
}

Array.prototype.setHilite = function(onoff){
	this[4] = onoff;
}
Array.prototype.getHilite = function(){
	return this[4];
}







/******************************** SIDE FUNCTIONS *****************************************/

/**
 * THIS SECTION OF CODE SETS AND SAVES THE CURRENT SIDE
 *
 */
 
 
 
 
 
 
var CURRENT_SIDE;
var CURRENTURL = document.location.toString();

function getCurrentSide(){
	return CURRENT_SIDE;
}


function setSide(){	
	//GET SIDE FROM QUERY STRING
	var side = convertStringSideToVariable(QueryString("ls"));
	
	//MAKE SURE THE PAGE & THE SIDE MATCH
	side = getSideFromSideAndPage(CURRENTURL, side);
	CURRENT_SIDE = side;
}




/**
 * Takes a string like "students" and returns the
 * matching variable (defined in SiteMap.js)
 * such as STUDENTS
 */
function convertStringSideToVariable(qsside){
	if(qsside){
		qsside = qsside.toLowerCase();
	}
	if(qsside == "students"){
		return STUDENTS;
	}else if(qsside == "employers"){
		return EMPLOYERS;
	}else if(qsside == "alumni"){
		return ALUMNI;
	}else if(qsside == "faculty"){
		return FACULTY;
//	}else if(qsside == "conted"){
//		return CONTED;
	}else if(qsside == "parents"){
		return PARENTS;
	}
	
	//NONE FOUND, DEFAULT TO STUDENTS
	return STUDENTS;
}




/**
 * Gets a side according to page.
 *  1. If side matches page, return side.
 *  2. If side doesn't match page, return a side that does.
 *  3. If nothing matches
 *
 */
function getSideFromSideAndPage(page, side){
	//CHECKS ONLY WITHIN THE GIVEN SIDE
	for(var i=0; i<menuItems.length; i++){
		//IF SIDES AND PATHS MATCH, RETURN THE GIVEN SIDE
		if( side == menuItems[i].getSide() &&  pageMatchesPath(page, menuItems[i].getPath())  )	//ERROR HAPPENS HERE
		{
			return side;
		}			
	}
	
	//NOT FOUND WITHIN THE GIVEN SIDE,
	//SO CHECK EVERYTHING & RETURN THE FIRST MATCH
	for(var i=0; i<menuItems.length; i++){
		//IF SIDES AND PATHS MATCH, RETURN THE GIVEN SIDE
		if( pageMatchesPath(page, menuItems[i].getPath())  )
		{
			return menuItems[i].getSide();
		}			
	}
	
	//PAGE ISN'T IN DATABASE, DEFAULT TO GIVEN SIDE (for pages not registered like "EventInfo.html")
	return side;
}



/**
 * Compares a page  (ie. http://www.ou.edu/career/students/index.html)
 *  with a path	    (ie. students/index.html)
 *  to see if it's the same thing.
 */
function pageMatchesPath(page, path){
	//FORCE TO LOWERCASE
	path = "career/"+path.toLowerCase();
	page = page.toLowerCase();

	//REMOVE QUERY STRING
	var endofpage = page;	
	if(endofpage.indexOf("?") != -1){
		endofpage = endofpage.substring(0, endofpage.lastIndexOf("?"));
	}
	
	
	/** REMOVE index.html FROM PAGE AND PATH IN CASE
	 *  SOMEONE TYPED IN http://www.ou.edu/career/Employers
	 *  'CAUSE THAT WON'T MATCH Employers/index.html
	 */
	if(endofpage.indexOf("index.html") != -1){
		endofpage = endofpage.substring(0, endofpage.lastIndexOf("index.html"));
	}
	if(path.indexOf("index.html") != -1){
		path = path.substring(0, path.lastIndexOf("index.html"));
	}
	
	//REMOVE BEGINNING OF PAGE
	endofpage = endofpage.substring(endofpage.length-path.length);
		
	//RETURN TRUE IF THEY MATCH
	if(endofpage == path){
		return true;
	}
	
	return false;
}

/**
 * Returns something like "ls=students"
 *  used by functions that dynamically create
 *  javascript links.
 */
function getSideQueryString(){
	return "ls="+getCurrentSide();
}

setSide();








/************* SOONER JOB SEARCH URL FUNCTIONS *************/
function getLoginUrlBySide(){
	if(getCurrentSide() == ALUMNI){
		return "https://www.myinterfase.com/ou/student/?ls=alumni";
	}else if(getCurrentSide() == FACULTY){
		return "https://www.myinterfase.com/ou/faculty/";
	}else if(getCurrentSide() == EMPLOYERS){
		return "https://www.myinterfase.com/ou/employer/";
	}
	
	return "https://www.myinterfase.com/ou/student/";
}