function validarForm(){

// -> Newsletter
if( document.newsLetter.newsletterMailField.value=="" || document.newsLetter.newsletterMailField.value.indexOf('@')==-1 || document.newsLetter.newsletterMailField.value.indexOf('.')==-1 ){
	document.newsLetter.newsletterMailField.focus();
	document.getElementById('error').style.display='block';
	return false;
}else{
	document.getElementById('error').style.display='none';
	document.getElementById('ok').style.display='block';
}
}
function validarFormContact(){
//NOME
if( document.formContact.fldContact_name.value=="" || document.formContact.fldContact_name.value.length < 3){
	document.getElementById('fld_nome').style.borderColor="#777";
	document.formContact.fldContact_name.focus();
	return false;
}else{
	document.getElementById('fld_nome').style.borderColor="#eee";
}
//EMAIL
if( document.formContact.fldContact_email.value=="" || document.formContact.fldContact_email.value.indexOf('@')==-1 || document.formContact.fldContact_email.value.indexOf('.')==-1 ){
	document.getElementById('fld_email').style.borderColor="#777";
	document.formContact.fldContact_email.focus();
	return false;
}else{
	document.getElementById('fld_email').style.borderTopColor="#eee";
	document.getElementById('fld_email').style.borderBottomColor="#eee";
}
//ASSUNTO
if( document.formContact.fldContact_subject.value=="" || document.formContact.fldContact_subject.value.length < 3){
	document.getElementById('fld_assunto').style.borderColor="#777";
	document.formContact.fldContact_subject.focus();
	return false;
}else{
	document.getElementById('fld_assunto').style.borderTopColor="#eee";
	document.getElementById('fld_assunto').style.borderBottomColor="#eee";
}
//MENSAGEM
if( document.formContact.fldContact_message.value=="" || document.formContact.fldContact_message.value.length < 2){
	document.getElementById('fld_message').style.borderColor="#777";
	document.formContact.fldContact_message.focus();
	return false;
}else{
	document.getElementById('fld_message').style.borderTopColor="#eee";
	document.getElementById('fld_message').style.borderBottomColor="#eee";
}


/*
//NOME
if( document.sendPicForm.fld_nome_ctc.value=="" || document.sendPicForm.fld_nome_ctc.value.length < 3){
	document.getElementById('fld_nome_ctc').style.borderColor="#ff8125";
	document.sendPicForm.fld_nome_ctc.focus();
	document.getElementById('muralSendPicError').style.display='block';
	return false;
}else{
	document.getElementById('fld_nome_ctc').style.borderColor="#272321";
	document.getElementById('muralSendPicError').style.display='none';
}
//EMAIL
if( document.sendPicForm.fld_email_ctc.value=="" || document.sendPicForm.fld_email_ctc.value.indexOf('@')==-1 || document.sendPicForm.fld_email_ctc.value.indexOf('.')==-1 ){
	document.getElementById('fld_email_ctc').style.borderColor="#ff8125";
	document.sendPicForm.fld_email_ctc.focus();
	document.getElementById('muralSendPicError').style.display='block';
	return false;
}else{
	document.getElementById('fld_email_ctc').style.borderColor="#272321";
	document.getElementById('muralSendPicError').style.display='none';
}
//TEL

if( document.sendPicForm.fld_tel_ctc.value=="" || document.sendPicForm.fld_tel_ctc.value.length >= 15){
	document.getElementById('fld_tel_ctc').style.borderColor="#ff8125";
	document.sendPicForm.fld_tel_ctc.focus();
	document.getElementById('muralSendPicError').style.display='block';
	return false;
}else{
	document.getElementById('fld_tel_ctc').style.borderColor="#272321";
	document.getElementById('muralSendPicError').style.display='none';
}
//ASSUNTO
if( document.sendPicForm.fld_assunto_ctc.value=="" || document.sendPicForm.fld_assunto_ctc.value.length < 3){
	document.getElementById('fld_assunto_ctc').style.borderColor="#ff8125";
	document.sendPicForm.fld_assunto_ctc.focus();
	document.getElementById('muralSendPicError').style.display='block';
	return false;
}else{
	document.getElementById('fld_assunto_ctc').style.borderColor="#272321";
	document.getElementById('muralSendPicError').style.display='none';
}
//MENSAGEM
if( document.sendPicForm.fld_mensagem_ctc.value=="" || document.sendPicForm.fld_mensagem_ctc.value.length < 10){
	document.getElementById('fld_mensagem_ctc').style.borderColor="#ff8125";
	document.sendPicForm.fld_mensagem_ctc.focus();
	document.getElementById('muralSendPicError').style.display='block';
	return false;
}else{
	document.getElementById('fld_mensagem_ctc').style.borderColor="#272321";
	document.getElementById('muralSendPicError').style.display='none';
}*/
/*if( document.sendPicForm.fld_email_ctc.value=="" || document.sendPicForm.fld_email_ctc.value.indexOf('@')==-1 || document.sendPicForm.fld_email_ctc.value.indexOf('.')==-1 ){
	document.getElementById('fld_email_ctc').style.borderColor="#ff8125";
	document.sendPicForm.fld_fld_email_ctc.focus();
	document.getElementById('muralSendPicError').style.display='block'
	return false;
}else{
	document.getElementById('fld_email_ctc').style.borderColor="#dddddd";
	document.getElementById('muralSendPicError').style.display='none'
}*/
/*if( document.sendPicForm.fld_email_ctc.value=="" || document.sendPicForm.fld_email_ctc.value.indexOf('@')==-1 || document.sendPicForm.fld_email_ctc.value.indexOf('.')==-1 ){
	document.getElementById('fld_email_ctc').style.borderColor="#ff8125";
	document.sendPicForm.fld_email_ctc.focus();
	document.getElementById('muralSendPicError').style.display='block';
	return false;
}else{
	document.getElementById('fld_email_ctc').style.borderColor="#272321";
	document.getElementById('muralSendPicError').style.display='none';
}*/
//TEL
/*if( document.sendPicForm.fld_tel_ctc.value=="" || document.sendPicForm.fld_tel_ctc.value.length >= 15){
	document.getElementById('fld_tel_ctc').style.borderColor="#ff8125";
	document.sendPicForm.fld_tel_ctc.focus();
	document.getElementById('muralSendPicError').style.display='block'
	return false;
}else{
	document.getElementById('fld_tel_ctc').style.borderColor="#dddddd";
	document.getElementById('muralSendPicError').style.display='none'
}/*
//EMAIL
/*if( document.formSale.fld_email.value=="" || document.formSale.fld_email.value.indexOf('@')==-1 || document.formSale.fld_email.value.indexOf('.')==-1 ){
	document.getElementById('fld_email').style.borderColor="#ff8125";
	document.formSale.fld_email.focus();
	document.getElementById('muralSendPicError').style.display='block'
	return false;
}else{
	document.getElementById('fld_email').style.borderColor="#dddddd";
	document.getElementById('muralSendPicError').style.display='none'
}*/
//TEL
/*if( document.formSale.fld_telefone.value=="" || document.formSale.fld_telefone.value.length >= 15){
	document.getElementById('fld_telefone').style.borderColor="#ff8125";
	document.formSale.fld_telefone.focus();
	document.getElementById('muralSendPicError').style.display='block'
	return false;
}else{
	document.getElementById('fld_telefone').style.borderColor="#dddddd";
	document.getElementById('muralSendPicError').style.display='none'
}*/
//ESTADO
/*if( document.formSale.fld_estado.selectedIndex==0){ 
	document.getElementById('fld_estado').style.borderColor="#ff8125";
	document.formSale.fld_estado.focus();
	document.getElementById('muralSendPicError').style.display='block'
	return false;
}else{
	document.getElementById('fld_estado').style.borderColor="#dddddd";
	document.getElementById('muralSendPicError').style.display='none'
}*/
//CIDADE
/*if( document.formSale.fld_cidade.value=="" || document.formSale.fld_cidade.value.length < 2){
	document.getElementById('fld_cidade').style.borderColor="#ff8125";
	document.formSale.fld_cidade.focus();
	document.getElementById('muralSendPicError').style.display='block'
	return false;
}else{
	document.getElementById('fld_cidade').style.borderColor="#dddddd";
	document.getElementById('muralSendPicError').style.display='none'
}*/
//SOU
/*if( document.formSale.fld_situacao_sou.selectedIndex==0){ 
	document.getElementById('fld_situacao_sou').style.borderColor="#ff8125";
	document.formSale.fld_situacao_sou.focus();
	document.getElementById('muralSendPicError').style.display='block'
	return false;
}else{
	document.getElementById('fld_situacao_sou').style.borderColor="#dddddd";
	document.getElementById('muralSendPicError').style.display='none'
}*/
//PROPOSTA
/*if( document.formSale.fld_proposta.value=="" || document.formSale.fld_proposta.value.length < 10){
	document.getElementById('fld_proposta').style.borderColor="#ff8125";
	document.formSale.fld_proposta.focus();
	document.getElementById('muralSendPicError').style.display='block'
	return false;
}else{
	document.getElementById('fld_proposta').style.borderColor="#dddddd";
	document.getElementById('muralSendPicError').style.display='none'
}*/
return true;
}

function cleanbx(){
	telCampo = document.getElementById('fld_tel_ctc').value;

	if (telCampo == "(ddd) + telefone"){
		document.getElementById('fld_tel_ctc').value = "";
	}else{
		document.getElementById('fld_tel_ctc').value = telCampo;
	}
}       

function fillbx(){
	telCampo = document.getElementById('fld_tel_ctc').value;

	if(telCampo == ""){
		document.getElementById('fld_tel_ctc').value = "(ddd) + telefone";
	}else if((telCampo != "(ddd) + telefone") && (telCampo != "")){
		document.getElementById('fld_tel_ctc').value = telCampo;
	}
}
