<!--
function MostrarLenguaje(){
    var idioma = navigator.language;
    alert ( document.URL );
    alert ( window.location.protocol );
    return true;
}
//-->
