function photo_change(idname,imgpath){
	$(idname).src = imgpath;
}