function replaceImage(objekt, source) {
	document.getElementById(objekt).src = source;
}
