// JavaScript Document

Normal1 = new Image();
Normal1.src = "img/menu/ueber_mich_01.jpg";
Highlight1 = new Image();
Highlight1.src = "img/menu/ueber_mich_02.jpg";

Normal2 = new Image();
Normal2.src = "img/menu/visagistik_01.jpg";
Highlight2 = new Image();
Highlight2.src = "img/menu/visagistik_02.jpg";

Normal3 = new Image();
Normal3.src = "img/menu/hochzeit_01.jpg";
Highlight3 = new Image();
Highlight3.src = "img/menu/hochzeit_02.jpg";

Normal4 = new Image();
Normal4.src = "img/menu/typ_stil_01.jpg";
Highlight4 = new Image();
Highlight4.src = "img/menu/typ_stil_02.jpg";

Normal5 = new Image();
Normal5.src = "img/menu/shootings_01.jpg";
Highlight5 = new Image();
Highlight5.src = "img/menu/shootings_02.jpg";

Normal6 = new Image();
Normal6.src = "img/menu/party_01.jpg";
Highlight6 = new Image();
Highlight6.src = "img/menu/party_02.jpg";

Normal7 = new Image();
Normal7.src = "img/menu/galerie_01.jpg";
Highlight7 = new Image();
Highlight7.src = "img/menu/galerie_02.jpg";

Normal8 = new Image();
Normal8.src = "img/menu/referenzen_01.jpg";
Highlight8 = new Image();
Highlight8.src = "img/menu/referenzen_02.jpg";

Normal9 = new Image();
Normal9.src = "img/menu/kontakt_01.jpg";
Highlight9 = new Image();
Highlight9.src = "img/menu/kontakt_02.jpg";

Normal10 = new Image();
Normal10.src = "img/menu/shop_01.jpg";
Highlight10 = new Image();
Highlight10.src = "img/menu/shop_02.jpg";


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



