function pokaz_powiadomienie()
{
window.open('nowe_zasady.html','','toolbar=0,status=0,location=0, scrollbars=no,resizable=no,width=500,height=540');
}


function pokaz_zdjecie(typ,numer)
	{
window.open('pokaz_zdjecie.php?typ='+typ+'&numer='+numer,'','toolbar=0,status=0,location=0, scrollbars=yes,resizable=no,width=800,height=600');
	}

function pokaz_tapete(rozmiar,numer){window.open('pokaz_zdjecie.php?typ=tapety&rozmiar='+rozmiar+'&numer='+numer,'','toolbar=0,status=0,location=0, scrollbars=yes,resizable=no,width=800,height=600');}

function pokaz_przyst_mapa(id_przyst){window.open('przyst_mapa.php?id='+id_przyst,'','toolbar=0,status=0,location=0, scrollbars=no,resizable=no,width=250,height=250');}

function pokaz_zdj(id)
	{
	window.open('pokaz_zdj.php?id='+id,'','toolbar=0,status=0,location=0, scrollbars=yes,resizable=no,width=800,height=600');	
	}
function pokaz_zdj_d(id)
	{
	window.open('pokaz_zdj.php?id='+id,'','toolbar=0,status=0,location=0, scrollbars=yes,resizable=no,width=1024,height=768');	
	}
