
	function entrar(idioma){
		ventana = "idioma.asp?idioma=" + idioma
		open(ventana,"_top");
	}