Sorry for the delay, I doubt that is the case. Can I suggest that you
separate out the blocks of script into different events. For example,
place the set imageField rawValue to null script in the mouseUp event
and the hide script in the click event. This way the first block of
script will fire completely, before you hide the object. Also use the
JavaScript debugger to see if there is an error happening. Hope that
helps,Niall