RSWeb.CompanyInfo=function(){function n(){$("#cmbCountries").change(function(){i()})}function t(){$.ajax({timeout:2e5,url:"/NavigationServices/GetCountries",async:!0,cache:!1,type:"POST",dataType:"json",data:{},success:function(n){$("#cmbCountries").append(n.countryList)},error:function(){}})}function i(){$("#cmbCountries option:selected").index()==0?$("#divCountries").hide():$("#cmbCountries option:selected").index()==$("#cmbCountries > option").length-1?window.location="http://www.rs-components.com":($("#divCountries").empty(),r())}function r(){var n={country:$("#cmbCountries").val()};$.ajax({timeout:2e5,url:"/NavigationServices/GetDistributorInfo",async:!0,cache:!1,type:"POST",dataType:"json",data:n,success:function(n){$("#divCountries").show();$("#divCountries").append(n.resultHTML)},error:function(){}})}return{Init:function(){n();t()}}}();$(function(){RSWeb.CompanyInfo.Init()})