In activetopics no more mouseover's are used, as far as I can see. But in the template there's still a onmouseover and onmouseout attribute:
PHP Code

... onmouseover="showHide('topic{$topics[row].post_id}')" onmouseout="showHide('topic{$topics[row].post_id}')" ... 


##eek##