<!--
if(top!=self) top.location=self.location;
var browserSuffix = (document.layers) ? '_ns4' : '_dom';
document.write('<scr' + 'ipt src="/scripts/layerobj' + browserSuffix + '.js"><\/scr' + 'ipt>');

if(!is.ns4 && !is.ns6){document.write('<link rel="stylesheet" href="/styles/styles_ie.css" />');}
if(is.ns4)document.write('<link rel="stylesheet" href="/styles/styles_NN.css" />');
if(is.ns6)document.write('<scri'+'pt src="/scripts/styles_NN6.js"></scri'+'pt>');

if (is.ns4) {
	var originalWidth = window.innerWidth;
	var originalHeight = window.innerHeight;
}

function pageReload() {
	if (!is.ns4) return;
	if (window.innerWidth != originalWidth || window.innerHeight != originalHeight) {
		location.reload();
	}
}
window.onresize = pageReload;

if (is.ie4 && !is.mac) {
	document.write('<body></body>');
	var bodyInnerWidth = document.body.clientWidth;
	var bodyInnerHeight = document.body.clientHeight;
	if (779 < bodyInnerWidth && 536 < bodyInnerHeight) {
		document.write('<body scroll="no"></body>');
		bodyInnerWidth = document.body.clientWidth;
		bodyInnerHeight = document.body.clientHeight;
	}
	window.onresize = checkScrollbars;
}
function checkScrollbars() {
	if (is.ie4 && !is.mac) {
		if (document.body.clientWidth != bodyInnerWidth || document.body.clientHeight != bodyInnerHeight) {
			location.reload();
		}
	}
}

//Opens new browser window full screen and user browser properties
function openWindowFullScreen(url){
	neuesFenster = window.open('about:blank','neuesFenster')
	neuesFenster.resizeTo(screen.availWidth,screen.availHeight)
	neuesFenster.moveTo(0,0)
	neuesFenster.location.href = url
	neuesFenster.focus()
}

// Weltweite Adressen auf der Homepage öffnen
var mapweltweit2
function initlayer(){
	 mapweltweit2 = new layerObj('mapweltweit');
	 mapweltweit2.show();
}
//-->
