var loc = "images/";
function swapImage(toChange, nImg){
	toChange.src = nImg;
}