<!--
browserName = navigator.appName;

browserVer = parseInt(navigator.appVersion);

if ((browserName = "Netscape" && browserVer >= 3) || (browserVer

>=4)) {

    version = "n3";

} else {

    version = "n2";

}

if (version == "n3") {

Normalbutton1 = new Image();             /* Erster Button */
Normalbutton1.src = "img/arrow.gif";
Highlightbutton1 = new Image();
Highlightbutton1.src = "img/arrow-o.gif";

Normalbutton2 = new Image();             /* 2ter Button */
Normalbutton2.src = "img/arrow.gif";
Highlightbutton2 = new Image();
Highlightbutton2.src = "img/arrow-o.gif";

Normalbutton3 = new Image();             /* 3ter Button */
Normalbutton3.src = "img/arrow_light.gif";
Highlightbutton3 = new Image();
Highlightbutton3.src = "img/arrow_light_o.gif";

Normalbutton4 = new Image();             /* 4ter Button */
Normalbutton4.src = "img/arrow_light.gif";
Highlightbutton4 = new Image();
Highlightbutton4.src = "img/arrow_light_o.gif";

Normalbutton5 = new Image();             /* 5ter Button */
Normalbutton5.src = "img/arrow_light.gif";
Highlightbutton5 = new Image();
Highlightbutton5.src = "img/arrow_light_o.gif";

Normalbutton6 = new Image();             /* 6ter Button */
Normalbutton6.src = "img/arrow.gif";
Highlightbutton6 = new Image();
Highlightbutton6.src = "img/arrow-o.gif";

Normalbutton7 = new Image();             /* 7ter Button */
Normalbutton7.src = "img/arrow.gif";
Highlightbutton7 = new Image();
Highlightbutton7.src = "img/arrow-o.gif";

Normalbutton8 = new Image();             /* 8ter Button */
Normalbutton8.src = "img/arrow.gif";
Highlightbutton8 = new Image();
Highlightbutton8.src = "img/arrow-o.gif";

}

function ion(Bildnr)

{

if (version=="n3") {

 window.document.images[Bildnr].src = eval("Highlight" +

Bildnr).src;

}
}

function ioff(Bildnr)

{

if (version=="n3") {

 window.document.images[Bildnr].src = eval("Normal" + Bildnr).src;

}
}



 function Spring1() {
    var welcherLink = document.Springen.URLs1.selectedIndex;
    document.Springen.URLs1.selectedIndex = "0";
    if(welcherLink > "0"){
       top.location.href = document.Springen.URLs1.options[welcherLink].value;
    }
 }
 
 function Spring2() {
    var welcherLink = document.Springen.URLs2.selectedIndex;
    document.Springen.URLs2.selectedIndex = "0";
    if(welcherLink > "0"){
       top.location.href = document.Springen.URLs2.options[welcherLink].value;
    }
 }
 
 function Spring3() {
    var welcherLink = document.Springen.URLs3.selectedIndex;
    document.Springen.URLs3.selectedIndex = "0";
    if(welcherLink > "0"){
       top.location.href = document.Springen.URLs3.options[welcherLink].value;
    }
 }

//-->
