// Afbeeldingen vervangen

function imageChange(imgName, imgSource) {
	if (document.images) {
		document.images[imgName].src = imgSource;
	}
}