var CountrySelector=function(n,t){"use strict";function i(n,i){var r,u,f;i&&i.length>0&&(r=t(".country-selector-region-less."+n),u=r.find("div[data-site-country-code='"+i+"']"),u&&u.length>0&&(r.find("div.country-list").hide(),u.show()),n===CountrySelector.config.POSITION.MOBILE_PROMO&&(r.addClass("open"),f=r.find(".meganav"),f.show()))}function r(n,i){if(i&&i.length>0){var u=t(".country-selector-region-less."+n),r=u.find("div[data-site-country-code='"+i+"']");r&&r.length>0&&(r.hide(),u.find("div.country-list").show())}}function u(n){var i=t(".country-selector-region-less."+n),r;i.find("div.country-list").hide();(n===CountrySelector.config.POSITION.MOBILE_PROMO||n===CountrySelector.config.POSITION.MOBILE_HEADER)&&(i.removeClass("open"),r=i.find(".meganav"),r.hide())}function f(n){var i=t(".country-selector-region-less."+n);i.find("div.country-list").show();i.find("div.country-sites").hide();n===CountrySelector.config.POSITION.MOBILE_PROMO&&(i.addClass("open"),i.find(".meganav").show())}function e(n){var i=t(".country-selector-region-less."+n),r;i.find("div.country-list").show();i.find("div.country-sites").hide();n===CountrySelector.config.POSITION.MOBILE_HEADER&&(i.addClass("open"),r=i.find(".meganav"),r.show())}function o(n){var r=t("a.country-continue"),f=t("a.country-site-continue"),u=f.attr("data-country-code"),s=t(".country-selector-region-less."+n),i,e,o,h,c;u&&u.length>0&&(i=s.find("a[data-country-code='"+u+"']"),e=i.attr("data-county-name"),t(".current-country").find("span.current-country-name").text(e),o=s.find("div[data-site-country-code='"+u+"']"),o&&o.length>0?(f.show(),r.hide()):i&&i.length>0&&(h=i.attr("href"),c=i.attr("target"),r.find("span.current-country-name").text(e),r.attr("href",h),r.attr("target",c),r.show(),f.hide()))}function s(n){var i=t(".country-selector-region-less."+n),r=i.closest("li");r.dropdown("toggle")}return{config:{POSITION:{DESKTOP_HEADER:"desktop-header",DESKTOP_PROMO:"desktop-promo",MOBILE_HEADER:"mobile-header",MOBILE_PROMO:"mobile-promo"}},showCountrySites:i,hideCountrySites:r,showCountryList:e,hideCountryList:u,changeYourCountry:f,closeMagaNav:s,initNav:o}}(window,jQuery)