function imageWin(url, windowName, features) {
  open (url, windowName, features);
}
