// JavaScript Document
function promocja() {
odlewa=(screen.width-300)/2;
odgory=(screen.height-400)/3;
config='left='+odlewa+',top='+odgory+',width=300,height=400,innerheight=400,innerwidth=300,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
cel=window.open('','JASZKOWO',config)
cel.document.write('<html><head>');
cel.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
cel.document.write('<title>JASZKOWO</title>');
cel.document.write('</head>');
cel.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
cel.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="400"><param name="movie" value="kartka_gwiazdka.swf" /><param name="quality" value="high" /><embed src="kartka_gwiazdka.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="400"></embed></object>');
cel.document.write('</body></html>');
cel.focus();
}
tytul1=1;
function openPic(nazwa,szer,wys) {
odlewa=(screen.width-szer)/2;
odgory=(screen.height-wys)/3;
tytul1=tytul1+1;
config='left='+odlewa+',top='+odgory+',width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
cel=window.open('',tytul1,config)
cel.document.write('<html><head>');
cel.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
cel.document.write('<title>'+nazwa+'</title>');
cel.document.write('</head>');
cel.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
cel.document.write('<div align=center><a href=# onclick="javascript:self.close();"><img src='+nazwa+' border=0></a></div>');
cel.document.write('</body></html>');
cel.focus();
}
tytul2=1;
function openPic2(nazwa,szer,wys) {
odlewa=(screen.width-szer)/2;
odgory=(screen.height-wys)/2;
odlewa=odlewa+50;
odgory=odgory+20;
tytul2=tytul2+1;
config='left='+odlewa+',top='+odgory+',width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
cel=window.open('',tytul2,config)
cel.document.write('<html><head>');
cel.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
cel.document.write('<title>'+nazwa+'</title>');
cel.document.write('</head>');
cel.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
cel.document.write('<div align=center><a href=# onclick="javascript:self.close();"><img src='+nazwa+' border=0></a></div>');
cel.document.write('</body></html>');
cel.focus();
}
function MM_openBrWindow(theURL,winName,features) {
cel=window.open('',winName,features)
cel.document.write('<html><head>');
cel.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
cel.document.write('<title>'+theURL+'</title>');
cel.document.write('</head>');
cel.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
cel.document.write('<div align=center><a href=# onclick="javascript:self.close();"><img src='+theURL+' border=0></a></div>');
cel.document.write('</body></html>');
cel.focus();
}
tytul3=1;
function openWin(nazwa,szer,wys) {
odlewa=(screen.width-szer)/2;
odgory=(screen.height-wys)/2;
tytul3=tytul3+1;
config='left='+odlewa+',top='+odgory+',width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no';
cel=window.open(nazwa,'BalticCup',config);
}

