function ukaz_se(url)
{
	fotka=window.open(url,'fotka','fullscreen,location=no,scrollbars=yes,resizable=yes'); 
	fotka.focus();
};
