// (c) 2002 Jelle-Jan van Veelen
// jj@upnet.nl


// vars
_frameName  = "menu";
_mouseMoved = 0;

// functions
// track dom structure
function getPath() {
    return (_frameName != null) ? top.frames["menu"] : self;
}

// clear menu timeout
function clearTimer(id) {
    getPath()._dropdownMenus[id].clearTimeout();
}

// set menu timeout
function setTimer(id) {
    getPath()._dropdownMenus[id].setTimeout();
}
