I\'m currently trying to do a menu with submenu. Here is what i want to do.
On hover a link (#mylink) i want to display a div (lets call it \"#submenu\") right under
var timer is a local variable. It doesn't exist outside that handler.
var timer
You need to make it a global variable.