function Z(id) {
  var scr_width = 400;
  var scr_height = 480;
  window.open("/zoom.php?image="+id,"","width=" + scr_width + ",height=" + scr_height + ",scrollbars=no,resizable=yes");
}

