// JavaScript Document

function anpassen() {
	var willhoch = document.getElementById("info").offsetHeight;
	document.getElementById("info-schatten").style.height = ""+willhoch+"px";
	document.getElementById("info-schatten1").style.height = ""+willhoch+"px";
	document.getElementById("info-schatten2").style.height = ""+willhoch+"px";
	document.getElementById("info-schatten3").style.height = ""+willhoch+"px";
}