function idioma(id){
url="/"+id;	
this.location.href=url;
}