// JavaScript Document
<!--
function hintergrund ()
{ 
	if (screen.width >= 1280) 
	 { 
	 document.write ('<div id="page"><div id="surrounding">');
	 } 
	 
}

function hintergrund_close ()

{
	if (screen.width >= 1280) 
	 {
		document.write ('</div></div>');
	 } 
	
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
window.onerror=null;

function popup() {
checkw=window.open('popup.htm','check','width=307,height=354,toolbar=0,directories=0,navbar=0,menubar=0,status=0,resizable=0,screenX=678,screenY=250,left=678,top=250')
} 

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
window.onerror=null;
function popup_at() {
checkw=window.open('popup.htm','check','width=307,height=295,toolbar=0,directories=0,navbar=0,menubar=0,status=0,resizable=0,screenX=678,screenY=250,left=678,top=250')
} 

// -->	