	function ChgImg(ImgID,ImgSrc){
		document.getElementById(ImgID).src = ImgSrc;
	}

