

           function bildwechsel(nummer,bildpfad){
             document.images[nummer].src=bildpfad;
           }



