var sh=572, h;
function hasFE(){var fe;if(document.all&&!IE4)eval("try{fe=window.frameElement}catch(e){}");return fe}
if(window.innerHeight)  // NS4/NS6
	sh = innerHeight; 
else if(hasFE())
	sh = frameElement.clientHeight;
else if(document.documentElement) // IE50
	sh = document.documentElement.offsetHeight 
else if(window.screen)
	sh = window.screen.availHeight;
h=sh-130;
  document.write('<p style="height: '+h+'px;" class="extramargeonderkant">&nbsp;<\/p>');  

