var pw="alle8ung";function openEditor(){WWidth=906;WHeight=700;x=Math.round(((screen.availWidth)/2) - (WWidth/2));	y=Math.round(((screen.availHeight)/2) - (WHeight/2));window.open('textContent.php',"Bearbeiten",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+WWidth+',height='+WHeight+',left='+x+',top='+y);}function moveImage(){navPos_Y=AnzBer-80;menuPos=10;if(!window.innerHeight)	scroll_Y=document.body.scrollTop;else	scroll_Y=window.pageYOffset;if(scroll_Y>188){	menu_Scroll=(menuPos+scroll_Y)-190;	if(document.getElementById("Abbildung"))		document.getElementById("Abbildung").style.paddingTop=menu_Scroll;	if(document.getElementById("Abbildung2"))		document.getElementById("Abbildung2").style.paddingTop=menu_Scroll;	}else		{	if(document.getElementById("Abbildung"))		document.getElementById("Abbildung").style.paddingTop=10;	if(document.getElementById("Abbildung2"))		document.getElementById("Abbildung2").style.paddingTop=10;	}window.setTimeout("moveImage()",490);}function Fensterweite () {  if (window.innerWidth) {    return window.innerWidth;  } else if (document.body && document.body.offsetWidth) {    return document.body.offsetWidth;  } else {    return 0;  }}function Fensterhoehe () {  if (window.innerHeight) {    return window.innerHeight;  } else if (document.body && document.body.offsetHeight) {    return document.body.offsetHeight;  } else {    return 0;  }}function neuAufbau () {  if (Weite != Fensterweite() || Hoehe != Fensterhoehe()) {	location.href = location.href;	if(location.href.indexOf("docu")!="-1")		reloadSite();	}}/* Überwachung von Netscape initialisieren */if (!window.Weite && window.innerWidth||window.opera) {  window.onresize = neuAufbau;  Weite = Fensterweite();  Hoehe = Fensterhoehe();}