I have a nav element that onmouseover I'd like to disable the onmouseover of nearby images.
I was thinking that I'd just loop through and collect the images and set their onmouseover to '' and then onmouseout of the nav element set the images onmouseover back to what it was.
Is there a better way to just get the images onmouseover function to turn off/on through onmouseover/onmouseout of the nav elements?