function popup(name1) {
	nove=window.open('/fotka.php?url='+name1+'&js=1',null,"height=540,width=780,status=no,toolbar=no,menubar=no,resizable=yes,location=no,scrollbars=no,screenx=0,screeny=10");
	nove.moveTo(((screen.width - 780)/2)-4, ((screen.height - 560)/4)-15);
	nove.focus();

	return (typeof(nove)=='object') ? true : false;
	return false;
}