function windowImage(url, width, height) {
  var imageWin = window.open("window_image.php?src=" + url, "imagewindow", "width=" + width + ",height=" + height);
}
