
function newWindow(webpage) {
  bookWindow = window.open(webpage,'ImageWin','width=550,height=550')
  bookWindow.focus()
}
