Yes, but ou need to make them from scratch yourself, so you need to use a div, or span to use for hiding and showing - and positioned absolutely.
Then you need to enable mousemove when the mouse is over the link or whatever, that is unless you just want it to pop up i one place and not follow the mouse. And then hide it again onmouseout.
This invloves getting the mouse cursor position, which is easy enough - the only trap can be if you don't allow for the scroll position (element.scrollTop) - so make sure you allow for this - otherwise depending on where the page is on the scrollbar - the tooltips will be in the completely wrong place.
b2 - benbiddington@surf4nix.com