function changeImage(id, img) {
	var ele = $('#'+id).attr('src',img);
}

