// JavaScript Document
<!-- Skript gegen Link-Rahmen  
function init()
{
lnks = document.getElementsByTagName("a");
for(i=0; i<lnks.length; i++) {
lnks[i].onfocus = new Function("if(this.blur)this.blur()");
}
}
onload = init;
//-->
<!-- Skript Nav4 reload
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);
//-->
<!-- Skript Sichtbarkeit
function swap_content( div ) {
displayType = ( document.getElementById( div ).style.display == 'none' ) ? 'block' : 'none';
document.getElementById( div ).style.display = displayType;
}
//-->
