<!-- 
function iframehohe() {
var hoch1 = 265;
var hoch2 = 440;
var hoch3 = 680;
if ((screen.width <= 800) && (screen.height <= 600)) 
  document.getElementById("ifrkat").height = hoch1;
else if ((screen.width <= 1024) && (screen.height <= 768)) 
  document.getElementById("ifrkat").height = hoch2;
else if ((screen.width <= 1280) && (screen.height <= 1024)) 
  document.getElementById("ifrkat").height = hoch3;
else document.getElementById("ifrkat").height = hoch3;
}


if ( self != top ) {
top.location.href = self.location.href;
}
var geladen = "homepage";

function laden() {
var seite = self.location.search.length;
var url = self.location.search.substring(1,seite);
if ( self.location.search.length > 0 ) {
parent.ifrkat.location.href = url;
}
}

function non(clic) {
var msg="Zum Kopieren stehen Ihnen mehrere Banner auf entsprechenden Seiten zur Verfügung.";
if (navigator.appName == 'Netscape' && clic.which==3) {
alert(msg);
return false;}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg);
return false;
}
return true;
}
document.onmousedown = non;
-->
