function PopWin(URL)
{
	window.open("showImage.php?url="+URL,"","toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,width=655,height=520");
}