function setImg(Bildobjekt, Datei) {
	try {
		Bildobjekt.src = Datei;
	}
	catch(e) {
	}
}
