function showImage(ImageName){
imgURL = 'showImage.pl?img='+ImageName;
newWindow = window.open(imgURL,"Photo","WIDTH=800,HEIGHT=600");
newWindow.focus();
}
