<!--
function otworz(fotka,szer,wys) {
{z='0';
config='left=50,top=50,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
map='okno' + z;
qwe=window.open('',map,config);
qwe.document.open();
qwe.document.write('<html><head>');
qwe.document.write('<meta http-equiv="imagetoolbar" content="no">');
//qwe.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
qwe.document.write('<title>Foto-Galeria</title>');
qwe.document.write('</head>');
//qwe.document.write('<script language="javascript" type="text/javascript" src="/funkcje.js"></script>');
//qwe.document.write('<script language="javascript" type="text/javascript">');
//qwe.document.write('did=Rata();');
//qwe.document.write('</script>');
qwe.document.write('<body onload="Rata()" bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
//qwe.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
qwe.document.write('<table style="font-family:Arial, Helvetica, sans-serif font-size:11pt; background-color:#FFFFFF">');
//qwe.document.write('<tr><td valign=center align=center><a href="javascript:window.close();"><img src='+fotka+' border=0></a></td></tr>');
qwe.document.write('<DIV align=center><a href="javascript:window.close();"><img src='+fotka+' border=0></A></DIV>');
qwe.document.write('</table>');
qwe.document.write('</body></html>');
//qwe.document.close();
//qwe.window.close();
qwe.focus();
qwe.document.close();z+=z;}
return;}

function Rata(){
 // (C) 2000 www.CodeLifter.com
 // http://www.codelifter.com
 // Free for all users, but leave in this  header
 // Set the message for the alert box
 am = "Niestety, kopiowanie zabronione!!!"
 // do not edit below this line
 // ===========================
 bV  = parseInt(navigator.appVersion) 
 bNS = navigator.appName=="Netscape"
 bIE = navigator.appName=="Microsoft Internet Explorer"

  function nrc(e)
           {if (bNS && e.which > 1){alert(am);  return false;}
              else if (bIE && (event.button >1))
                      {alert(am);return false;}
            };
  function clickIE() {if (document.all) {alert(am);return false;}};
  function clickNS(e){if (document.layers||(document.getElementById&&!document.all)) 
                                 {if (e.which==2||e.which==3) {alert(am);return false;}}
                                }

 if (document.layers) 
    {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickIE;}
 else
    {document.onmouseup=clickNS;document.oncontextmenu=clickIE;};
 document.oncontextmenu=new Function("return false")
}

function RataDwa(){
M=false;
N=false;
if (navigator.appName=="Netscape") N=true; else M=true;

if (N) {
document.captureEvents(Event.MOUSEDOWN);
document.onMouseDown=processMouseDown
};

function processMouseDown(evt) {
// if evt.which = 1, we have LHS mouse button
// if evt.which = 2, we have middle mouse button
// if evt.which = 3, we have RHS mouse button
return (evt.which != 3);
};
}


//-->