function imageWindow (image)
	{
	width=500;
	height=520;
	fensta=window.open('showImage.php?image='+image,'fensta','width='+width+',height='+height+',left=450,top=200');
	fensta.focus();
	}