﻿// Java-Script				
Normal1 = new Image();
Normal1.src = "button1.jpg";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "button1h.jpg"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "button2.jpg";     
Highlight2 = new Image();
Highlight2.src = "button2h.jpg";

Normal3 = new Image();
Normal3.src = "button3.jpg";     
Highlight3 = new Image();
Highlight3.src = "button3h.jpg"; 

Normal4 = new Image();
Normal4.src = "button4.jpg";     
Highlight4 = new Image();
Highlight4.src = "button4h.jpg";

Normal5 = new Image();
Normal5.src = "button5.jpg";     
Highlight5 = new Image();
Highlight5.src = "button5h.jpg"; 

Normal6 = new Image();
Normal6.src = "button6.jpg";     
Highlight6 = new Image();
Highlight6.src = "button6h.jpg"; 

Normal7 = new Image();
Normal7.src = "button7.jpg";     
Highlight7 = new Image();
Highlight7.src = "button7h.jpg"; 

Normal8 = new Image();
Normal8.src = "button8.jpg";    
Highlight8 = new Image();
Highlight8.src = "button8h.jpg"; 

Normal9 = new Image();
Normal9.src = "button9.jpg";     
Highlight9 = new Image();
Highlight9.src = "button9h.jpg"; 

Normal10 = new Image();
Normal10.src = "button10.jpg";   
Highlight10 = new Image();
Highlight10.src = "button10h.jpg"; 

Normal11 = new Image();
Normal11.src = "button11.jpg";   
Highlight11 = new Image();
Highlight11.src = "button11h.jpg"; 

Normal12 = new Image();
Normal12.src = "button12.jpg";   
Highlight12 = new Image();
Highlight12.src = "button12h.jpg"; 

Normal13 = new Image();
Normal13.src = "button13.jpg";   
Highlight13 = new Image();
Highlight13.src = "button13h.jpg"; 

Normal14 = new Image();
Normal14.src = "button14.jpg";   
Highlight14 = new Image();
Highlight14.src = "button14h.jpg"; 


function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}