function megaHoverOver(){$(this).find(".sub").stop().fadeTo(0,1).show();(function(b){jQuery.fn.calcSubWidth=function(){rowWidth=0;b(this).find("ul").each(function(){rowWidth+=b(this).width()})}})(jQuery);if($(this).find(".row").length>0){var a=0;$(this).find(".row").each(function(){$(this).calcSubWidth();if(rowWidth>a)a=rowWidth});$(this).find(".sub").css({width:a});$(this).find(".row:last").css({margin:"0"})}else{$(this).calcSubWidth();$(this).find(".sub").css({width:rowWidth})}}
function megaHoverOut(){$(this).find(".sub").stop().fadeTo(0,0,function(){$(this).hide()})}var config={sensitivity:40,interval:0,over:megaHoverOver,timeout:0,out:megaHoverOut};
