function imageWindow(image, widthHeight) {
  picWindow = window.open(image,'picWin', widthHeight)
}
