Normal9 = new Image();
Normal9.src = "header/arrrow_1.gif";
Highlight9 = new Image();
Highlight9.src = "header/arrrow_1_black.gif"; 

Normal10 = new Image();
Normal10.src = "header/arrrow_2.gif";
Highlight10 = new Image();
Highlight10.src = "header/arrrow_2_black.gif"; 

Normal11 = new Image();
Normal11.src = "header/arrrow_3.gif";
Highlight11 = new Image();
Highlight11.src = "header/arrrow_3_black.gif"; 

Normal12 = new Image();
Normal12.src = "header/arrrow_4.gif";
Highlight12 = new Image();
Highlight12.src = "header/arrrow_4_black.gif"; 

Normal13 = new Image();
Normal13.src = "header/arrrow_5.gif";
Highlight13 = new Image();
Highlight13.src = "header/arrrow_5_black.gif"; 

Normal15 = new Image();
Normal15.src = "header/eye_icon.jpg";
Highlight15 = new Image();
Highlight15.src = "header/eye_icon_grey.gif"; 

Normal16 = new Image();
Normal16.src = "header/ear_icon.jpg";
Highlight16 = new Image();
Highlight16.src = "header/ear_icon_grey.gif"; 

Normal17 = new Image();
Normal17.src = "header/mouth_icon.jpg";
Highlight17 = new Image();
Highlight17.src = "header/mouth_icon_grey.gif"; 

Normal18 = new Image();
Normal18.src = "header/hand_icon.jpg";
Highlight18 = new Image();
Highlight18.src = "header/hand_icon_grey.gif"; 

Normal19 = new Image();
Normal19.src = "header/chip_icon.jpg";
Highlight19 = new Image();
Highlight19.src = "header/chip_icon_grey.gif"; 


function Bildwechsledich (Bildnr,Bildobjekt)
{
window.document.images[Bildnr].src = Bildobjekt.src;
}
