function changeImage(Bildname, Bildname_gross){
	document.getElementById("contentbild").src = "../root/img/pool/"+Bildname;
	//document.getElementById("contentbildlink").href = "../root/img/pool/"+Bildname_gross;
}

