Normal1 = new Image();
Normal1.src = "images/home_off.gif";
Highlight1 = new Image();
Highlight1.src = "images/home_on.gif";

Normal2 = new Image();
Normal2.src = "images/uber_den_Tower_off.gif";
Highlight2 = new Image();
Highlight2.src = "images/uber_den_Tower_on.gif";

Normal3 = new Image();
Normal3.src = "images/wichtige_info_off.gif";
Highlight3 = new Image();
Highlight3.src = "images/wichtige_info_on.gif";

Normal4 = new Image();
Normal4.src = "images/das_ist_neu_off.gif";
Highlight4 = new Image();
Highlight4.src = "images/das_ist_neu_on.gif";

Normal5 = new Image();
Normal5.src = "images/das_ist_in_planung_off.gif";
Highlight5 = new Image();
Highlight5.src = "images/das_ist_in_planung_on.gif";

Normal6 = new Image();
Normal6.src = "images/danke_an_off.gif";
Highlight6 = new Image();
Highlight6.src = "images/danke_an_on.gif";

Normal7 = new Image();
Normal7.src = "images/download_off.gif";
Highlight7 = new Image();
Highlight7.src = "images/download_on.gif";

Normal8 = new Image();
Normal8.src = "images/tutorials_off.gif";
Highlight8 = new Image();
Highlight8.src = "images/tutorials_on.gif";

Normal9 = new Image();
Normal9.src = "images/blender_off.gif";
Highlight9 = new Image();
Highlight9.src = "images/blender_on.gif";

Normal10 = new Image();
Normal10.src = "images/chat_off.gif";
Highlight10 = new Image();
Highlight10.src = "images/chat_on.gif";

Normal11 = new Image();
Normal11.src = "images/gastebuch_off.gif";
Highlight11 = new Image();
Highlight11.src = "images/gastebuch_on.gif";

Normal12 = new Image();
Normal12.src = "images/plakatwand_off.gif";
Highlight12 = new Image();
Highlight12.src = "images/plakatwand_on.gif";

Normal13 = new Image();
Normal13.src = "images/impressum_off.gif";
Highlight13 = new Image();
Highlight13.src = "images/impressum_on.gif";

Normal14 = new Image();
Normal14.src = "images/arbeitsamt_off.gif";
Highlight14 = new Image();
Highlight14.src = "images/arbeitsamt_on.gif";

Normal15 = new Image();
Normal15.src = "images/jobpilot_off.gif";
Highlight15 = new Image();
Highlight15.src = "images/jobpilot_on.gif";

Normal16 = new Image();
Normal16.src = "images/suchnase_off.gif";
Highlight16 = new Image();
Highlight16.src = "images/suchnase_on.gif";

Normal17 = new Image();
Normal17.src = "images/yahoo_off.gif";
Highlight17 = new Image();
Highlight17.src = "images/yahoo_on.gif";

Normal18 = new Image();
Normal18.src = "images/google_off.gif";
Highlight18 = new Image();
Highlight18.src = "images/google_on.gif";

Normal19 = new Image();
Normal19.src = "images/web_de_off.gif";
Highlight19 = new Image();
Highlight19.src = "images/web_de_on.gif";

Normal20= new Image();
Normal20.src = "images/multimeta_off.gif";
Highlight20 = new Image();
Highlight20.src = "images/multimeta_on.gif";

Normal21= new Image();
Normal21.src = "images/cam_off.gif";
Highlight21 = new Image();
Highlight21.src = "images/cam_on.gif";

Normal22= new Image();
Normal22.src = "images/wer_liefert_was_off.gif";
Highlight22 = new Image();
Highlight22.src = "images/wer_liefert_was_on.gif";

Normal23= new Image();
Normal23.src = "images/preisvergleich_off.gif";
Highlight23 = new Image();
Highlight23.src = "images/preisvergleich_on.gif";

Normal24= new Image();
Normal24.src = "images/stiftung_warentest_off.gif";
Highlight24 = new Image();
Highlight24.src = "images/stiftung_warentest_on.gif";

Normal25= new Image();
Normal25.src = "images/jugendschutzgesetz_off.gif";
Highlight25 = new Image();
Highlight25.src = "images/jugendschutzgesetz_on.gif";

Normal26= new Image();
Normal26.src = "images/keine_gewalt_off.gif";
Highlight26 = new Image();
Highlight26.src = "images/keine_gewalt_on.gif";

Normal27= new Image();
Normal27.src = "images/aids_off.gif";
Highlight27 = new Image();
Highlight27.src = "images/aids_on.gif";

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