    <!--
if (navigator.appVersion.indexOf("2.") != -1){
        check = false;
        }
if ((navigator.appVersion.indexOf("3.") != -1) && (navigator.appName.indexOf("Explorer") != -1)){
        check = false;
        }
else {
        check = true;
        }
if (check == true){



    
    Normal1 = new Image();
    Normal1.src = "images/selcthome.gif"; 

   
    Normal2 = new Image();
    Normal2.src = "images/selctwir.gif"; 


    Normal3 = new Image(); 
    Normal3.src = "images/selctprodukte.gif"; 


    Normal4 = new Image(); 
    Normal4.src = "images/selctkontakt.gif"; 


    Normal5 = new Image(); 
    Normal5.src = "images/selctimpressum.gif"; 

       
  }

    function Wechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }



            
            

 //-->
