;(function($){em.fn.initLangSelect=function(){var jCtChoose=$("dl.choose-country");var jCt=$("dl.choose-country dd");var jControlers=jCt.find("a:first");var jSubItems=jCt.find(".section-choice");jCt.each(function(){var jThis=$(this);var jControler=jThis.find("a:first");var jSubItem=jControler.next(".section-choice").hide();if(jSubItem.length>0){jControler.click(function(e){e.preventDefault();jControler.addClass("active");jControlers.not(jControler).removeClass("active");jSubItems.not(jSubItem).hide();jSubItem.fadeIn(200);});}else{jControler.addClass("inactive").click(function(e){e.preventDefault();});}});};})(jQuery);