Normal1 = new Image();
Normal1.src = "img/gruppe1.jpg";  
Highlight1 = new Image();
Highlight1.src = "img/gruppe2.jpg"; 

Normal2 = new Image();
Normal2.src = "img/kont_1.jpg";     
Highlight2 = new Image();
Highlight2.src = "img/kont_2.jpg"; 

Normal3 = new Image();
Normal3.src = "img/presse1.jpg";     
Highlight3 = new Image();
Highlight3.src = "img/presse2.jpg"; 

Normal4 = new Image();
Normal4.src = "img/hoer1.jpg"; 
Highlight4 = new Image();
Highlight4.src = "img/hoer2.jpg";

Normal5 = new Image();
Normal5.src = "img/termine1.jpg"; 
Highlight5 = new Image();
Highlight5.src = "img/termine2.jpg";

Normal6 = new Image();
Normal6.src = "img/d_load1.jpg"; 
Highlight6 = new Image();
Highlight6.src = "img/d_load2.jpg";

Normal7 = new Image();
Normal7.src = "img/links1.jpg"; 
Highlight7 = new Image();
Highlight7.src = "img/links2.jpg";

Normal8 = new Image();
Normal8.src = "img/haus1.jpg"; 
Highlight8 = new Image();
Highlight8.src = "img/haus2.jpg";

Normal9 = new Image();
Normal9.src = "img/hoer2.jpg"; 
Highlight9 = new Image();
Highlight9.src = "img/hoer1.jpg";


function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}
