function showOtherCountry(type, section, checked) {
  window.location = '/bazar/?vType=' + type + (section ? '&vSection=' + section : '') + (checked ? '&vOther=1' : '');
}

