function showImage(image) {
  imgwindow = window.open("full_image.php?img="+image, "Image", "width=300,height=400,left=100,top=100");
  imgwindow.focus();
}
