if (document.images)
{
 praxisoff = new Image();
 praxisoff.src = "grafik/praxis_butt.gif"
 praxison = new Image();
 praxison.src = "grafik/praxis_butt_over.gif"
 angebotoff = new Image();
 angebotoff.src = "grafik/angebot_butt.gif"
 angeboton = new Image();
 angeboton.src = "grafik/angebot_butt_over.gif"
 therapieoff = new Image();
 therapieoff.src = "grafik/therapie_butt.gif"
 therapieon = new Image();
 therapieon.src = "grafik/therapie_butt_over.gif"
 konditionenoff = new Image();
 konditionenoff.src = "grafik/konditionen_butt.gif"
 konditionenon = new Image();
 konditionenon.src = "grafik/konditionen_butt_over.gif"
 gerlindeoff = new Image();
 gerlindeoff.src = "grafik/gerlinde_butt.gif"
 gerlindeon = new Image();
 gerlindeon.src = "grafik/gerlinde_butt_over.gif"
 anfahrtoff = new Image();
 anfahrtoff.src = "grafik/anfahrt_butt.gif"
 anfahrton = new Image();
 anfahrton.src = "grafik/anfahrt_butt_over.gif"
 kontaktoff = new Image();
 kontaktoff.src = "grafik/kontakt_butt.gif"
 kontakton = new Image();
 kontakton.src = "grafik/kontakt_butt_over.gif"
 impressumoff = new Image();
 impressumoff.src = "grafik/impressum_butt.gif"
 impressumon = new Image();
 impressumon.src = "grafik/impressum_butt_over.gif"
}
function On(imageName)
{
 if (document.images)
 {
  document[imageName].src = eval(imageName+"on.src");
 }
}
function Off(imageName)
{
 if (document.images)
 {
  document[imageName].src = eval(imageName+"off.src");
 }
}

