function showPage(facultyID) {

	self.location.href=facultyID+".html";
	
	}

function showCourse(courseNumber) {

	self.location.href="courses.html#"+courseNumber;
	
	}