function plusChangeImage(obj,uri) {
  if( obj != null ) {
    obj.src = uri;
  }
}
