function OtevriFoto(URL, rozmery) { 
	var rozmery, text;
	NoveOkno = window.open(URL, '_blank', rozmery, 'toolbar=0', 'location=0', 'directories=0', 'status=0', 'menubar=0', 'scrollbars=1'); 
	NoveOkno.focus; } 
	
function decision(message, url) {
	if(confirm(message)) location.href = url;
}
