n1 = new Image();
n1.src = "fotos/ashanti_01-pre.jpg";
h1 = new Image();
h1.src = "fotos/ashanti_01.jpg";

n2 = new Image();
n2.src = "fotos/baghira_01-pre.jpg";
h2 = new Image();
h2.src = "fotos/baghira_01.jpg";

n3 = new Image();
n3.src = "fotos/batman_03-pre.jpg";
h3 = new Image();
h3.src = "fotos/batman_03.jpg";

n4 = new Image();
n4.src = "fotos/blue_02-pre.jpg";
h4 = new Image();
h4.src = "fotos/blue_02.jpg";

n5 = new Image();
n5.src = "fotos/cat_02-pre.jpg";
h5 = new Image();
h5.src = "fotos/cat_02.jpg";

n6 = new Image();
n6.src = "fotos/chivaz_02-pre.jpg";
h6 = new Image();
h6.src = "fotos/chivaz_02.jpg";

n7 = new Image();
n7.src = "fotos/cisco_01-pre.jpg";
h7 = new Image();
h7.src = "fotos/cisco_01.jpg";

n8 = new Image();
n8.src = "fotos/denver_01-pre.jpg";
h8 = new Image();
h8.src = "fotos/denver_01.jpg";

n9 = new Image();
n9.src = "fotos/digger_01-pre.jpg";
h9 = new Image();
h9.src = "fotos/digger_01.jpg";

n10 = new Image();
n10.src = "fotos/fox_01-pre.jpg";
h10 = new Image();
h10.src = "fotos/fox_01.jpg";

n11 = new Image();
n11.src = "fotos/jerry_01-pre.jpg";
h11 = new Image();
h11.src = "fotos/jerry_01.jpg";

n12 = new Image();
n12.src = "fotos/joker_04-pre.jpg";
h12 = new Image();
h12.src = "fotos/joker_04.jpg";

n13 = new Image();
n13.src = "fotos/norain_01-pre.jpg";
h13 = new Image();
h13.src = "fotos/norain_01.jpg";

n14 = new Image();
n14.src = "fotos/shawnee_01-pre.jpg";
h14 = new Image();
h14.src = "fotos/shawnee_01.jpg";


function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}