function fnc_ChangeImage(id, img){
	
	document.getElementById(id).src = "/common/images/farm/" + img;
	
}