 var a=screen.availHeight
 var b=screen.availWidth
 window.moveTo(0, 0);
 window.resizeTo(b,a);


function hoehe()
{
	a=(document.body.clientWidth-990)/2;
	b=a+891;
	x=document.blind.offsetTop;
	y=x-142;
		
	document.getElementById("welle_rechts").style.left=b+'px';
	document.getElementById("welle_links").style.left=a+'px';
	document.getElementById("apfelbaum").style.left=a+'px';
	
	document.getElementById("welle_rechts").style.height=x+'px';
	document.getElementById("welle_links").style.height=y+'px';
	
}
