  function changeimage(obj, url){
    obj.src=url;
  }