function gallery(imageId)
{
  var handle = window.open('image.php?src=' + imageId, 'image', 'menubar=no, toolbar=no, location=no, resizable=yes, status=no, scrollbars=no, width=800, height=600').focus();
}
