	function swapImg(imgURL){
		document.getElementById("mainImg").src = imgURL;
	}


