N1 = new Image();N1.src = "main/mini.gif";
H1 = new Image();H1.src = "main/minih.gif";
N2 = new Image();N2.src = "PIC/Passbild-2f.jpg";
H2 = new Image();H2.src = "PIC/Passbild-1f.jpg";
function Bildwechsel(Bildnr,Bildobjekt){
  window.document.images[Bildnr].src = Bildobjekt.src;
}

