function picmax(picurl) 
{
var picborder=0
var picbordercolor='#000000'
var picBGcolor='#000000'
var picBGIMG=' '
stadion=window.open('','','fullscreen=1')
stadion.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">')
stadion.document.write('<HTML><HEAD>')
stadion.document.write('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">');
stadion.document.write('<META NAME="Language" CONTENT="pl">');
stadion.document.write('<META NAME="Author" CONTENT="Skallarus">');
stadion.document.write('<TITLE></TITLE>');
stadion.document.write('<LINK REL="stylesheet" HREF="skrypty/picmax.css" TYPE="text/css">');
stadion.document.write('</HEAD>');
stadion.document.write('<BODY BGCOLOR="'+picBGcolor+'" BACKGROUND="'+picBGIMG+'">');
stadion.document.write('<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="100%" HEIGHT="100%" BORDER="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">');
stadion.document.write('<A HREF="javascript:window.close()"><IMG SRC="'+picurl+'.jpg" STYLE="BORDER: solid '+picborder+'px '+picbordercolor+'"></A>');
stadion.document.write('<BR><BR><A HREF="javascript:window.close()" STYLE="closewindow">[ zamknij okno ]</A></TD></TR></TABLE>');
stadion.document.write('</BODY></HTML>');
stadion.focus();
};

// (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 = "...operacja niemożliwa w celu uzyskania zdjęcia lub kodu strony skontaktuj się z autorem strony.";

   // 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=clickNS;}
   else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;
   }


nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
    if (object != "[object]"){  
        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
        return;
    }
    clearTimeout(nereidFadeTimers[object.sourceIndex]);
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity > destOp){
        direction = -1;
    }
    delta=Math.min(direction*diff,delta);
    object.filters.alpha.opacity+=direction*delta;
    if (object.filters.alpha.opacity != destOp){
        nereidFadeObjects[object.sourceIndex]=object;
        nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
}
