
Normal1 = new Image();
Normal1.src = "grafiken/button/button-start.gif";     
Highlight1 = new Image();
Highlight1.src = "grafiken/button/button-start-2.gif"; 

Normal2 = new Image();
Normal2.src = "grafiken/button/button-topangebot.gif";     
Highlight2 = new Image();
Highlight2.src = "grafiken/button/button-topangebot-2.gif"; 

Normal3 = new Image();
Normal3.src = "grafiken/button/button-verkauf.gif";     
Highlight3 = new Image();
Highlight3.src = "grafiken/button/button-verkauf-2.gif"; 

Normal4 = new Image();
Normal4.src = "grafiken/button/button-vermietung.gif";     
Highlight4 = new Image();
Highlight4.src = "grafiken/button/button-vermietung-2.gif"; 

Normal5 = new Image();
Normal5.src = "grafiken/button/button-mietung.gif";     
Highlight5 = new Image();
Highlight5.src = "grafiken/button/button-mietung-2.gif"; 

Normal6 = new Image();
Normal6.src = "grafiken/button/button-kaufgesuche.gif";     
Highlight6 = new Image();
Highlight6.src = "grafiken/button/button-kaufgesuche-2.gif"; 

Normal7 = new Image();
Normal7.src = "grafiken/button/button-impressum.gif";     
Highlight7 = new Image();
Highlight7.src = "grafiken/button/button-impressum-2.gif"; 

Normal8 = new Image();
Normal8.src = "grafiken/button/button-kontakt.gif";     
Highlight8 = new Image();
Highlight8.src = "grafiken/button/button-kontakt-2.gif"; 

Normal9 = new Image();
Normal9.src = "grafiken/button/button-links.gif";     
Highlight9 = new Image();
Highlight9.src = "grafiken/button/button-links-2.gif"; 

function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}


