$j=jQuery;
if(!dyn_css_rule(".to_hide","display: none")||!dyn_css_rule(".to_show","display: block")){$j(document).ready(function(){$j(".to_hide").hide();
$j(".to_show").show()
})
}(function($){$.fn.autoscroll=function(){$("html,body").animate({scrollLeft:this.offset().left,scrollTop:this.offset().top},500);
return this
}
})(jQuery);
$j=jQuery;
$j(document).ready(function(){$j(".nav_group").hover(function(){$j(this).children("ul").addClass("block")
},function(){$j(this).children("ul").removeClass("block")
})
});