	function chgImg(fileName,imgObj){
	imgObj.src = fileName;
	}