function stopka() {
	naglowek_wys = document.getElementById('naglowek').offsetHeight;
	menu_wys = document.getElementById('menu').offsetHeight;	
	tresc_wys = document.getElementById('tresc').offsetHeight;
	strona_wys = naglowek_wys + tresc_wys + menu_wys;
	okno_wys = document.body.clientHeight;
	stopka_wys = document.getElementById('stopka').offsetHeight;
	stopka_y = document.getElementById('stopka').offsetTop;
	
	if (stopka_y < okno_wys - strona_wys)  document.getElementById('tresc').style.height = (okno_wys - naglowek_wys - menu_wys - tresc_wys - stopka_wys) + "px";
}

function zdjecie(src) {
	window.open("zdjecie.php?p="+src,'','width=700, height=525, top=10, left=10, resizable=yes, scrollbars=no, toolbars=no, status=yes');
}

google_ad_client = "pub-1614439901344983";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "A8DDA0";
google_color_bg = "EBFFED";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "6F6F6F";

