/* --------------------------- senkrechte  Leiste Anfang --------------- */
  Normal1 = new Image(); 
  Normal1.src = "graphik/buttsenk/abutt001rbe.jpg"; 
  Highlight1 = new Image(); 
  Highlight1.src = "graphik/buttsenk/abutt002be.jpg"; 
  
  Normal2 = new Image(); 
  Normal2.src = "graphik/buttsenk/abutt001rbe.jpg";
  Highlight2 = new Image(); 
  Highlight2.src = "graphik/buttsenk/abutt002be.jpg"; 
  
  Normal3 = new Image(); 
  Normal3.src = "graphik/buttsenk/abutt001rbe.jpg"; 
  Highlight3 = new Image(); 
  Highlight3.src = "graphik/buttsenk/abutt002be.jpg";
 
  Normal4 = new Image(); 
  Normal4.src = "graphik/buttsenk/abutt001rbe.jpg"; 
  Highlight4 = new Image(); 
  Highlight4.src = "graphik/buttsenk/abutt002be.jpg"; 
  
  Normal5 = new Image(); 
  Normal5.src = "graphik/buttsenk/abutt001rbe.jpg"; 
  Highlight5 = new Image(); 
  Highlight5.src = "graphik/buttsenk/abutt002be.jpg";
  
  Normal6 = new Image(); 
  Normal6.src = "graphik/buttsenk/abutt001rbe.jpg"; 
  Highlight6 = new Image(); 
  Highlight6.src = "graphik/buttsenk/abutt002be.jpg";
 
  Normal7 = new Image(); 
  Normal7.src = "graphik/buttsenk/abutt001rbe.jpg"; 
  Highlight7 = new Image(); 
  Highlight7.src = "graphik/buttsenk/abutt002be.jpg"; 
  
  Normal8 = new Image(); 
  Normal8.src = "graphik/buttsenk/abutt001rbe.jpg"; 
  Highlight8 = new Image(); 
  Highlight8.src = "graphik/buttsenk/abutt002be.jpg";
  
   /* ----------  Ende senkrechte Leiste ende  -----------------*/ 

  /* --------------------------- waagerechte Leiste Anfang ---------- */
  Normals1 = new Image(); 
  Normals1.src = "graphik/butt/buttonkl201hsg.png"; 
  Highlights1 = new Image(); 
  Highlights1.src = "graphik/butt/buttonkl201hrg.png"; 
  
  Normals2 = new Image(); 
  Normals2.src = "graphik/butt/buttonkl201wsg.png";
  Highlights2 = new Image(); 
  Highlights2.src = "graphik/butt/buttonkl201wrg.png"; 
  
  Normals3 = new Image(); 
  Normals3.src = "graphik/butt/buttonkl201ksg.png"; 
  Highlights3 = new Image(); 
  Highlights3.src = "graphik/butt/buttonkl201krg.png";
 
  Normals4 = new Image(); 
  Normals4.src = "graphik/butt/buttonkl201isg.png"; 
  Highlights4 = new Image(); 
  Highlights4.src = "graphik/butt/buttonkl201irg.png"; 
  
  Normals5 = new Image(); 
  Normals5.src = "graphik/butt/buttonkl201asg.png"; 
  Highlights5 = new Image(); 
  Highlights5.src = "graphik/butt/buttonkl201arg.png";
    
  
  function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }
  