function Myconfirm(Str,Url)
{
	if (confirm(Str))
   {
		document.location = Url;
	}
}
/*
function Gfx(pic,x,y)
{
    var s='<html><head><TITLE>Pasecki.pl</TITLE><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"></head>\n';
     s=s+'<body BGCOLOR="#ffffff" MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0 LEFTMARGIN=0  oncontextmenu="return false">\n';
    s=s+'<A HREF="javascript:close()"><IMG ALT="Close..." BORDER=0 SRC="'+pic+'"></A>\n';
    s=s+'</body></html>';

    var f = null;
    f = window.open('','','width='+x+',height='+y+',left=50,top=20,resizable=1,directories=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
    if(f != null) {
        if(f.opener == null) {
          f.opener = self
        }
        f.document.clear();
        f.document.write(s);
        f.document.close();
    }
}*/
function Gfx(pic,x,y)
{
    var s='<html><head><TITLE>eProjekt</TITLE><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">div#preloader { position:relative; /* ustawia na stałe preloader w miejscu */   width: 300px;  /* szerokość preloadera */   left: 50%;   margin-left: -150px; /* wartość musi być połową szerokości ze znakiem - */   top: 200px; /* wysokość od górnej krawędzi */   z-index: 9999;   display: block; /* ukrywa preloader (pod żadnym pozorem nie usuwać) */  background: #000;   color: #fff;   border: 1px solid #aaa;   text-align: center;   font-weight:bold; }</style></head>\n';
     s=s+'<body BGCOLOR="#ffffff" MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0 LEFTMARGIN=0  oncontextmenu="return false" onload="koniecladowania()">\n<div id="preloader">Ładowanie...</div>';
    s=s+'<div id="trescstrony"><script type="text/javascript"> document.getElementById(\'trescstrony\').style.filter="Alpha(Opacity=25)"; document.getElementById(\'trescstrony\').style.opacity=".25";    </script><A HREF="javascript:close()"><IMG ALT="Close..." BORDER=0 SRC="'+pic+'"></A>\n<script type="text/javascript">function koniecladowania() {   document.getElementById(\'trescstrony\').style.filter="Alpha(Opacity=100)";    document.getElementById(\'trescstrony\').style.opacity="1.0";    document.getElementById(\'preloader\').style.display="none";            }    </script></div>';
    s=s+'</body></html>';

    var f = null;
    f = window.open('','','width='+x+',height='+y+',left=50,top=20,resizable=1,directories=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0');
    if(f != null) {
        if(f.opener == null) {
          f.opener = self
        }
        f.document.clear();
        f.document.write(s);
        f.document.close();
    }
}