
Normal1 = new Image();
Normal1.src = "images/yoga_lo.gif";     
Highlight1 = new Image();
Highlight1.src = "images/yoga_hi.gif"; 


Normal2 = new Image();
Normal2.src = "images/ueber_mich_lo.gif";     
Highlight2 = new Image();
Highlight2.src = "images/ueber_mich_hi.gif"; 

Normal3 = new Image();
Normal3.src = "images/yogastunden_lo.gif";     
Highlight3 = new Image();
Highlight3.src = "images/yogastunden_hi.gif"; 

Normal4 = new Image();
Normal4.src = "images/massagen_lo.gif";     
Highlight4 = new Image();
Highlight4.src = "images/massagen_hi.gif"; 

Normal5 = new Image();
Normal5.src = "images/fotos_lo.gif";     
Highlight5 = new Image();
Highlight5.src = "images/fotos_hi.gif"; 

Normal6 = new Image();
Normal6.src = "images/kontakt_lo.gif";     
Highlight6 = new Image();
Highlight6.src = "images/kontakt_hi.gif"; 





function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}
