// div görgetés
function infoscroll()
	{
	tavolsagatetotol=40;
	document.getElementById('progress_id').style.top=document.body.scrollTop+tavolsagatetotol;
	document.getElementById('infoscroll_id').style.top=document.body.scrollTop+tavolsagatetotol+200;	
//	progress_id.style.top=document.body.scrollTop+tavolsagatetotol;
//	infoscroll_id.style.top=document.body.scrollTop+tavolsagatetotol+200;
	
	}
