<!--
var appletCheckCount = 0;

function setAdvertisingImage(url, clickUrl) {
	var success = 0;
	try {
		if(document.czat && document.czat.isActive() == true) {
			if(document.czat.setAdvImage(url, clickUrl)) {
				success = true;
			}
		}
	} catch(e) {
	}

	if(!success && appletCheckCount < 6) {
		appletCheckCount++;

		setTimeout(function() {
			setAdvertisingImage(url, clickUrl);
		}, 4000);
	} else {
		appletCheckCount = 0;
	}
}

licz=0;
function otworz(nazwa,szer,wys) {
config='left=100,top=100,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
stadion.document.write('<HTML><HEAD>');
stadion.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
stadion.document.write('<TITLE>Wirtualna Polska - Foto-Galeria</title>');
stadion.document.write('<script language="javascript">');
stadion.document.write('setTimeout(');
stadion.document.write('"self.close()');
stadion.document.write(';",70000)');stadion.document.write('</');
stadion.document.write('script>');
stadion.document.write('</HEAD>');
stadion.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
stadion.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+nazwa+' border=0></A></DIV>');
stadion.document.write('</body></html>');
stadion.focus();
licz+=1;
}

licz=0;
function okno(nazwa,szer,wys,copy) {
config='left=100,top=100,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
kitekSC='okno' + licz;
stadion=window.open('',kitekSC,config)
var otworzZW='';
otworzZW+='<html><head>';
otworzZW+='<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">';
otworzZW+='<title>Foto-Galeria - Wirtualna Polska</title>';
otworzZW+='<script language="javascript">';
otworzZW+='setTimeout(';
otworzZW+='"self.close()';
otworzZW+=';",70000)';
otworzZW+='</';
otworzZW+='script>';
otworzZW+='</head>';
otworzZW+='<body bgcolor="black" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">';
otworzZW+='<div align="center"><a href="#" onclick="javascript:self.close();"><img src='+nazwa+' border="0" alt="" /></a>';
if (copy.length>0) otworzZW+='<br clear="all" /><span style="font-family: verdana, arial; font-size: 10px; color: white; font-weight: normal;">'+copy+'</span>';
otworzZW+='</div>';
otworzZW+='<img src="http://dot.wp.pl/dot.gif?SN=czat&amp;Pos=top&amp;ak=1&amp;p=178&amp;fba=1113320219.193" width="1" height="1" alt="" /><script language="javascript" type="text/javascript">'+"\n";
otworzZW+='<!--'+"\n";
otworzZW+='function g_parameters_g() { return""; }'+"\n";
otworzZW+='//-->'+"\n";
otworzZW+='</script><script language="javascript" src="http://i.wp.pl/a/i/sg/gemius.js" type="text/javascript"></script><script language="javascript" type="text/javascript">'+"\n";
otworzZW+='<!--'+"\n";
otworzZW+='document.write(\'<\'+\'img src="http://wp.hit.gemius.pl/_'+(new Date()).getTime()+'/redot.gif?l=8&tstamp='+(new Date()).getTime()+'&id=B3A1xGOdOYhvzXp8BWph.MQLLU9WssM6Pkhf1oh6A5b.K7\' + g_parameters_g() +\'" width=1 height=1>\');'+"\n";
otworzZW+='//-->'+"\n";
otworzZW+='</script>'+"\n";
otworzZW+='</body></html>';
stadion.document.write(otworzZW);
stadion.focus();
licz+=1;
return false;
}
var kochamWP = "http://czat.wp.pl/";
function sethomepg() {
    document.body.style.behavior = "url(#default#homepage)";
    document.body.setHomePage(kochamWP);
    return false;
}

function pokaz(co, tyt, width_, height_) {
	var s = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0";
	s += ",width=" + width_ + ",height=" + height_ + ",screenX=20,screenY=20";
	window.open(co, tyt, s);
}

//-->

