(function(b){var a="click";b.fn.popmenu=function(d){var c=b.extend({},b.fn.popmenu.defaults,d);this.each(function(){var d="popmenu-active",e="hoverIntent",f=b(this),l=250,g=null,h=b(f.find("a:first")),m=b(f.find("ul:first"));f.find('a[href="#"]').bind(a,function(a){a.preventDefault()});if(c.popEvent==e)h.hoverIntent({sensitivity:4,interval:200,timeout:100,over:j,out:function(){}});else h.bind(c.popEvent,function(){j();return false});c.popEvent!=a&&h.bind(a,function(){if(c.popEvent==e)clearTimeout(b(this).attr("hoverIntent_t"));else b(this).unbind();k()});f.bind("mouseover",i);f.bind("mouseout",function(){g=setTimeout(k,l)});function j(){i();f.toggleClass(d);return false}function k(){f.removeClass(d)}function i(){if(g){clearTimeout(g);g=null}}});return this};b.fn.popmenu.defaults={popEvent:a,link:true,maxWidth:340}})(jQuery);jQuery(document).ready(function(){jQuery("#languages").popmenu()});
