Normal1 = new Image();
Normal1.src = "rubrik1.gif";
Highlight1 = new Image();
Highlight1.src = "rubrik1a.gif";
Normal2 = new Image();
Normal2.src = "rubrik2.gif";
Highlight2 = new Image();
Highlight2.src = "rubrik2a.gif";
Normal3 = new Image();
Normal3.src = "rubrik3.gif";
Highlight3 = new Image();
Highlight3.src = "rubrik3a.gif";
Normal4 = new Image();
Normal4.src = "rubrik4.gif";
Highlight4 = new Image();
Highlight4.src = "rubrik4a.gif";
Normal5 = new Image();
Normal5.src = "rubrik5.gif";
Highlight5 = new Image();
Highlight5.src = "rubrik5a.gif";
Normal6 = new Image();
Normal6.src = "rubrik6.gif";
Highlight6 = new Image();
Highlight6.src = "rubrik6a.gif";
Normal7 = new Image();
Normal7.src = "rubrik7.gif";
Highlight7 = new Image();
Highlight7.src = "rubrik7a.gif";
Normal8 = new Image();
Normal8.src = "rubrik8.gif";
Highlight8 = new Image();
Highlight8.src = "rubrik8a.gif";
Normal9 = new Image();
Normal9.src = "rubrik9.gif";
Highlight9 = new Image();
Highlight9.src = "rubrik9a.gif";

function Bildwechsel(Bildnr,Bildobjekt){
  window.document.images[Bildnr].src = Bildobjekt.src;
}

function lexikon(stichwort){
  var win;
  win=window.open("lexikon/" + stichwort + ".htm","Info","width=400,height=450,screenX=30,screenY=30,resizable=yes");
}

if(window.location.href.substr(0,20) == "http://koelnbahn.de/")
 {
  var NeueURL = "http://www.streckenkun.de/" + window.location.href.substring(20,window.location.href.length);
  window.location.href = NeueURL;
 }

if(window.location.href.substr(0,24) == "http://www.koelnbahn.de/")
 {
  var NeueURL = "http://www.streckenkun.de/" + window.location.href.substring(24,window.location.href.length);
  window.location.href = NeueURL;
 }

if(window.location.href.substr(0,22) == "http://streckenkun.de/")
 {
  var NeueURL = "http://www.streckenkun.de/" + window.location.href.substring(22,window.location.href.length);
  window.location.href = NeueURL;
 }

if(window.location.href.substr(0,24) == "http://streckenkunde.de/")
 {
  var NeueURL = "http://www.streckenkunde.de/" + window.location.href.substring(24,window.location.href.length);
  window.location.href = NeueURL;
 }

if(window.location.href.substr(0,28) == "http://www.streckenkunde.de/")
 {
  var NeueURL = "http://www.streckenkun.de/" + window.location.href.substring(28,window.location.href.length);
  window.location.href = NeueURL;
 }


if(window.location.href.substr(0,37) == "http://www.rofrisch.de/streckenkunde/" && window.location.href.substr(0,46) != "http://www.rofrisch.de/streckenkunde/gbein.htm")
 {
  var NeueURL = "http://www.streckenkun.de/" + window.location.href.substring(37,window.location.href.length);
  window.location.href = NeueURL;
 }

if(window.location.href.substr(0,33) == "http://rofrisch.de/streckenkunde/")
 {
  var NeueURL = "http://www.streckenkun.de/" + window.location.href.substring(33,window.location.href.length);
  window.location.href = NeueURL;
 }

if(top.frames.length > 0 && window.location.href != "http://www.rofrisch.de/cards/streckenkunde.htm")
 {
  alert("Schön, daß Sie www.streckenkun.de besuchen möchten. \n \nDiese Homepage mag allerdings gar nicht gerne \neingesperrt sein in fremden Frame-Sets. \n \nDaher wird www.streckenkun.de nun im ganzen Fenster angezeigt.");
  top.location.href = self.location;
 }
