 function IX2BX(I_X,object_img){ 
   // image X to browser X 
   return I_X + object_img.offsetLeft ; 
 } 

  function IY2BY(I_Y,object_img){ 
    // image Y to browser Y 

    return I_Y + object_img.offsetTop ; 
  } 