menbild = new Array(7);
menbildn = new Array(7);

for(var i=0; i<7; i++)
{
  menbild[i] = new Image();
  menbild[i].src = "ym"+ i + ".gif"; 
  menbildn[i] = new Image();
  menbildn[i].src = "ym" + i + "z.gif";
}

function substitute(bnummer,bobjekt) 
{
  window.document.images[bnummer].src = bobjekt.src;
}
