	
  
bittewaehlen = new Image(); 
bittewaehlen.src = "pic/menu/01_bitte_waehlen.gif";
  
bittewaehlenON = new Image(); 
bittewaehlenON.src = "pic/menu/01_bitte_waehlen_on.gif";	
  

klingmondon = new Image(); 
klingmondon.src = "pic/menu/02_kling-mondon.gif";
  
klingmondonON = new Image(); 
klingmondonON.src = "pic/menu/02_kling-mondon_on.gif";


praxisangebot = new Image(); 
praxisangebot.src = "pic/menu/03_praxisangebot.gif";
  
praxisangebotON = new Image(); 
praxisangebotON.src = "pic/menu/03_praxisangebot_on.gif";
  

besondere = new Image(); 
besondere.src = "pic/menu/04_besondere.gif";

besondereON = new Image(); 
besondereON.src = "pic/menu/04_besondere_on.gif";


naturheilkunde = new Image(); 
naturheilkunde.src = "pic/menu/05_naturheilkunde.gif";
  
naturheilkundeON = new Image(); 
naturheilkundeON.src = "pic/menu/05_naturheilkunde_on.gif";


psychosomatik = new Image(); 
psychosomatik.src = "pic/menu/06_psychosomatik.gif";
  
psychosomatikON = new Image(); 
psychosomatikON.src = "pic/menu/06_psychosomatik_on.gif";


wohlfuehlen = new Image(); 
wohlfuehlen.src = "pic/menu/07_wohlfuehlen.gif";
  
wohlfuehlenON = new Image(); 
wohlfuehlenON.src = "pic/menu/07_wohlfuehlen_on.gif";


anpatienten = new Image(); 
anpatienten.src = "pic/menu/08_an_patienten.gif";
  
anpatientenON = new Image(); 
anpatientenON.src = "pic/menu/08_an_patienten_on.gif";


fragen = new Image(); 
fragen.src = "pic/menu/09_fragen.gif";

fragenON = new Image(); 
fragenON.src = "pic/menu/09_fragen_on.gif";


fotogalerie = new Image(); 
fotogalerie.src = "pic/menu/10_fotogalerie.gif";

fotogalerieON = new Image(); 
fotogalerieON.src = "pic/menu/10_fotogalerie_on.gif";


kontakt = new Image(); 
kontakt.src = "pic/menu/11_kontakt.gif";

kontaktON = new Image(); 
kontaktON.src = "pic/menu/11_kontakt_on.gif";

termin = new Image(); 
termin.src = "pic/menu/12_termin.gif";
  
terminON = new Image(); 
terminON.src = "pic/menu/12_termin_on.gif";


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