function jumpCountry(obj) {
   var url = obj.options[obj.selectedIndex].value;
   parent.location.href = url;
}

