Hello,

I don't want to implement the whole hoverIntent()
(I'm not sure if it can easily be used in my site)

here are some fragments of the code:

Code:
 if (this.options.action == 'mouseover' || this.options.action == 'mouseenter') {
				li.addEvent('mouseenter', function(e) {
					if (li.hasClass ('group')) return;
					$clear (li.timer);
					this.itemShow (li);
...