
Normal1 = new Image();
Normal1.src = "home.jpg"; /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "home2.jpg"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "DieScheune.jpg"; /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "DieScheune2.jpg"; /* zweite Highlight-Grafik */

Normal3 = new Image();
Normal3.src = "Kultur.jpg"; 
Highlight3 = new Image();
Highlight3.src = "Kultur2.jpg"; 

Normal4 = new Image();
Normal4.src = "Empfehlungen.jpg"; 
Highlight4 = new Image();
Highlight4.src = "Empfehlungen2.jpg"; 

Normal5 = new Image();
Normal5.src = "Grundriss.jpg"; 
Highlight5 = new Image();
Highlight5.src = "Grundriss2.jpg"; 

Normal6 = new Image();
Normal6.src = "Anfahrt.jpg"; 
Highlight6 = new Image();
Highlight6.src = "Anfahrt2.jpg"; 

Normal7 = new Image();
Normal7.src = "Kontakt.jpg"; 
Highlight7 = new Image();
Highlight7.src = "Kontakt2.jpg"; 

Normal8 = new Image();
Normal8.src = "Impressum.jpg"; 
Highlight8 = new Image();
Highlight8.src = "Impressum2.jpg";

function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}
function FrameAendern (URI, Framename) {
  parent[Framename].location.href = URI;
}


