var _wind = null;
function PopupPrint(ur,tx) {
//var osobine = 'width=620,height=500,fullscreen=0,location=0,menubar=0,personalbar=0,status=0,toolbar=0,left=10,top=10,screenX=10,screenY=10';


var osobine = 'width=940, height=600, fullscreen=0, location=0, menubar=0, personalbar=0, scrollbars=1, status=0, toolbar=0, left='+((screen.width)/2 - 460)+',top='+((screen.height)/20)+'';


txt = tx;
url = ur;
if(_wind != null && !_wind.closed) {
_wind.close ();
}
//_wind = window.open ("../../../java/popup.html?"+sPicURL, "",osobine);
_wind = window.open(url,'',osobine);
_wind.document.close();
}



