function swapImage(id,img) {
	document.getElementById(id).src = img;
}