var _wind = null;
function PopupNagradjeni(ur,tx) {
var osobine = 'width=840,height=600,fullscreen=0,resize=0,location=0,menubar=0,resize=1,personalbar=0,status=0,scrollbars=1,toolbar=0,left=5,top=5';
txt = tx;
url = ur;
if(_wind != null && !_wind.closed) {
_wind.close ();
}
//_wind = window.open ('js/popup.html?'+sPicURL, '',osobine);
_wind = window.open('js/popupnagradjeni.html','',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';
*/