/* java2.js */

/* ------------------------------------------------------------ */
/* javascript-Einstellungen fuer taelon-bibliothek.de           */
/* Fanfiction-Unterordner                                       */
/* Copyright 2000-2004 by Sky                                   */
/* Letzte Aktualisierung: 1. August, 2004.                      */
/* ------------------------------------------------------------ */


/* Zeilen wie diese, die mit Schraegstrich und Stern beginnen   */
/* und mit Stern und Schraegstrich enden, sind Kommentarzeilen. */
/* Oberhalb jedes Befehls steht im Kasten eine Kurzerklaerung   */


/* ------------------------------------------------------------ */
/* Befehl fuer Aufhebung aller uebergeordneter Frames           */
/* HTML-Datei erscheint niemals in einem anderen Frame          */
/* ------------------------------------------------------------ */

        if(top.frames.length > 0)
        top.location.href=self.location;


/* ------------------------------------------------------------ */
/* Navigatorleiste am Dateianfang                               */
/* Definition von Bild-Paaren + Wechsel-Funktion                */ 
/* ------------------------------------------------------------ */

  Normal1 = new Image();   Normal1.src = "../../images/l-bibliothek.gif"; 
  Blau1 = new Image();     Blau1.src = "../../images/l-bibliothek-b.gif"; 

  Normal2 = new Image();   Normal2.src = "../../images/l-update.gif"; 
  Blau2 = new Image();     Blau2.src = "../../images/l-update-b.gif"; 

  Normal3 = new Image();   Normal3.src = "../../images/l-stories.gif";
  Blau3 = new Image();     Blau3.src = "../../images/l-stories-b.gif";

  Normal4 = new Image();   Normal4.src = "../../images/l-kategorien.gif"; 
  Blau4 = new Image();     Blau4.src = "../../images/l-kategorien-b.gif"; 

  Normal5 = new Image();   Normal5.src = "../../images/l-bilder.gif"; 
  Blau5 = new Image();     Blau5.src = "../../images/l-bilder-b.gif"; 

  Normal6 = new Image();   Normal6.src = "../../images/l-forum.gif"; 
  Blau6 = new Image();     Blau6.src = "../../images/l-forum-b.gif"; 

  Normal7 = new Image();   Normal7.src = "../../images/l-links.gif";
  Blau7 = new Image();     Blau7.src = "../../images/l-links-b.gif"; 

  Normal8 = new Image();   Normal8.src = "../../images/l-hilfe.gif"; 
  Blau8 = new Image();     Blau8.src = "../../images/l-hilfe-b.gif"; 

  Normal9 = new Image();   Normal9.src = "../../images/l-kontakt.gif"; 
  Blau9 = new Image();     Blau9.src = "../../images/l-kontakt-b.gif"; 

  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }
 


/* Ende der Einstellungen */
