function onLoad()
	{
		var groesse = screen.width;
		if( groesse < 1200) 
		document.getElementById("rechts").style.display = "none";
	}
