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

