function viewPhoto(width, height, photo)
{
	window.open(photo ,"Zdjêcie","toolbar=no,status=0,scrollbars=yes,menubar=no,width=" + width + ",height=" + height + ",location=no,resizable=0,left=20,top=50");
}
