I must be missing something. Your button has an onclick that says to show an alert box. There's no code there trying to delay that alert.
I can't figure out how on earth FF and IE would not display the alert immediately when clicking the button.
If what you want is for fnAlert to be called 5 seconds after a mousemove or a click of the button, you should set your onclick on the button to "fnTimeOut()"
Juan Mendes
2010-04-05 14:19:47