﻿jQuery(document).ready(function($){function megaHoverOver(){$(this).addClass('mmItemHover').find(".megaborder").stop().show();}function megaHoverOut(){$(this).removeClass('mmItemHover').find(".megaborder").stop().fadeOut('fast',function(){$(this).hide();});}var config={sensitivity:2,interval:100,over:megaHoverOver,timeout:500,out:megaHoverOut};$("ul.dnnmega li.mmHasChild").hoverIntent(config);});
