// przed: 808, po: 633, w czasie: 0.0314


var windowRef=null;var WindowObjectReference=null;var PreviousUrl=null;function openUrl(strUrl){if(WindowObjectReference==null||WindowObjectReference.closed){WindowObjectReference=window.open(strUrl,'Window',"resizable=yes,width=900,height=400,scrollbars=yes,status=no,left=5,top=5")}else if(PreviousUrl!=strUrl){WindowObjectReference=window.open(strUrl,'Window',"resizable=yes,width=900,height=400,scrollbars=yes,status=no,left=5,top=0");WindowObjectReference.focus()}else{WindowObjectReference.focus()}PreviousUrl=strUrl}function ujecie(id){openUrl('/pl/main/galeria/ujecie/'+id)}function foto(id){openUrl('/pl/main/get/foto/'+id)}


