	Normal1 = new Image(); 
    Normal1.src = "navi/img/winterurlaub.gif";
    Highlight1 = new Image(); 
    Highlight1.src = "navi/img/winterurlaub1.gif";
        
	Normal2 = new Image(); 
    Normal2.src = "navi/img/sommerurlaub.gif";
    Highlight2 = new Image(); 
    Highlight2.src = "navi/img/sommerurlaub1.gif";
	
	Normal3 = new Image(); 
	Normal3.src = "navi/img/wohnen.gif";
    Highlight3 = new Image(); 
    Highlight3.src = "navi/img/wohnen1.gif";
	
	Normal4 = new Image(); 
	Normal4.src = "navi/img/lage.gif";
    Highlight4 = new Image(); 
    Highlight4.src = "navi/img/lage1.gif";
			
	Normal5 = new Image(); 
	Normal5.src = "navi/img/service.gif";
    Highlight5 = new Image(); 
    Highlight5.src = "navi/img/service1.gif";
	
	Normal6 = new Image(); 
	Normal6.src = "navi/img/kontakt.gif";
    Highlight6 = new Image(); 
    Highlight6.src = "navi/img/kontakt1.gif";
	
	Normal7 = new Image(); 
	Normal7.src = "navi/img/ansichten.gif";
    Highlight7 = new Image(); 
    Highlight7.src = "navi/img/ansichten1.gif";
	
	Normal8 = new Image(); 
	Normal8.src = "navi/img/impressum.gif";
    Highlight8 = new Image(); 
    Highlight8.src = "navi/img/impressum1.gif";
	
function Bildwechsel(Bildnr,Bildobjekt)
    {
     window.document.images[Bildnr].src = Bildobjekt.src;
    }