Normal_start= new Image();
Normal_start.src = "images/startseite.gif";     /* start */
Highlight_start = new Image();
Highlight_start.src = "images/startseite_aktiv.gif"; 

Normal_philo= new Image();
Normal_philo.src = "images/philosophie.gif";     /* 1 philosophie */
Highlight_philo = new Image();
Highlight_philo.src = "images/philosophie_aktiv.gif"; 

Normal_leistungen= new Image();
Normal_leistungen.src = "images/leistungen.gif";     /* 2 leistungen */
Highlight_leistungen = new Image();
Highlight_leistungen.src = "images/leistungen_aktiv.gif"; 

Normal_kooperationspartner= new Image();
Normal_kooperationspartner.src = "images/kooperationspartner.gif";     /* 3 Kooperationen */
Highlight_kooperationspartner = new Image();
Highlight_kooperationspartner.src = "images/kooperationspartner_aktiv.gif"; 

Normal_referenzkunden= new Image();
Normal_referenzkunden.src = "images/referenzkunden.gif";     /* 4 referenzkunden */
Highlight_referenzkunden = new Image();
Highlight_referenzkunden.src = "images/referenzkunden_aktiv.gif"; 

Normal_karriere= new Image();
Normal_karriere.src = "images/karriere.gif";     /* 5 karriere */
Highlight_karriere = new Image();
Highlight_karriere.src = "images/karriere_aktiv.gif"; 

Normal_kontakt= new Image();
Normal_kontakt.src = "images/kontakt.gif";     /* 6 Kontakt */
Highlight_kontakt = new Image();
Highlight_kontakt.src = "images/kontakt_aktiv.gif"; 

function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}

