
// DECLARANDO BIDIMENSIONAL
var arr_rotulo = new Array();

// DECLARANDO BIDIMENSIONAL
arr_rotulo[4] = new Array();
arr_rotulo[5] = new Array();
arr_rotulo[6] = new Array();

arr_rotulo[4]['Val.Empresa']	= 'Preencha o campo Empresa por favor.';
arr_rotulo[4]['Val.Mensagem']	= 'Preencha o campo Mensagem por favor.';
arr_rotulo[4]['Val.Endereco']	= 'Preencha o campo Endereço por favor.';
arr_rotulo[4]['Val.Cidade']		= 'Preencha o campo Cidade por favor.';
arr_rotulo[4]['Val.Estado']		= 'Preencha o campo Estado por favor.';
arr_rotulo[4]['Val.Nome']		= 'Preencha o campo Nome por favor.';
arr_rotulo[4]['Val.Desc']		= 'Preencha o campo Descrição por favor.';
arr_rotulo[4]['Val.Seg']		= 'Preencha o campo Segmento por favor.';
arr_rotulo[4]['Val.Cat']		= 'Preencha o campo Categoria por favor.';
arr_rotulo[4]['Val.Razao']		= 'Preencha o campo Razão Social por favor.';
arr_rotulo[4]['Val.Fanta'] 		= 'Preencha o campo Nome Fantasia por favor.';
arr_rotulo[4]['Val.CNPJ'] 		= 'Preencha o campo CNPJ por favor.';
arr_rotulo[4]['Val.DDD'] 		= 'Preencha o campo DDD por favor.';
arr_rotulo[4]['Val.Tel'] 		= 'Preencha o Telefone por favor.';
arr_rotulo[4]['Val.Usuario']	= 'Preencha o campo Usuário por gentileza.';
arr_rotulo[4]['Val.Email']		= 'Preencha o campo E-mail por gentileza.';
arr_rotulo[4]['Val.Senha']		= 'Preencha o campo Senha por gentileza.';
arr_rotulo[4]['Val.Confirma']	= 'Confirme sua Senha por gentileza.';
arr_rotulo[4]['Val.Valida']		= 'As senhas não conferem. Por favor redigite novamente.';

arr_rotulo[5]['Val.Empresa']	= 'Fill in the Company field please.';
arr_rotulo[5]['Val.Mensagem']	= 'Fill in the Message field please.';
arr_rotulo[5]['Val.Endereco']	= 'Fill in the Address field please.';
arr_rotulo[5]['Val.Cidade']		= 'Fill in the City field please.';
arr_rotulo[5]['Val.Estado']		= 'Fill in the State field please.';
arr_rotulo[5]['Val.Nome']		= 'Fill in the Name field please.';
arr_rotulo[5]['Val.Desc']		= 'Fill in the Description field please.';
arr_rotulo[5]['Val.Seg']		= 'Fill in the Segment field please.';
arr_rotulo[5]['Val.Cat']		= 'Fill in the Category field please.';
arr_rotulo[5]['Val.Razao']		= 'Fill in the Company field please.';
arr_rotulo[5]['Val.Fanta'] 		= 'Fill in the Trade name field please.';
arr_rotulo[5]['Val.CNPJ'] 		= 'Fill the field CNPJ please.';
arr_rotulo[5]['Val.DDD'] 		= 'Fill the field DDD please.';
arr_rotulo[5]['Val.Tel'] 		= 'Fill in the Telephone please.';
arr_rotulo[5]['Val.Usuario']	= 'Fill the field User please.';
arr_rotulo[5]['Val.Email']		= 'Fill the field E-mail please.';
arr_rotulo[5]['Val.Senha']		= 'Fill in the Password field please.';
arr_rotulo[5]['Val.Confirma']	= 'Confirm Password please.';
arr_rotulo[5]['Val.Valida']		= 'The passwords do not give. Please retype again.';

arr_rotulo[6]['Val.Empresa']	= 'Rellene el campo Empresa por favor.';
arr_rotulo[6]['Val.Mensagem']	= 'Rellene el campo Mensaje por favor.';
arr_rotulo[6]['Val.Endereco']	= 'Rellene el campo Dirección por favor.';
arr_rotulo[6]['Val.Cidade']		= 'Rellene el campo Ciudad por favor.';
arr_rotulo[6]['Val.Estado']		= 'Rellene el campo Estado por favor.';
arr_rotulo[6]['Val.Nome']		= 'Rellene el campo Nombre por favor.';
arr_rotulo[6]['Val.Desc']		= 'Rellene el campo Descripción por favor.';
arr_rotulo[6]['Val.Seg']		= 'Rellene el campo Segmento por favor.';
arr_rotulo[6]['Val.Cat']		= 'Rellene el campo Categoría por favor.';

arr_rotulo[6]['Val.Razao']		= 'Rellene el campo Compañía por favor.';
arr_rotulo[6]['Val.Fanta'] 		= 'Rellene el campo Nombre comercial por favor.';
arr_rotulo[6]['Val.CNPJ'] 		= 'Rellene el campo CNPJ por favor.';
arr_rotulo[6]['Val.DDD'] 		= 'Rellene el campo DDD por favor.';
arr_rotulo[6]['Val.Tel'] 		= 'Rellena el teléfono por favor.';
arr_rotulo[6]['Val.Usuario']	= 'Rellena el campo de usuario, por favor.';
arr_rotulo[6]['Val.Email']		= 'Rellena el campo de email, por favor.';
arr_rotulo[6]['Val.Senha']		= 'Rellene el campo Contraseña, por favor.';
arr_rotulo[6]['Val.Confirma']	= 'Confirmar contraseña por favor.';
arr_rotulo[6]['Val.Valida']		= 'Las contraseñas no dan. Vuelva a ingresar de nuevo.';
			
