function foto (welches) {
	if (document.getElementById) {
		document.getElementById('abbildung').src = welches.href;
		return false;
	}
}