<!-- Begin of String Tables -->

<!-- PT -->
	StringTablePort[1] = "Novidades";
	StringTablePort[2] = "Representantes";
	StringTablePort[3] = "English";
	StringTablePort[4] = "Español";
	StringTablePort[31] = "<img src='img/ico_idioma_ingles.gif'; width='13' height='10' border='0'>";
	StringTablePort[44] = "<img src='img/ico_idioma_espanhol.gif'; width='13' height='10' border='0'>";
	StringTablePort[5] = "Saiba onde encontrar os representantes da Amapá.";	
	StringTablePort[6] = "(51)";	
	StringTablePort[7] = "525-4143";	
	StringTablePort[8] = "Fale Conosco";	
	StringTablePort[9] = "Entre em contato com a Amapá.";	
	StringTablePort[10] = " Conheça a <br> Amapá Resinas";	
	StringTablePort[18] = "Mais Notícias";

<!-- ********************************************************** -->


	StringTableIng[1] = "News";
	StringTableIng[2] = "Representatives";
	StringTableIng[3] = "Português";
	StringTableIng[4] = "Español";
	StringTableIng[31] = "<img src='img/ico_idioma_port.gif'; width='13' height='10' border='0'>";
	StringTableIng[44] = "<img src='img/ico_idioma_espanhol.gif'; width='13' height='10' border='0'>";
	StringTableIng[5] = "Select a location to consult Amapá representatives";
	StringTableIng[6] = "The Company";
	StringTableIng[7] = "Line of products";
	StringTableIng[8] = "Contact";
	StringTableIng[9] = "Submit your inquiries or suggestions by filling out our form.";
	StringTableIng[10] = "Contact";
	StringTableIng[17] = "Welcome to Amapá’s new site.";
	StringTableIng[18] = "News";

<!-- ********************************************************** -->

	StringTableEsp[1] = "Novedades";
	StringTableEsp[2] = "Representaciones";
	StringTableEsp[3] = "Português";
	StringTableEsp[4] = "English";
	StringTableEsp[31] = "<img src='img/ico_idioma_port.gif'; width='13' height='10' border='0'>";
	StringTableEsp[44] = "<img src='img/ico_idioma_ingles.gif'; width='13' height='10' border='0'>";
	StringTableEsp[5] = "Elija la región donde Ud. desea encontrar los representantes Amapá";
	StringTableEsp[6] = "Sobre la Amapá";
	StringTableEsp[7] = "Línea de Cepillos";
	StringTableEsp[8] = "Hable con Nosotros";
	StringTableEsp[9] = "Envíenos sus dudas o sugerencias a través de nuestro formulario.";
	StringTableEsp[10] = "Contacto";
	StringTableEsp[11] = "Pedidos On-Line";
    StringTableEsp[12] = "Contrafuertes";
	StringTableEsp[13] = "Topes";
	StringTableEsp[14] = "Entretelas";
	StringTableEsp[15] = "No tejidos";
	StringTableEsp[16] = "Telas";
	StringTableEsp[17] = "Bienvenido al nuevo sitio de Amapá.";
	StringTableEsp[18] = "Noticias";
	
<!-- ********************************************************** -->




function trocaidioma1()
{
	if (window.top.frames[0].global_Language == 1)
		window.top.frames[0].global_Language = 2;
	else if (window.top.frames[0].global_Language == 3)
		window.top.frames[0].global_Language = 1;
			else if (window.top.frames[0].global_Language == 2)
		window.top.frames[0].global_Language = 1;

	window.location="conteudo.asp?CodIdioma=" + window.top.frames[0].global_Language;
}

function trocaidioma2()
{
	if (window.top.frames[0].global_Language == 1)
		window.top.frames[0].global_Language = 3;
	else if (window.top.frames[0].global_Language == 2)
		window.top.frames[0].global_Language = 3;
			else if (window.top.frames[0].global_Language == 3)
		window.top.frames[0].global_Language = 2;

	window.location="conteudo.asp?CodIdioma=" + window.top.frames[0].global_Language;
}
