google.load("language", "1");
function iniciarTraduccion(origen, destino)
{
	ponerIdiomaSession(destino);
	if(document.getElementById("enlaces_cab") != null)
	{
		traducir('enlaces_cab', origen, destino);
	}
	if(document.getElementById("bandera_esp") != null)
	{
		traducir('bandera_esp', origen, destino);
	}
	if(document.getElementById("bandera_cat") != null)
	{
		traducir('bandera_cat', origen, destino);
	}
	if(document.getElementById("bandera_gal") != null)
	{
		traducir('bandera_gal', origen, destino);
	}
	if(document.getElementById("bandera_eus") != null)
	{
		traducir('bandera_eus', origen, destino);
	}
	if(document.getElementById("bandera_ing") != null)
	{
		traducir('bandera_ing', origen, destino);
	}
	if(document.getElementById("bandera_ita") != null)
	{
		traducir('bandera_ita', origen, destino);
	}
	if(document.getElementById("bandera_ale") != null)
	{
		traducir('bandera_ale', origen, destino);
	}
	if(document.getElementById("bandera_fra") != null)
	{
		traducir('bandera_fra', origen, destino);
	}
	if(document.getElementById("botonera_cab") != null)
	{
		traducir('botonera_cab', origen, destino);
	}
	if(document.getElementById("attc") != null)
	{
		traducir('attc', origen, destino);
	}
	if(document.getElementById("actividad_h1") != null)
	{
		traducir('actividad_h1', origen, destino);
	}
	if(document.getElementById("ejemplos1") != null)
	{
		traducir('ejemplos1', origen, destino);
	}
	if(document.getElementById("actividad_h2") != null)
	{
		traducir('actividad_h2', origen, destino);
	}
	if(document.getElementById("b_b_int") != null)
	{
		traducir('b_b_int', origen, destino);
	}
	if(document.getElementById("ejemplos2") != null)
	{
		traducir('ejemplos2', origen, destino);
	}
	if(document.getElementById("actividad_h3") != null)
	{
		traducir('actividad_h3', origen, destino);
	}
	if(document.getElementById("boton_buscar_h") != null)
	{
		traducir('boton_buscar_h', origen, destino);
	}
	if(document.getElementById("actividad_h4") != null)
	{
		traducir('actividad_h4', origen, destino);
	}
	if(document.getElementById("navegador") != null)
	{
		traducir('navegador', origen, destino);
	}
	if(document.getElementById("titulo_resultados") != null)
	{
		traducir('titulo_resultados', origen, destino);
	}
	if(document.getElementById("titulo_resultados2") != null)
	{
		traducir('titulo_resultados2', origen, destino);
	}
	if(document.getElementById("ver_mapa") != null)
	{
		traducir('ver_mapa', origen, destino);
	}
	if(document.getElementById("titulo_resultados3") != null)
	{
		traducir('titulo_resultados3', origen, destino);
	}
	if(document.getElementById("contenido_caja_derecha") != null)
	{
		traducir('contenido_caja_derecha', origen, destino);
	}
	if(document.getElementById("titulo_resultados4") != null)
	{
		traducir('titulo_resultados4', origen, destino);
	}
	if(document.getElementById("contenido_caja_derecha2") != null)
	{
		traducir('contenido_caja_derecha2', origen, destino);
	}
	if(document.getElementById("titulo_resultados5") != null)
	{
		traducir('titulo_resultados5', origen, destino);
	}
	if(document.getElementById("contenido_caja_derecha3") != null)
	{
		traducir('contenido_caja_derecha3', origen, destino);
	}
	if(document.getElementById("titulo_resultados6") != null)
	{
		traducir('titulo_resultados6', origen, destino);
	}
	if(document.getElementById("contenido_caja_derecha4") != null)
	{
		traducir('contenido_caja_derecha4', origen, destino);
	}
	if(document.getElementById("titulo_resultados7") != null)
	{
		traducir('titulo_resultados7', origen, destino);
	}
	if(document.getElementById("contenido_caja_derecha5") != null)
	{
		traducir('contenido_caja_derecha5', origen, destino);
	}
	if(document.getElementById("titulo_resultados8") != null)
	{
		traducir('titulo_resultados8', origen, destino);
	}
	if(document.getElementById("titulo_resultados9") != null)
	{
		traducir('titulo_resultados9', origen, destino);
	}
	if(document.getElementById("contenido_caja_noticias") != null)
	{
		traducir('contenido_caja_noticias', origen, destino);
	}
	if(document.getElementById("pie_sin_indexar") != null)
	{
		traducir('pie_sin_indexar', origen, destino);
	}
	if(document.getElementById("actividad") != null)
	{
		traducir_input('actividad', origen, destino);
	}
	document.getElementById('origen').value = destino;
}
