function setIdioma(selector) {
	document.location = 'language.php?idioma='+selector.value;
}
