<!--
noweOkno = null;
function gallery(src, w, h){
if(window.screen){
        aw=screen.availWidth;
        ah=screen.availHeight;
}

if(noweOkno==null || noweOkno.closed){
        properties=
        "left=" + (aw-w)/2 + ","
        +"top=" + (ah-h)/2 + ","
        +"screenX=" + (aw-w)/2 + ","
        +"screenY=" + (ah-h)/2 + ","
        +"width=" + w + ","
        +"height=" + h + ","
        +"innerWidth=" + w + ","
        +"innerHeight=" + h + ","
        +"toolbar=no,"
        +"location=no,"
        +"directories=no,"
        +"status=no,"
        +"menubar=no,"
        +"scrollbars=no,"
        +"resizable=no"
noweOkno = window.open('','obrazek',properties);
}
noweOkno.document.open();
noweOkno.document.clear();
noweOkno.document.write(
"<html><head>\n"
+"<title>Alfa Romeo - Lancia</title>\n"
+"<style><!-\n"
+"<body {background-repeat:no-repeat}\n"
+"-></style>\n"
+"</head>\n"
+"<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 bgcolor=White>\n"
+"<table cellspacing='0' cellpadding='0' border='0' height='100%' width='100%'><tr><td valign='middle' align='center'>\n"
+"<a href='#' onclick='window.close()'><img alt='Kliknij ¿eby zamkn±æ' border=0 src=" + src + "></a>\n"
+"</td></tr></table>\n"
+"</body>\n"
+"</html>"
);
noweOkno.document.close();
noweOkno.focus();
}
//-->
