// JavaScript Document jensen.de

function bildwechsel(name,bild){
	if (document.images){
		document.images[name].src = bild;
	}
}
