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