> on mouseUp > answer "Do you really want to delete this card?" with "Yes" or "No" > -- No is default > put it into ldelete > send doDelete (ldelete) to me in 30 > end mouseUp > > function doDelete ldelete > if ldelete is "Yes" then delete this card > end doDelete > Thomas J. McGrath III Great, that works! Thanks, Thomas! Sandy