Normal1 = new Image(); 
Normal1.src = "images/1.jpg";

Highlight1 = new Image();
Highlight1.src = "images/blanko.gif";

Normal2 = new Image(); 
Normal2.src = "images/2.jpg";

Highlight2 = new Image();
Highlight2.src = "images/blanko.gif";

Normal3 = new Image(); 
Normal3.src = "images/3.jpg";

Highlight3 = new Image();
Highlight3.src = "images/blanko.gif";

Normal4 = new Image(); 
Normal4.src = "images/4.jpg";

Highlight4 = new Image();
Highlight4.src = "images/blanko.gif";

Normal5 = new Image(); 
Normal5.src = "images/5.jpg";

Highlight5 = new Image();
Highlight5.src = "images/blanko.gif";

Normal6 = new Image(); 
Normal6.src = "images/6.jpg";

Highlight6 = new Image();
Highlight6.src = "images/blanko.gif";

Normal7 = new Image(); 
Normal7.src = "images/7.jpg";

Highlight7 = new Image();
Highlight7.src = "images/blanko.gif";

Normal8 = new Image(); 
Normal8.src = "images/8.jpg";

Highlight8 = new Image();
Highlight8.src = "images/blanko.gif";

Normal9 = new Image(); 
Normal9.src = "images/9.jpg";

Highlight9 = new Image();
Highlight9.src = "images/blanko.gif";

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

