function otworz(adres,wlasciwosci) {
   noweOkno = window.open("PKP", "galeria",wlasciwosci);
   noweOkno.document.write('<html><head><title>Galeria</title><meta http-equiv="imagetoolbar" content="no" /></head>');
   noweOkno.document.write('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF">');
   noweOkno.document.write('<a href="javascript:self.close();"><img style="position:absolute; top:-2px; left:-2px;" src="'+adres+'" alt="zamknij"></img></a>');
   noweOkno.document.write('</body></html>');
   noweOkno.document.close();
}
function ustawWysokosc(identyfikator, Wysokosc){
	document.getElementById(identyfikator).style.height = Wysokosc + "px";
}
function zamknijpromo() {
	document.getElementById('promo').style.display = 'none';
	}
