// Launch the student portal

function launchStudentPortal() {
  window.open( "http://content.metrostate.edu/portal/login.html","","scrollbars=1,resizable=1")
}

