function valida_assinardedicado() {

with(document.assinardedicado) {
	if (nome.value == "") {
		alert("Por Favor digite o Nome do Responsável.");
		nome.focus();
		return false;
	}
	if (cpf.value == "") {
		alert("Por Favor digite o CPF.");
		cpf.focus();
		return false;
	}
	if (nascimento.value == "") {
		alert("Por Favor digite a Data de Nascimento.");
		nascimento.focus();
		return false;
	}
	if (email.value == "") {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (email.value.indexOf("@") == -1) {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (ddd.value == "") {
		alert("Por Favor digite o DDD.");
		ddd.focus();
		return false;
	}
	if (telefone.value == "") {
		alert("Por Favor digite o Telefone.");
		telefone.focus();
		return false;
	}
	if (endereco.value == "") {
		alert("Por Favor digite o Endereço.");
		endereco.focus();
		return false;
	}
	if (cep.value == "") {
		alert("Por Favor digite o CEP.");
		cep.focus();
		return false;
	}
	if (cidade.value == "") {
		alert("Por Favor digite a Cidade.");
		cidade.focus();
		return false;
	}
	if (estado.value == "") {
		alert("Por Favor digite o Estado.");
		estado.focus();
		return false;
	}
	if (contrato.value == "") {
		alert("Por Favor selecione o Contrato.");
		contrato.focus();
		return false;
	}
	return true;
}
}
function valida_assinarrevenda() {

with(document.assinarrevenda) {
	if (dominionome.value == "") {
		alert("Por Favor digite o Nome do Domínio.");
		dominionome.focus();
		return false;
	}
	if (nome.value == "") {
		alert("Por Favor digite o Nome do Responsável.");
		nome.focus();
		return false;
	}
	if (cpf.value == "") {
		alert("Por Favor digite o CPF.");
		cpf.focus();
		return false;
	}
	if (nascimento.value == "") {
		alert("Por Favor digite a data de Nascimento.");
		nascimento.focus();
		return false;
	}
	if (email.value == "") {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (email.value.indexOf("@") == -1) {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (ddd.value == "") {
		alert("Por Favor digite o DDD.");
		ddd.focus();
		return false;
	}
	if (telefone.value == "") {
		alert("Por Favor digite o Telefone.");
		telefone.focus();
		return false;
	}
	if (endereco.value == "") {
		alert("Por Favor digite o Endereço.");
		endereco.focus();
		return false;
	}
	if (cep.value == "") {
		alert("Por Favor digite o CEP.");
		cep.focus();
		return false;
	}
	if (cidade.value == "") {
		alert("Por Favor digite a Cidade.");
		cidade.focus();
		return false;
	}
	if (estado.value == "") {
		alert("Por Favor digite o Estado.");
		estado.focus();
		return false;
	}
	if (contrato.value == "") {
		alert("Por Favor selecione o Contrato.");
		contrato.focus();
		return false;
	}
	return true;
}
}
function valida_assinar() {

with(document.assinar) {
	if (dominionome.value == "") {
		alert("Por Favor digite o Nome do Domínio.");
		dominionome.focus();
		return false;
	}
	if (nome.value == "") {
		alert("Por Favor digite o Nome do Responsável.");
		nome.focus();
		return false;
	}
	if (cpf.value == "") {
		alert("Por Favor digite o CPF.");
		cpf.focus();
		return false;
	}
	if (nascimento.value == "") {
		alert("Por Favor digite a Data de Nascimento.");
		nascimento.focus();
		return false;
	}
	if (email.value == "") {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (email.value.indexOf("@") == -1) {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (ddd.value == "") {
		alert("Por Favor digite o DDD.");
		ddd.focus();
		return false;
	}
	if (telefone.value == "") {
		alert("Por Favor digite o Telefone.");
		telefone.focus();
		return false;
	}
	if (endereco.value == "") {
		alert("Por Favor digite o Endereço.");
		endereco.focus();
		return false;
	}
	if (cep.value == "") {
		alert("Por Favor digite o CEP.");
		cep.focus();
		return false;
	}
	if (cidade.value == "") {
		alert("Por Favor digite a Cidade.");
		cidade.focus();
		return false;
	}
	if (estado.value == "") {
		alert("Por Favor digite o Estado.");
		estado.focus();
		return false;
	}
	if (contrato.value == "") {
		alert("Por Favor selecione o Contrato.");
		contrato.focus();
		return false;
	}
	return true;
}
}
function valida_contatos() {

with(document.contatos) {
	if (nome.value == "") {
		alert("Por Favor digite seu Nome.");
		nome.focus();
		return false;
	}
	if (email.value == "") {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (email.value.indexOf("@") == -1) {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (domain.value == "") {
		alert("Por Favor digite seu Domínio.");
		domain.focus();
		return false;
	}
	if (assunto.value == "") {
		alert("Por Favor digite o Assunto.");
		assunto.focus();
		return false;
	}
	if (mensagem.value == "") {
		alert("Por Favor digite a Mensagem.");
		mensagem.focus();
		return false;
	}
	return true;
}
}
function valida_confirmar() {

with(document.confirmar) {
	if (nome.value == "") {
		alert("Por Favor digite seu Nome.");
		nome.focus();
		return false;
	}
	if (email.value == "") {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (email.value.indexOf("@") == -1) {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (banco.value == "") {
		alert("Por Favor digite o Nome do Banco e Conta.");
		banco.focus();
		return false;
	}
	if (deposito.value == "") {
		alert("Por Favor digite o Forma de Depósito.");
		deposito.focus();
		return false;
	}
	if (data.value == "") {
		alert("Por Favor digite a Data e Hora.");
		data.focus();
		return false;
	}
	if (numero.value == "") {
		alert("Por Favor digite a Agência de Origem.");
		numero.focus();
		return false;

	}
	if (fatura.value == "") {
		alert("Por Favor digite o Número da Fatura.");
		fatura.focus();
		return false;

	}
	if (valor.value == "") {
		alert("Por Favor digite o Valor do Depósito.");
		valor.focus();
		return false;

	}
	return true;
}
}
function valida_assinar_cristaos() {

with(document.assinar_cristaos) {
	if (dominionome.value == "") {
		alert("Por Favor digite o Nome do Domínio.");
		dominionome.focus();
		return false;
	}
	if (nome.value == "") {
		alert("Por Favor digite o Nome do Responsável.");
		nome.focus();
		return false;
	}
	if (cpf.value == "") {
		alert("Por Favor digite o CPF.");
		cpf.focus();
		return false;
	}
	if (email.value == "") {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (email.value.indexOf("@") == -1) {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (ddd.value == "") {
		alert("Por Favor digite o DDD.");
		ddd.focus();
		return false;
	}
	if (telefone.value == "") {
		alert("Por Favor digite o Telefone.");
		telefone.focus();
		return false;
	}
	if (endereco.value == "") {
		alert("Por Favor digite o Endereço.");
		endereco.focus();
		return false;
	}
	if (cidade.value == "") {
		alert("Por Favor digite a Cidade.");
		cidade.focus();
		return false;
	}
	if (cep.value == "") {
		alert("Por Favor digite o CEP.");
		cep.focus();
		return false;
	}
	if (estado.value == "") {
		alert("Por Favor digite o Estado.");
		estado.focus();
		return false;
	}
	if (contrato.value == "") {
		alert("Por Favor selecione o Declaro.");
		contrato.focus();
		return false;
	}
	return true;
}
}
function valida_assinar_cadastro() {

with(document.assinar_cadastro) {
	if (dominio.value == "") {
		alert("Por Favor digite o Endereço do Site.");
		dominio.focus();
		return false;
	}
	if (titulo.value == "") {
		alert("Por Favor digite o Título do Site.");
		titulo.focus();
		return false;
	}
	if (descricao.value == "") {
		alert("Por Favor digite o Descrição do Site.");
		descricao.focus();
		return false;
	}
	if (palavra.value == "") {
		alert("Por Favor digite Palavras-Chave.");
		palavra.focus();
		return false;
	}
	if (nome.value == "") {
		alert("Por Favor digite o Nome do Responsável.");
		nome.focus();
		return false;

	}
	if (email.value == "") {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (email.value.indexOf("@") == -1) {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (ddd.value == "") {
		alert("Por Favor digite o DDD.");
		ddd.focus();
		return false;
	}
	if (telefone.value == "") {
		alert("Por Favor digite o Telefone.");
		telefone.focus();
		return false;
	}
	if (endereco.value == "") {
		alert("Por Favor digite o Endereço.");
		endereco.focus();
		return false;
	}
	if (cidade.value == "") {
		alert("Por Favor digite a Cidade.");
		cidade.focus();
		return false;
	}
	if (cep.value == "") {
		alert("Por Favor digite o CEP.");
		cep.focus();
		return false;
	}
	if (estado.value == "") {
		alert("Por Favor digite o Estado.");
		estado.focus();
		return false;
	}
	if (contrato.value == "") {
		alert("Por Favor selecione o Declaro.");
		contrato.focus();
		return false;
	}
	return true;
}
}
function valida_assinardominio() {

with(document.assinardominio) {
	if (dominionome.value == "") {
		alert("Por Favor digite o nome do Domínio Desejado.");
		dominionome.focus();
		return false;
	}
	if (want_email.value == "") {
		alert("Por Favor digite o nome do Email Desejado.");
		want_email.focus();
		return false;
	}
	if (nome.value == "") {
		alert("Por Favor digite o nome do Responsável.");
		nome.focus();
		return false;
	}
	if (cpf.value == "") {
		alert("Por Favor digite o CPF.");
		cpf.focus();
		return false;
	}
	if (nascimento.value == "") {
		alert("Por Favor digite a data de Nascimento.");
		nascimento.focus();
		return false;
	}
	if (email.value == "") {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (email.value.indexOf("@") == -1) {
		alert("Por Favor digite seu E-Mail corretamente.");
		email.focus();
		return false;
	}
	if (ddd.value == "") {
		alert("Por Favor digite o DDD.");
		ddd.focus();
		return false;
	}
	if (telefone.value == "") {
		alert("Por Favor digite o Telefone.");
		telefone.focus();
		return false;
	}
	if (endereco.value == "") {
		alert("Por Favor digite o Endereço.");
		endereco.focus();
		return false;
	}
	if (cep.value == "") {
		alert("Por Favor digite o CEP.");
		cep.focus();
		return false;
	}
	if (cidade.value == "") {
		alert("Por Favor digite a Cidade.");
		cidade.focus();
		return false;
	}
	if (estado.value == "") {
		alert("Por Favor digite o Estado.");
		estado.focus();
		return false;
	}
	if (contrato.value == "") {
		alert("Por Favor selecione o Contrato.");
		contrato.focus();
		return false;
	}
	return true;
}
}