// urheberrechtlich geschuetzt, (C) 1999, 2000 www.dynamiko.de
feld = new Array();
feld[0] = "../pix/cundm/cundm-linkx.gif";
feld[1] = "../pix/cundm/cundm-link.gif";
feld[2] = "../pix/cundm/cundm-shopx.gif";
feld[3] = "../pix/cundm/cundm-shop.gif";
if (scriptok)
{
  bilder = new Array();
  for (i =0;i < feld.length; i++)
  {
    bilder[i] = new Image();
    bilder[i].src = feld[i];
  }
}
function changepix(bildnummer,ersatznummer)
{
  if (scriptok)
 {
     window.document.images[bildnummer].src = bilder[ersatznummer].src;
  }
}
