// This program controls the select navigation for the Faculty Expertise page.
function changeExpertise()
 {
  window.location="#"+document.form1.expertise.value;
 }