function calendar(pole) {mywin=window.open('calendar.php?pole='+escape(pole),'Note','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=150,height=180');mywin.focus();}
function okno_fotka(nazwa,szer,wys) {
config='scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=640,height=480';
pop = window.open ("","pop",config);
pop.focus();
pop.document.write('<html><head><META NAME="Description" CONTENT="www.KIBOL.pl"><meta http-equiv="Content-type" content="text/html; charset=iso-8859-2"><meta http-equiv="Content-Language" content="pl"><meta name="Description" content="Kibol.pl"><title>Kibol.pl</title>');
pop.document.write('</head>');
pop.document.write('<body  background="img/bg.jpg" topmargin=0 leftmargin=0>');
pop.document.write('<center><img name="foto" src='+nazwa+' onClick="window.close();" alt="Zamknij okno"></center>');
pop.document.write('</body>');
pop.document.write('</html>');
pop.document.close();
}

