function swap(imgSrc,imgName) {
	document[imgName].src = imgSrc;
}