function avisolegal(idioma){
	w=270;
	h=220;
	url= idioma + 'avis_legal.html';
	propiedades = 'height='+h+',width='+w+',scrollbars=auto,resizable=no,toolbar=no';
	ventana = window.open(url,'avisolegal',propiedades);
	if(ventana.window.focus)
	{
		ventana.window.focus();
	}
}