function openGalleryWindow() {
  popupWin = window.open('http://www.texastech.edu/gallery/tour1',
  'open_window',
  'menubar, directories, status, scrollbars, resizable, width=700, height=800, left=0, top=0')
}
