$jq(document).ready(function(){if($jq('#regionSelect option:selected').val()!=''){$jq('#countrySelect').attr('style','color: #A7A09A;');$jq('#countrySelect').append('');$jq('#countrySelect').attr('disabled',true);$jq('#countrySelectContainer').load('/tool/countrylist',{region:$jq('#regionSelect option:selected').val(),country:$jq('input[@name=country]').val()},function(){$jq('#countrySelect').change(function(){if($jq('#countrySelect option:selected').val()!=''){location.href=$jq('#countrySelect option:selected').val();}});});}
$jq('#regionSelect').change(function(){if($jq('#regionSelect option:selected').val()!=''){$jq('#countrySelect').attr('style','color: #A7A09A;');$jq('#countrySelect').append('');$jq('#countrySelect').attr('disabled',true);$jq('#countrySelectContainer').load('/tool/countrylist',{region:$jq('#regionSelect option:selected').val()},function(){$jq('#countrySelect').change(function(){if($jq('#countrySelect option:selected').val()!=''){location.href=$jq('#countrySelect option:selected').val();}});});}});$jq('#zipFilter').keyup(function(){$jq('#partnerList > tbody > tr').show();$jq('#partnerList > tbody > tr:not([@id^='+$jq('#zipFilter').val().toLowerCase()+'])').hide();});});