<!-- String Tables -->
<!-- Conteudo da pagina marcas em portugues -->

		StringTablePort = new Array();
		StringTablePort[1] = "Sobre a Escowal";
		StringTablePort[2] = "A Escowal possui como meta, oferecer inovações tecnológicas em acabamento, através de desenvolvimento de escovas industriais rotativas, confeccionadas a partir de matérias-primas previamente selecionadas e testadas, com o objetivo de proporcionar ao cliente, resultados que valorizem o visual de seu produto.";
		StringTablePort[3] = "Visão";
		StringTablePort[4] = "Ter posição de destaque no mercado, através do desenvolvimento de produtos para acabamento e na eficiência dos serviços.";
		StringTablePort[5] = "Missão";
		StringTablePort[6] = "Desenvolver produtos e prestar serviços que venham a melhorar o acabamento, no complexo";
		StringTablePort[7] = "Princípios";
		StringTablePort[8] = "Acreditamos que todos devem ter:<br><br>• respeito aos valores de seus clientes;<br>• transparências em suas ações;<br>• responsabilidade pelos seus atos;<br>• humildade em sua postura;<br>• honestidade em seus propósitos;<br>• equilíbrio em suas decisões;<br>• respeito ao meio-ambiente.";
		StringTablePort[9] = "coureiro-calçadista, metal-mecânico e moveleiro, tendo como META a satisfação do cliente, o crescimento da empresa, a melhoria da qualidade de vida da força humana, e na preservação do meio-ambiente.";
		StringTablePort[19] = "Página Inicial";	

<!-- Conteudo da pagina marcas em Ingles -->

		StringTableIng = new Array();
		StringTableIng[1] = "About Escowal";
		StringTableIng[2] = "It is ESCOWAL's goal to ofter technological finishing innovations, by means of the development of rotating industrial brushes, manufactured from previously selected and tested prime materials, with the objective of providing the customers with results that are going to enhance their products' visual.";
		StringTableIng[3] = "Vision";
		StringTableIng[4] = "To hold an outstanding position in the market because of the development of finishing products and servicing efficiencies.";
		StringTableIng[5] = "Mission";
		StringTableIng[6] = "To develop products and to render services enabling improved finishings within the leather-footwear, metal-mechanic and furniture";
		StringTableIng[7] = "Principles";
		StringTableIng[8] = "We do believe that everybody ought to<br><br>• respect his/her customer's due values<br>• be fully transparent in his/her actions<br>• be responsible for his/her actions<br>• be humble in his/her postures<br>• be honest whatever his/her purposes may be<br>• be fair in his/her decision makings<br>• respect the environment";
		StringTableIng[9] = "industrial complexes, with the GOAL of customer satisfaction, company growth, improved quality of life of human being and environment preservation.";
		StringTableIng[19] = "Home";	
		
<!-- Conteudo da pagina marcas em espanhol -->
	
		StringTableEsp = new Array();
		StringTableEsp[1] = "Sobre la Escowal";
		StringTableEsp[2] = "La meta de ESCOWAL es ofrecer innovaciones tecnológicas para terminación, a través del desarrollo de cepillos industriales rotativos, fabricados con materias primas previamente seleccionadas y probadas, con el fin de proporcionar resultados que valoren el aspecto del producto de sus clientes.";
		StringTableEsp[3] = "Visión";
		StringTableEsp[4] = "Tener una posición de realce en el mercado, mediante el desarrollo de productos para terminación y la eficiência de los servicios.";
		StringTableEsp[5] = "Misión";
		StringTableEsp[6] = "Crear productos y prestar servicios que mejorem las terminaciones en los complejos del cuero y calzado, metalmecánico y mueblero,";
		StringTableEsp[7] = "Principios";		
		StringTableEsp[8] = "Creemos que todos deben:<br><br>• respetar los valores de sus clientes;<br>• ser transparentes en sus acciones;<br>• ser responsables por sus actos;<br>• ser humildes en su posición;<br>• ser honestos en sus propósitos;<br>• ser equilibrados en sus decisiones;<br>• respetar el entorno.";		
		StringTableEsp[9] = "con la META de satisfacer al cliente, hacer crecer la empresa, mejorar la calidad de vida del ser humano y preservar el entorno.";	
		StringTableEsp[19] = "Página de Inicio";
			



<!-- End of String Tables -->


function StringTableText (istr)
{
	switch (window.top.frames[0].global_Language)
	{
		case 1: return (StringTablePort[istr]);	break;
		case 2: return (StringTableIng[istr]);	break;
		case 3: return (StringTableEsp[istr]);	break;

		default:
			return ("Erro ao carregar o site.")
		break;
	}

}




//-->

