﻿function swapImg(imgId, imgUrl) {
	document.getElementById(imgId).src = imgUrl;
}

