<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no' );
}
function pokazo(obrazek,wymiar1,wymiar2)
{
center1=screen.width/2-wymiar1/2;
center2=screen.height/2-wymiar2/2;
okno=window.open("","","height="+wymiar2+", width="+wymiar1+",left="+center1+", top="+center2);
okno.document.open();
okno.document.write("<html> <head> <title>.: P.P.U.H. \"HEV\" :.</title></head><body background=\"images/kropka.jpg\" style=\"margin:0px\"><center><a href=javascript:window.close()><img src="+obrazek+" border=0 alt='Kliknij by zamknac powiekszenie' ></a></center> </body><html>");
okno.document.close();
}
-->
