noweOkno = null;
function port(src, x, y){
if(window.screen){
        ax=screen.availWidth;
        ay=screen.availHeight;
}

if(noweOkno==null || noweOkno.closed){
        properties=
        "left=" + (ax-x)/2 + ","
        +"top=" + (ay-y)/2 + ","
        +"screenX=" + (ax-x)/2 + ","
        +"screenY=" + (ay-y)/2 + ","
        +"width=" + x + ","
        +"height=" + y + ","

noweOkno = window.open('','obrazek',properties);
}
noweOkno.document.open();
noweOkno.document.clear();
noweOkno.document.write(
"<html><head>\n"
+"<title>&nbsp;</title>\n"
+"</head>\n"
+"<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>\n"
+"<a href='#' onclick='window.close()'><img border=0 src=" + src + ">\n"
+"</body>\n"
+"</html>"
);
noweOkno.document.close();
noweOkno.focus();
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800, height=646');");
}
// End -->

// skrypt zamiany obrazkow w menu
obrazek1=new Image 
obrazek2=new Image 
obrazek1.src='../gfx/foto_01_t.jpg'
obrazek2.src='../gfx/foto_01_ts.jpg'
obrazek3=new Image 
obrazek4=new Image 
obrazek3.src='../gfx/foto_02_t.jpg'
obrazek4.src='../gfx/foto_02_ts.jpg'
obrazek5=new Image 
obrazek6=new Image 
obrazek5.src='../gfx/foto_03_t.jpg'
obrazek6.src='../gfx/foto_03_ts.jpg'
obrazek7=new Image 
obrazek8=new Image 
obrazek7.src='../gfx/foto_04_t.jpg'
obrazek8.src='../gfx/foto_04_ts.jpg'

