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