  function redirect_country() {
  var list=document.getElementById('countryselect');
  var country=list.options[list.selectedIndex].value;
  //location.replace(sub.value);
  window.location=country;
  }