function switchimage(img, newimg, oldimg) {
	img.setAttribute('src', '/assets/images/' + newimg);
}

