			
function refineStill(){
	tamfis=loALT();
	centralL=document.getElementById('telo_leve_kont');
	peu=document.getElementById('zapati_kontejner').offsetTop;
	if(screen.height<768 && centralL.offsetHeight>=485)return;
	if (window.scrollY) pimbi = window.scrollY;
	else  pimbi = document.documentElement.scrollTop;
	
	// Pozice kdyz je menu u paticky
	if((peu<=pimbi+centralL.offsetHeight+0) && (centralL.offsetHeight>0)) centralL.style.top=peu-centralL.offsetHeight+'+'+0+'px';
	else {
	
	// Nastaveni kde se ma zacit posunovat objekt
		if(pimbi>=134) centralL.style.top=pimbi-134+'px';
		else centralL.style.top=0+'px';
	}
	setTimeout('refineStill()',0)
}
			
function loALT() {
	if (window.innerHeight)return window.innerHeight;
	if (document.body.clientHeight) return document.body.clientHeight;
}
		

				
				




 
