if (top != self)
  top.location = self.location;

function check() {
	m=parseInt( parseInt( document.getElementById('mitte').offsetHeight ));
	l=parseInt( parseInt( document.getElementById('links').offsetHeight ));		
	
	if(l>m) {
		document.getElementById('mitte').style.height=l +"px";
		document.getElementById('rechts').style.height=l +"px";
	}
	if(m>l) {
		document.getElementById('links').style.height=m +"px";
		document.getElementById('rechts').style.height=m +"px";
		document.getElementById('landkarten').style.height=parseInt(m-330) +"px";		
	}	
}
window.google_analytics_uacct = "UA-638640-14";


