function zoomImage ( id )
{
  window.open ( 'gallery-image.php?id=' + id, 
  'image_zoom', 'width=640,height=640,scrollbars=yes' );
}
