<!--
if (document.images) {
  
  img1 = new Image();
  img1.src = "images/home/text-willkommen.gif";

  img2 = new Image();
  img2.src = "images/home/text-begleitung.gif";
  
  img3 = new Image();
  img3.src = "images/home/text-pastoral.gif";

}  
  function hiLite(imgDocID, imgObjName) {
  document.images[imgDocID].src = eval(imgObjName + ".src");
  }

// -->