<!------------ [vergroesserung z.b. fuer b03 sammlungsobjekte] ---------->
function fensterln(url) 
{  window.open(url,'Vergross','toolbar=no,width=10,height=10,left=0,top=0,directories=no,scrollbars=yes,status=no,resizable=yes,menubar=no,location=no');
}

<!-------------------------- [   sprungmarken-script zum anwŠhlen  ] ------------------------------>
function wahl(url2,uuu)
{ top.mitte.location.href=url2;
  top.oben.document.test.auswahl.value=uuu;
  }

<!-------------------------- [   sprungmarken-script zum wiederloeschen  ] ------------------------------>
function sprungmarke()
 {if (document.location.href!="#oben");
     document.location.href=top.oben.document.test.auswahl.value
     top.oben.document.test.auswahl.value="#oben"
}

function shopfenster(url) 
{window.open('../../shop/index.htm','Shop','toolbar=no,width=790,height=600,left=200,top=0,directories=no,scrollbars=auto,status=yes,resizable=yes,menubar=no,location=no');}

function disclaimer() 
{
self.parent.name="fenster";
var disclaim = open('../hinweise/disclaim.htm',"disclaimerfenster",'"toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,titlebar=no,width=430,height=430,menubar=no,screenY=100px');
disclaim.focus();
}

<!----------------------------- [Funktion fuer Sitemap] --------------------------------->
function neuerinhalt(dateiname) 
{top.mitte.location.href=dateiname;}

<!---------------[vergroesserung ---------->
function fenster(url) 
{
 if(parseInt(navigator.appVersion)<4)
{window.open(url,'vergross','toolbar=no,width=600,height=600,left=20,top=0,directories=no,scrollbars=0,status=no,resizable=yes,menubar=no,location=no');
  var oPopup=true
}
else
  {
  window.open(url,'vergross','toolbar=no,width=600,height=600,left=20,top=20,directories=no,scrollbars=0,status=no,resizable=yes,menubar=no,location=no')
  var oPopup=true
  }
return (oPopup)?false:true;
}

<!-- Script von Yanks zum ersatz von target=_blank in xhtml - von http://www.sitepoint.com/article/standards-compliant-world/3 -->
function externalLinks() { 
 if (!document.getElementsByTagName) return; 
 var anchors = document.getElementsByTagName("a"); 
 for (var i=0; i<anchors.length; i++) { 
   var anchor = anchors[i]; 
   if (anchor.getAttribute("href") && 
       anchor.getAttribute("rel") == "external") 
     anchor.target = "_blank"; 
 } 
} 
window.onload = externalLinks;
