var _wind = null;
function PopupPosao(ur,tx) {
var osobine = 'width=780,height=550,fullscreen=0,resize=1,location=0,menubar=0,personalbar=0,status=0,scrollbars=1,toolbar=0, left='+((screen.width)/2 - 400)+',top='+10+'';
txt = tx;
url = ur;
if(_wind != null && !_wind.closed) {
_wind.close ();
}
//_wind = window.open ('js/popup.html?'+sPicURL, '',osobine);
//_wind = window.open('http://www.dizajn.subotica.net/lomax/posao.html','',osobine);
_wind = window.open('http://www.dizajn.subotica.net/lomax/posao.php','',osobine);
_wind.document.close();
}


/*
var osobine = 'width=10,height=10,fullscreen=0,location=0,menubar=0,personalbar=0,status=0,toolbar=0,left=10,top=10,screenX=10,screenY=10';
*/