fires when the mouse pointer is moved out of the list, or out of some item in the list
myList.attachEvent("onMouseOut", function (ev){ // your code here return true; });