// JavaScript Document
mudaIdioma = function(idioma){
	
	$('language').value = idioma;
	$('formlanguage').submit();
	
}