> That of course means every time my show function gets called, it is > given the very first event.
You would also find that your test actually worked in IE due to its different event passing model. I fire up IE more than most people while debugging, I'd guess, because a simple discrepancy can help locate general areas for a bug. We know certain infamous areas have to be feature-detected for IE, so if code bugs out in reference browsers but not in IE, you can narrow your search. -- Sandy
