function targetBlank(strUrl,intWidth,intHeight )
{
    var intTargetWidth = intWidth + 20;
    var intTargetHeight = intHeight + 20;
    blankWin = window.open(strUrl,'_blank','width=' + intTargetWidth + ',height=' + intTargetHeight + ',menubar=no,toolbar=no,location=no,directories=no,fullscreen=no,titlebar=yes,hotkeys=yes,status=no,scrollbars=yes,resizable=yes');
};

function showPhoto(intPosition,intSectionId)
{
    window.open('?module=Gallery&action=GetPhoto&params=' + intSectionId + ',' + intPosition,'Photo','width=400,height=400,menubar=no,toolbar=no,location=no,directories=no,titlebar=yes,status=no,scrollbars=no,resizable=yes');
};

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=460,left = 112,top = 84');");
}

function popUpImage(URL,imWidth,imHeight) {
window.open(URL,'okienko','scrollbars=no, status=no, toolbar=no, location=no, directories=no, width='+imWidth+', height='+imHeight+', left=100, top=100');
}

function PopUpOkno(URL,Width,Height) {
window.open(URL,'okienko','scrollbars=no, resizable=no, status=no, toolbar=no, location=no, directories=no, width='+Width+', height='+Height+', left=100, top=100');
}

function d2f(imie, nazwisko, firma, ulica, ulica1, ulica2, kod1, kod2, miasto) {
   document.getElementById('fra_imie').value = imie;
   document.getElementById('fra_nazwisko').value = nazwisko;
   document.getElementById('fra_firma').value = firma;
   document.getElementById('fra_ulica').value = ulica;
   document.getElementById('fra_ulica1').value = ulica1;
   document.getElementById('fra_ulica2').value = ulica2;
   document.getElementById('fra_kod1').value = kod1;
   document.getElementById('fra_kod2').value = kod2;
   document.getElementById('fra_miasto').value = miasto;
   //document.getElementById('fra_nip').value = nip;
}
