{
     alt0 = new Image(1,1);
     alt0.src = "images/dummy.gif";

     alt1 = new Image(400,533);
     alt1.src = "images/schmuck/bild1.jpg";

     alt2 = new Image(400,533);
     alt2.src = "images/schmuck/bild2.jpg";

     alt3 = new Image(400,533);
     alt3.src = "images/schmuck/bild3.jpg";

     alt4 = new Image(400,533);
     alt4.src = "images/schmuck/bild4.jpg";

     alt5 = new Image(400,533);
     alt5.src = "images/schmuck/bild5.jpg";

     alt6 = new Image(400,533);
     alt6.src = "images/schmuck/bild6.jpg";

     alt7 = new Image(400,533);
     alt7.src = "images/schmuck/bild7.jpg";

     alt8 = new Image(400,533);
     alt8.src = "images/schmuck/bild8.jpg";

     alt8 = new Image(400,533);
     alt8.src = "images/schmuck/bild8.jpg";

     alt9 = new Image(400,533);
     alt9.src = "images/schmuck/bild9.jpg";

     alt10 = new Image(400,533);
     alt10.src = "images/schmuck/bild10.jpg";

     alt11 = new Image(400,533);
     alt11.src = "images/schmuck/bild11.jpg";

     alt12 = new Image(400,533);
     alt12.src = "images/schmuck/bild12.jpg";

     alt13 = new Image(400,533);
     alt13.src = "images/schmuck/bild13.jpg";

     alt14 = new Image(400,533);
     alt14.src = "images/schmuck/bild14.jpg";

    }

     function TauscheBild(picT,picN) {
     {
     document.images[picT].src = eval(picN + ".src");
     }
     }
