  Normal = new Image(); 
  Normal.src = "../../images/punkt.gif"; 
  Highlight = new Image(); 
  Highlight.src = "../../images/punkt_an.gif"; 

  function Bildwechsel(Bild,Bildobjekt)
  {
  img=Bild;
   if (img.name=="img0"){
   window.document.img0.src = Bildobjekt.src; }
   if (img.name=="img1"){
   window.document.img1.src = Bildobjekt.src; }
   if (img.name=="img2"){
   window.document.img2.src = Bildobjekt.src;}
   if (img.name=="img3"){
   window.document.img3.src = Bildobjekt.src;}
   if (img.name=="img4"){
   window.document.img4.src = Bildobjekt.src;}
   if (img.name=="img5"){
   window.document.img5.src = Bildobjekt.src;}
   if (img.name=="img6"){
   window.document.img6.src = Bildobjekt.src;}
   if (img.name=="img7"){
   window.document.img7.src = Bildobjekt.src;}
   if (img.name=="img8"){
   window.document.img8.src = Bildobjekt.src;}
   if (img.name=="img9"){
   window.document.img9.src = Bildobjekt.src;}
   if (img.name=="img10"){
   window.document.img10.src = Bildobjekt.src;}
   if (img.name=="img11"){
   window.document.img11.src = Bildobjekt.src;}
   if (img.name=="img12"){
   window.document.img12.src = Bildobjekt.src;}
   if (img.name=="img13"){
   window.document.img13.src = Bildobjekt.src;}
  }

