//Ändert das große Bild
function chgImg(imgUrl) {
	document.getElementById("bigimg").src = imgUrl;
}