function noweOkno(rysunek)
	{
		oknoFotki = window.open(rysunek, 'oknoFot', 'width=660, height=480')
		oknoFotki.focus()
	}

function noweOknoPion(rysunek)
	{
		oknoFotki = window.open(rysunek, 'oknoFot', 'width=480, height=660')
		oknoFotki.focus()
	}

