function showimage(image)
{
  var imagewindow = window.open(
    '/PDS/scripts/image.php?url='+ image,
    'IMAGE',
    'width=300,height=200,resizable=0,menubar=0,scrollbars=0');
} 
