// IM IMG_TAG nur ändern: loadpic(' GEWÜNSCHTES BILD ',' ZUGEHÖRIGER TEXT ')
function nopic() {
	document.getElementById("txt").firstChild.nodeValue = titel;
	document.bild.src = bild;
	}
function loadpic(bild0,titel0) {
	document.getElementById("txt").firstChild.nodeValue = titel0;
	document.bild.src = bild0;
	}
