function im($obj, $url)
 {

  $ob=document.getElementById($obj);
  $ob.src=$url;
 }
