﻿jQuery(document).ready(function(e){var g=false;function d(){g=true}function c(){b();e(this).parent().find(".megaborder").stop().fadeTo("fast",1).show()}function b(){e(".dnnadminmega .megaborder").stop().fadeTo("fast",0,function(){e(this).hide()})}var a={sensitivity:2,interval:200,over:c,timeout:100,out:function(){return null}};var f={sensitivity:2,interval:1,over:function(){return},timeout:300,out:function(){if(g){b()}}};e(".dnnadminmega .megaborder").css({opacity:"0"});e(".dnnadminmega .megaborder").find(".dnnPrimaryAction").css({opacity:1});e(".dnnadminmega > li").mouseenter(d);e(document).dblclick(function(){if(!g){b()}});e(document).keyup(function(h){if(h.keyCode==27){b()}});e(".dnnadminmega > li > a").hoverIntent(a);e(".dnnadminmega > li").hoverIntent(f);e(".dnnadminmega .megaborder").focus(function(){g=true});e(".rcbSlide li").live("mouseover",function(){g=false});e("input").live("focus",function(){g=false});e("select").live("focus",function(){g=false})});
