Normal1 = new Image();
Normal1.src = "./src/button1.jpg";     
Highlight1 = new Image();
Highlight1.src = "./src/button1h.jpg";  

Normal2 = new Image();
Normal2.src = "./src/button2.jpg";     
Highlight2 = new Image();
Highlight2.src = "./src/button2h.jpg"; 

Normal3 = new Image();
Normal3.src = "./src/button3.jpg";      
Highlight3 = new Image();
Highlight3.src = "./src/button3h.jpg";  

Normal4 = new Image();
Normal4.src = "./src/button4.jpg";      
Highlight4 = new Image();
Highlight4.src = "./src/button4h.jpg";  

Normal5 = new Image();
Normal5.src = "./src/button5.jpg";     
Highlight5 = new Image();
Highlight5.src = "./src/button5h.jpg";

Normal6 = new Image();
Normal6.src = "./src/button6.jpg";     
Highlight6 = new Image();
Highlight6.src = "./src/button6h.jpg"; 

Normal7 = new Image();
Normal7.src = "./src/button7.jpg";     
Highlight7 = new Image();
Highlight7.src = "./src/button7h.jpg";

Normal8 = new Image();
Normal8.src = "./src/button8.jpg";     
Highlight8 = new Image();
Highlight8.src = "./src/button8h.jpg";

Normal9 = new Image();
Normal9.src = "./src/button9.jpg";     
Highlight9 = new Image();
Highlight9.src = "./src/button9h.jpg";

Normal10 = new Image();
Normal10.src = "./src/button10.jpg";     
Highlight10 = new Image();
Highlight10.src = "./src/button10h.jpg";

Normal11 = new Image();
Normal11.src = "./src/button11.jpg";     
Highlight11 = new Image();
Highlight11.src = "./src/button11h.jpg";     



function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}