   <!--
   Normal1 = new Image(); 
   Normal1.src = "images/home.gif";
   Highlight1 = new Image(); 
   Highlight1.src = "images/home-hi.gif";

   Normal2 = new Image(); 
   Normal2.src = "images/wirueberuns.gif";
   Highlight2 = new Image(); 
   Highlight2.src = "images/wirueberuns-hi.gif";
   
   Normal3 = new Image(); 
   Normal3.src = "images/feuchtigkeit.gif";
   Highlight3 = new Image(); 
   Highlight3.src = "images/feuchtigkeit-hi.gif";
   
   Normal4 = new Image(); 
   Normal4.src = "images/schimmelfrei.gif";
   Highlight4 = new Image(); 
   Highlight4.src = "images/schimmelfrei-hi.gif";
   
   Normal5 = new Image(); 
   Normal5.src = "images/mikrowelle.gif";
   Highlight5 = new Image(); 
   Highlight5.src = "images/mikrowelle-hi.gif";
   
   Normal6 = new Image(); 
   Normal6.src = "images/thermografie.gif";
   Highlight6 = new Image(); 
   Highlight6.src = "images/thermografie-hi.gif";

   Normal7 = new Image(); 
   Normal7.src = "images/energieberatung.gif";
   Highlight7 = new Image(); 
   Highlight7.src = "images/energieberatung-hi.gif";

   Normal8 = new Image(); 
   Normal8.src = "images/taupunkt.gif";
   Highlight8 = new Image(); 
   Highlight8.src = "images/taupunkt-hi.gif";
  
   Normal9 = new Image(); 
   Normal9.src = "images/referenzen.gif";
   Highlight9 = new Image(); 
   Highlight9.src = "images/referenzen-hi.gif";

   Normal10 = new Image(); 
   Normal10.src = "images/links.gif";
   Highlight10 = new Image(); 
   Highlight10.src = "images/links-hi.gif";

   Normal11 = new Image(); 
   Normal11.src = "images/gaestebuch.gif";
   Highlight11 = new Image(); 
   Highlight11.src = "images/gaestebuch-hi.gif";
   
   Normal12 = new Image(); 
   Normal12.src = "images/kontakt.gif";
   Highlight12 = new Image(); 
   Highlight12.src = "images/kontakt-hi.gif";

   Normal16 = new Image(); 
   Normal16.src = "images/heizen.gif";
   Highlight16 = new Image(); 
   Highlight16.src = "images/heizen-hi.gif";
   
   Normal17 = new Image(); 
   Normal17.src = "images/news.gif";
   Highlight17 = new Image(); 
   Highlight17.src = "images/news-hi.gif";


   
   var lock = -1;
   blahgna = new Image();
   blahgna.src = Normal1.src;
   
   function Bildwechsel(Bildnr,Bildobjekt) {
        if ( lock != Bildnr ) {
         window.document.images[Bildnr].src = Bildobjekt.src;
         }
        }
   
   function Bildlock(Bildnr,Bildobjekt) {
    if ( lock != -1 ) {
         window.document.images[lock].src = blahgna.src;
        }
        blahgna.src = Bildobjekt.src;
        lock = Bildnr;
        }
   
   //-->   
