function wechsel(a,bild) 
{ 
window.document.images[a].src='/pics/' +bild;
}
