// JavaScript Document
function launchMap() {
  window.open('http://themap.pacificu.edu/map.html', 'MAP', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=360');
}