function wechseldich(bild,bildobjekt)
{
	window.document.images[bild].src = bildobjekt.src;
}

