function idioma(pagina){
    obj = document.getElementById('idioma');
    window.location=pagina+"&selected_language="+obj.value;
}
