// swap the sam image
function swapSam(which) {
	document.getElementById("sam").src = which;
}

