	function swapImg(imgName,imgURL){
		document.getElementById(imgName).src = imgURL;
	}
