window.onload = top;

function top()
{
	var $top = document.getElementById('gora_box');

	if($top.hasChildNodes())
	{
		$top.style.display = 'block';
		var $new = $top.offsetHeight;// + 32; //26 - wartość, która już była w CSSie - patrz lina 1;
		
		document.body.style.backgroundPosition = '0px ' + $new +'px' ;
		document.getElementById('tlolg').style.top = $new + 'px' ;
	}
}
