function anzeigen(idbild, bilder){
		document.images[idbild].src=bilder;
	}