    Normal1 = new Image(); 
    Normal1.src = "button/kopf-7.gif"; /* Hier erste Standard-Grafik angeben */
    Highlight1 = new Image(); 
    Highlight1.src = "button/kopf-8.gif"; /* Hier erste Highlight-Grafik angeben */
    
   

    function Bildwechsel(Bildnr,Bildobjekt)
    {
   window.document.images[1].src = Normal1.src;
   window.document.images[3].src = Normal1.src;
   window.document.images[5].src = Normal1.src;
   window.document.images[7].src = Normal1.src;
   window.document.images[9].src = Normal1.src;
   window.document.images[11].src = Normal1.src;
   window.document.images[13].src = Normal1.src;
   window.document.images[15].src = Normal1.src;
   window.document.images[17].src = Normal1.src;
   window.document.images[Bildnr].src = Bildobjekt.src;
}
 
 
  function Bildwechsel1(Bildnr,Bildobjekt)
 {
      if (top.frames.length == 0)
      top.location.href = "index.htm";
      else
      parent.uebersicht.Bildwechsel(Bildnr,Bildobjekt);
 }



