function posLayer(bildHoehe)
{
if (document.all)
	{
	var hoeheE=document.all.fensterGroesse.offsetHeight;
                var h = Math.round(hoeheE-bildHoehe);	
                document.all.pic_navi.style.posTop = h;
                }
BildScrollen();
}


function MM_reloadPage(init)
{  
  	if (init==true) with (navigator)
	{
		if ((appName=="Microsoft Internet Explorer")&&(parseInt(appVersion)>=4))
		{
		document.MM_pgH=document.all.fensterGroesse.offsetHeight;
		onresize=MM_reloadPage;
		}
	}
  	else if (document.all.fensterGroesse.offsetWidth!=document.MM_pgW || document.all.fensterGroesse.offsetHeight!=document.MM_pgH)
	{
	location.reload();
	}
}		
MM_reloadPage(true);

