<!---

Normal1 = new Image();
Normal1.src = "img/global.gif";     
Highlight1 = new Image();
Highlight1.src = "img/global_hl.gif"; 

Normal2 = new Image();
Normal2.src = "img/hausv.gif";     
Highlight2 = new Image();
Highlight2.src = "img/hausv_hl.gif";

Normal3 = new Image();
Normal3.src = "img/imm.gif";     
Highlight3 = new Image();
Highlight3.src = "img/imm_hl.gif"; 

Normal4 = new Image();
Normal4.src = "img/angebote.gif";     
Highlight4 = new Image();
Highlight4.src = "img/angebote_hl.gif";

Normal5 = new Image();
Normal5.src = "img/kontakt.gif";     
Highlight5 = new Image();
Highlight5.src = "img/kontakt_hl.gif"; 

Normal6 = new Image();
Normal6.src = "img/form.gif";     
Highlight6 = new Image();
Highlight6.src = "img/form_hl.gif"; 

Normal7 = new Image();
Normal7.src = "img/kl.gif";     
Highlight7 = new Image();
Highlight7.src = "img/kl_hl.gif"; 


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



//-->


