function wechseln (bild_1, bild_2) {
	document.images[bild_1].src= bild_2;
} 
