function fnCambioIdioma(idioma)
{
	document.getElementById("idioma").value=idioma;
	document.getElementById("form").submit();
}