var PhorumJumpMenu = { 'active' : {}, 'visible' : {}, 'menuspacing' : -1, 'timer' : null, 'init': function() { // Make sure that events will not fire at unload time, because that // generates JavaScript warnings in Firefox about PhorumJumpMenu // that does not exist anymore at that time. var oldunload = window.onunload; window.onunload = function() { if (oldunload) oldunload(); var root = document.getElementById('mod_jumpmenu_root'); if (root) { root.onmouseover = null; root.onmouseout = null; } var ahrefs = document.getElementsByTagName('a'); for (var i=0; i tags. this is needed to // make the links hoverable and clickable over the full menu width // in msie6 :( // the "var w" is used to prevent variable tag widths due to // accidental resizing of the menu while setting the tag widths // (i've seen that happening in opera). var ahrefs = c_menu.getElementsByTagName('a'); var w = null; for (var i=0; i will always be on top of
s. We can use // some special behavior of