Thanks, Karl. I realize the problem I created with multiple threads. The actual issue was changing as I was recognizing what was happening. I wanted people to know what subject I was on and the original post was describing another topic. I probably should not have done that...
Anyway, I looked at your site and couldn't tell if it is what I need to mimic. It has an initial window that never returns again. That kind of threw me. OK!!!!! I see that you coded it. Very nice job! Okay, see how the members are firing their respective "House" or "Senate?" That's what I want to stop. The members need their own class. Let's say you mouse over a member. I want it to turn red when you do. If you mouse over House or Senate, only House or Senate shou;d turn blue. If you mouse of member, only THAT member should turn red (not all members). Further, members MUST remain children of their respective house or senate. Make sense? Check out this article which describes the issue in terms of referencing "relatedTarget" and "fromElement." http://www.quirksmode.org/js/events_mouse.html I am not sure how to implement it, but it sounds like what the article covers includes the solution to the problem. Thanks!