var GlobalNav_hoverIntentSettings={interval:250,over:GlobalNav_ShowCurrentMenu,out:GlobalNav_HideCurrentMenu};function GlobalNav_ShowCurrentMenu(){var a=$j(this).find(".dropmenudiv:first");if(typeof a.get(0)!="undefined"){a.css("left","0px");cssdropdown.showmenu(a.get(0),window.event);a.show()}}function GlobalNav_HideCurrentMenu(){$j(".dropmenudiv").fadeOut("fast")}function GlobalNav_Init(){if(document.getElementById("global_nav")){$j(".dropmenudiv").next().append(" "+cssdropdown.dropdownindicator);$j("#global_nav li").hoverIntent(GlobalNav_hoverIntentSettings)}};
