Set some kind of toggle variable condition so that when the help is open, the mouseover event doesnt work. So wherever the mouseover change event is, add if helpOpen=0 or something. When you open the help, set helpOpen to 1. This will mean the mouseover change to a hand won't work when the help is open.