function photo(id) {
  window.open('http://directory.pacificu.edu/getphoto.php?id='+id,
             'Photo',
	     'width=114,height=134,menubar=false,status=false,directories=false,toolbar=false,resizeable=false');
}
