function setLogo() {
	/* Funkcja ustawia logo GutekFilm w odległości 30px od dołu kolumny menu. */
	var el = document.getElementById('tdMenu');
	var h = el.offsetHeight;
	el = document.getElementById('gutekfilm');
	el.style.margin = (h - 85) + "px 0 0 15px";
	el = document.getElementById('davidoff');
	el.style.margin = (h - 85) + "px 0 0 85px";
} // function setLogo();




