function inicioReady(){function c(){$(this).find(".sub").stop().fadeTo("fast",1).show();(function(e){jQuery.fn.calcSubWidth=function(){rowWidth=0;e(this).find("ul").each(function(){rowWidth+=e(this).width()})}})(jQuery);if($(this).find(".row").length>0){var d=0;$(this).find(".row").each(function(){$(this).calcSubWidth();if(rowWidth>d){d=rowWidth}});$(this).find(".sub").css({width:d});$(this).find(".row:last").css({margin:"0"})}else{$(this).calcSubWidth();$(this).find(".sub").css({width:rowWidth})}}function b(){$(this).find(".sub").stop().fadeTo("fast",0,function(){$(this).hide()})}var a={sensitivity:2,interval:100,over:c,timeout:500,out:b};$(".menu_menu li .sub").css({opacity:"0"});$(".menu_menu li").hoverIntent(a)}$(document).ready(inicioReady);
