Normal1 = new Image();
Normal1.src = "team/peterk.jpg";
Highlight1 = new Image();
Highlight1.src = "team/peterkb.jpg";

Normal2 = new Image();
Normal2.src = "team/mariok.jpg";
Highlight2 = new Image();
Highlight2.src = "team/mariokb.jpg";

Normal3 = new Image();
Normal3.src = "team/reinholdk.jpg";
Highlight3 = new Image();
Highlight3.src = "team/reinholdkb.jpg";

Normal4 = new Image();
Normal4.src = "team/tanja.jpg";
Highlight4 = new Image();
Highlight4.src = "team/tanjakb.jpg";


Normal5 = new Image();
Normal5.src = "img/fassade1.jpg";
Highlight5 = new Image();
Highlight5.src = "img/markise1.jpg";

Normal6 = new Image();
Normal6.src = "img/fassade1.jpg";
Highlight6 = new Image();
Highlight6.src = "img/banner1.jpg";

Normal7 = new Image();
Normal7.src = "img/fassade1.jpg";
Highlight7 = new Image();
Highlight7.src = "img/eingang1.jpg";

Normal8 = new Image();
Normal8.src = "img/fassade1.jpg";
Highlight8 = new Image();
Highlight8.src = "img/auslage1.jpg";


Normal9 = new Image();
Normal9.src = "img/fassade1.jpg";
Highlight9 = new Image();
Highlight9.src = "img/ausstellung1.jpg";


Normal10 = new Image();
Normal10.src = "img/fassade1.jpg";
Highlight10 = new Image();
Highlight10.src = "img/fassade1.jpg";

Normal11 = new Image();
Normal11.src = "img/senseview.jpg";
Highlight11 = new Image();
Highlight11.src = "img/senseview01.jpg";

Highlight12 = new Image();
Highlight12.src = "img/messung.jpg";

Highlight13 = new Image();
Highlight13.src = "img/geraet.jpg";

Highlight14 = new Image();
Highlight14.src = "img/werkstatt.jpg";

Highlight15 = new Image();
Highlight15.src = "img/bedienung.jpg";

function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}