function switchImg(id, ending) {
	switchImage = '/images/'+id+ending;
	document.getElementById(id).src= switchImage
	
}
