<!--

//Zugriff auf Dokumenttitel zum Erkennen der aktuell ausgewählten Sprache
   function gallery(){
    var titel       = this.document.title.substr(7,8);
    
    if(titel == "Galerie:"){
      var Sprache = "Deutsch";}
    if(titel == "Gallery:"){
      var Sprache = "Englisch";}
      
    document.gallery.language.value   = Sprache;  
    self.name = document.gallery.language.value; 
}

//Zugriff auf globale Variable in neuem Dokument
  function gallery2(){
        document.gallery.language.value = self.name;
//      alert(self.name);
}

//Zuordnung des richtigen Links beim Zurückspringen aus der Gallerie
  function gallery01(){
  
     if(self.name == "Deutsch")
        window.location.href = "../../index_gallery01.htm";
     if(self.name == "Englisch")
        window.location.href = "../../eng_index_gallery01.htm";
} 

  function gallery02(){
  
     if(self.name == "Deutsch")
        window.location.href = "../../index_gallery02.htm";
     if(self.name == "Englisch")
        window.location.href = "../../eng_index_gallery02.htm";
}   

  function gallery03(){
  
     if(self.name == "Deutsch")
        window.location.href = "../../index_gallery03.htm";
     if(self.name == "Englisch")
        window.location.href = "../../eng_index_gallery03.htm";
}   

 function gallery04(){
  
     if(self.name == "Deutsch")
        window.location.href = "../../index_gallery04.htm";
     if(self.name == "Englisch")
        window.location.href = "../../eng_index_gallery04.htm";
}   

 function gallery05(){
  
     if(self.name == "Deutsch")
        window.location.href = "../../index_gallery05.htm";
     if(self.name == "Englisch")
        window.location.href = "../../eng_index_gallery05.htm";
}  

 function gallery06(){
  
     if(self.name == "Deutsch")
        window.location.href = "../../index_gallery06.htm";
     if(self.name == "Englisch")
        window.location.href = "../../eng_index_gallery06.htm";
}

 function gallery07(){
  
     if(self.name == "Deutsch")
        window.location.href = "../../index_gallery07.htm";
     if(self.name == "Englisch")
        window.location.href = "../../eng_index_gallery07.htm";
}

 function gallery08(){
  
     if(self.name == "Deutsch")
        window.location.href = "../../index_gallery08.htm";
     if(self.name == "Englisch")
        window.location.href = "../../eng_index_gallery08.htm";
}
//-->

