function formHandler(form){
var URL = document.form.paises.options[document.form.paises.selectedIndex].value;
window.location.href = URL;
}