function View(fota,x,y,tytul){
	tytul=escape(tytul);
	var newWindow=window.open('photo_certyfikaty.html?photo='+fota+'&tytul='+tytul,'Photo','width='+x+',height='+y+',left=10,top=10');
	newWindow.focus();
}
