function goal_1() {
	title.innerText = "Goal 1: Access and Diversity"
	goal.innerHTML  = "<li> Number of programs offered.</li>"
					+ "<li> Number of diverse students participating in Center for Campus Life programs.</li>"
					+ "<li> Level of involvement in programs and services by diverse students.</li>"
					+ "<li> Number of students utilizing Center for Campus Life services.</li>"
					+ "<li> Retention rate. </li>"
}
function goal_2() {
	title.innerText = "Goal 2: Academic Excellence"
	goal.innerHTML  = "<li> Types of first-year experience programs.</li>"
					+ "<li> Focus groups to evaluate the impact of programs.</li>"
 					+ "<li> Participants'and non-participants' grade point averages.</li>"
 					+ "<li> Participants'and non participants'retention rates.</li>"
 					+ "<li> Registered student organization grade comparisons (where applicable).</li>"
 					+ "<li> Volume of participation.</li>"
 					+ "<li> Number of participants in leadership program.</li>"
 					+ "<li> Involvement level of participants in leadership program. </li>"
 					+ "<li> Number and quality of internship opportunities.</li>"

}
function goal_3() {
	title.innerText = "Goal 3: Engagement"
	goal.innerHTML  = "<li> Relevancy and effectiveness of programming plan.</li>"
					+ "<li> Effectiveness of collaborations.</li>"
 					+ "<li> Number of applications for and use of program funding. </li>"
 					+ "<li> Number and quality of programs implemented by Center for Campus Life.</li>"
 					+ "<li> Number and quality of community service opportunities.</li>"
 					+ "<li> Attendance at programs.</li>"
 					+ "<li> Number of students participating in programming process.</li>"
 					+ "<li> Number and quality of programs implemented by or with the help of students.</li>"
 					+ "<li> Number of students applying to participate in programming process.</li>"
 					+ "<li> Assessment of the quality of programs by student staff and participants.</li>"

}
function goal_4() {
	title.innerText = "Goal 4: Technology"
	goal.innerHTML  = "<li> Effectiveness of the various uses of technology available to students.</li>"
  					+ "<li> Number of CD-Roms distributed.</li>"
  					+ "<li> Test market response to CD-Rom.</li>"
  					+ "<li> Measure frequency of student utilization of website.</li>"
  					+ "<li> Percentage of applications online.</li>"
  					+ "<li> Number of users of on-line applications.</li>"
  					+ "<li> Level of involvement of students and faculty.</li>"
  					+ "<li> Ease of use of applications.</li>"

}
function goal_5() {
	title.innerText = "Goal 5: Collaboration"
	goal.innerHTML  = "<li> Number of successful partnerships.</li>"
  					+ "<li> Number and quality of collaborative programs and services offered</li>"
  					+ "<li> Number of successful external partnerships.</li>"
  					+ "<li> Number and quality of collaborative programs and services offered.</li>"

}
function goal_6() {
	title.innerText = "Goal 6: Human Resources"
	goal.innerHTML  = "<li> Competitive compensation packages.</li>"
   					+ "<li> Number of diverse staff.</li>"
   					+ "<li> Amount and utilization of professional development funding.</li>"
   					+ "<li> Improved job performance.</li>"
   					+ "<li> Use of annual performance evaluations. </li>"
   					+ "<li> Number of employees participating in professional development. </li>"
   					+ "<li> Annual review of job descriptions.</li>"
   					+ "<li> Staff attrition.</li>"
   					+ "<li> Staff satisfaction.</li>"
   					+ "<li> Annual performance review of job satisfaction.</li>"

}
function goal_7() {
	title.innerText = "Goal 7: Tradition and Pride"
	goal.innerHTML  = "<li> Focus groups to engage the student body's ideas.</li>"
    				+ "<li> Number and type of activities. </li>"
    				+ "<li> Number and type of collaborations.</li>"
    				+ "<li> Number of national awards and recognitions.</li>"
}
function goal_8() {
	title.innerText = "Goal 8: Research Assessments"
	goal.innerHTML  = "<li> Number and type of studies conducted.</li>"
    				+ "<li> Percentage of diverse student body reached.</li>"
    				+ "<li> Percentage of student body responses.</li>"
    				+ "<li> Record of findings.</li>"
    				+ "<li> Number of resources located or identified.</li>"
    				+ "<li> Utilization of resource information by departments within Division.</li>"
    				+ "<li> Number of studies conducted.</li>"
    				+ "<li> Volume of resources developed.</li>"
    				+ "<li> Collect and catalog data from research studies.</li>"
    				+ "<li> Newsletters, reports, and online information access.</li>"
    				+ "<li> Number of research funding resources identified.</li>"
    				+ "<li> Number of grant applications submitted.</li>"
    				+ "<li> Number of research grants funded.</li>"
}
