function some_nome()
{
	var nome = document.orcamento.nome.value;
	if (nome == "NOME"){
		document.orcamento.nome.value = "";
	}
}
function some_nome2()
{
	var nome = document.orcamento.nome.value;
	if(nome == ""){
		document.orcamento.nome.value = "NOME";
	}
}
function some_email()
{	
	var email = document.orcamento.email.value;
	if (email == "E-MAIL"){
		document.orcamento.email.value = "";
	}
}
function some_email2()
{	
	var email = document.orcamento.email.value;
	if(email == ""){
		document.orcamento.email.value = "E-MAIL";
	}
}
function some_telefone()
{	
	var telefone = document.orcamento.telefone.value;
	if (telefone == "TELEFONE"){
		document.orcamento.telefone.value = "";
	}
}
function some_telefone2()
{	
	var telefone = document.orcamento.telefone.value;
	if(telefone == ""){
		document.orcamento.telefone.value = "TELEFONE";
	}
}
function some_celular()
{	
	var celular = document.orcamento.celular.value;
	if (celular == "CELULAR"){
		document.orcamento.celular.value = "";
	}
}
function some_celular2()
{	
	var celular = document.orcamento.celular.value;
	if(celular == ""){
		document.orcamento.celular.value = "CELULAR";
	}
}
function some_empresa()
{	
	var empresa = document.orcamento.empresa.value;
	if (empresa == "EMPRESA"){
		document.orcamento.empresa.value = "";
	}
}
function some_empresa2()
{	
	var empresa = document.orcamento.empresa.value;
	if(empresa == ""){
		document.orcamento.empresa.value = "EMPRESA";
	}
}
function some_site_atual()
{	
	var site_atual = document.orcamento.site_atual.value;
	if (site_atual == "SITE ATUAL"){
		document.orcamento.site_atual.value = "";
	}
}
function some_site_atual2()
{	
	var site_atual = document.orcamento.site_atual.value;
	if(site_atual == ""){
		document.orcamento.site_atual.value = "SITE ATUAL";
	}
}
function some_segmento()
{	
	var segmento_de_atuacao = document.orcamento.segmento_de_atuacao.value;
	if (segmento_de_atuacao == "SEGMENTO DE ATUACAO"){
		document.orcamento.segmento_de_atuacao.value = "";
	}
}
function some_segmento2()
{	
	var segmento_de_atuacao = document.orcamento.segmento_de_atuacao.value;
	if(segmento_de_atuacao == ""){
		document.orcamento.segmento_de_atuacao.value = "SEGMENTO DE ATUACAO";
	}
}
function some_publico()
{	
	var publico_alvo = document.orcamento.publico_alvo.value;
	if (publico_alvo == "PUBLICO ALVO"){
		document.orcamento.publico_alvo.value = "";
	}
}
function some_publico2()
{	
	var publico_alvo = document.orcamento.publico_alvo.value;
	if(publico_alvo == ""){
		document.orcamento.publico_alvo.value = "PUBLICO ALVO";
	}
}
function some_referencia()
{	
	var sites_de_referencia = document.orcamento.sites_de_referencia.value;
	if (sites_de_referencia == "SITES DE REFERENCIA"){
		document.orcamento.sites_de_referencia.value = "";
	}
}
function some_referencia2()
{	
	var sites_de_referencia = document.orcamento.sites_de_referencia.value;
	if(sites_de_referencia == ""){
		document.orcamento.sites_de_referencia.value = "SITES DE REFERENCIA";
	}
}
function some_consideracoes()
{	
	var consideracoes = document.orcamento.consideracoes.value;
	if (consideracoes == "CONSIDERACOES"){
		document.orcamento.consideracoes.value = "";
	}
}
function some_consideracoes2()
{	
	var consideracoes = document.orcamento.consideracoes.value;
	if(consideracoes == ""){
		document.orcamento.consideracoes.value = "CONSIDERACOES";
	}
}
function troca_nome()
{
	var nome = document.contato.nome.value;
	if (nome == "NOME"){
		document.contato.nome.value = "";
	}
}
function troca_nome2()
{
	var nome = document.contato.nome.value;
	if(nome == ""){
		document.contato.nome.value = "NOME";
	}
}
function troca_email()
{
	var email = document.contato.email.value;
	if (email == "E-MAIL"){
		document.contato.email.value = "";
	}
}
function troca_email2()
{
	var email = document.contato.email.value;
	if(email == ""){
		document.contato.email.value = "E-MAIL";
	}
}
function troca_empresa()
{
	var empresa = document.contato.empresa.value;
	if (empresa == "EMPRESA"){
		document.contato.empresa.value = "";
	}
}
function troca_empresa2()
{
	var empresa = document.contato.empresa.value;
	if(empresa == ""){
		document.contato.empresa.value = "EMPRESA";
	}
}
function troca_mensagem()
{
	var mensagem = document.contato.mensagem.value;
	if (mensagem == "MENSAGEM"){
		document.contato.mensagem.value = "";
	}
}
function troca_mensagem2()
{
	var mensagem = document.contato.mensagem.value;
	if(mensagem == ""){
		document.contato.mensagem.value = "MENSAGEM";
	}
}
function muda_nome()
{
	var nome = document.news.nome.value;
	if (nome == "NOME"){
		document.news.nome.value = "";
	}
}
function muda_nome2()
{
	var nome = document.news.nome.value;
	if(nome == ""){
		document.news.nome.value = "NOME";
	}
}
function muda_email()
{
	var email = document.news.email.value;
	if (email == "E-MAIL"){
		document.news.email.value = "";
	}
}
function muda_email2()
{
	var email = document.news.email.value;
	if(email == ""){
		document.news.email.value = "E-MAIL";
	}
}

function orc()
{
	var nome = document.orcamento.nome.value;
	var email = document.orcamento.email.value;
	var telefone = document.orcamento.telefone.value;
	var celular = document.orcamento.celular.value;
	var empresa = document.orcamento.empresa.value;
	var site_atual = document.orcamento.site_atual.value;
	var segmento_de_atuacao = document.orcamento.segmento_de_atuacao.value;
	var publico_alvo = document.orcamento.publico_alvo.value;
	var sites_de_referencia = document.orcamento.sites_de_referencia.value;
	var consideracoes = document.orcamento.consideracoes.value;
	
	if (nome == "NOME" || email == "E-MAIL" || telefone == "TELEFONE" || empresa == "EMPRESA")
	{
		alert ("Favor Preencha o NOME, E-MAIL, TELEFONE e EMPRESA");
		return false;
	}
	else
	{
		alert ("E-Mail Enviado !!!");
		return true;
	}
}

function cont()
{
	var nome = document.contato.nome.value;
	var email = document.contato.email.value;
	var empresa = document.contato.empresa.value;
	var mensagem = document.contato.mensagem.value;
	
	if (nome == "NOME" || email == "E-MAIL" || mensagem == "MENSAGEM")
	{
		alert ("Favor Preencha o NOME, E-MAIL e MENSAGEM");
		return false;
	}
	else
	{
		alert ("E-Mail Enviado !!!");
		return true;
	}
}

function news2()
{
	var nome = document.news.nome.value;
	var email = document.news.email.value;
	
	if (email == "E-MAIL")
	{
		alert ("Favor Preencha o E-MAIL.");
		return false;
	}
	else
	{
		alert ("E-Mail Enviado !!!");
		return true;
	}
}


function muda_nome3()
{
	var SMT_NOME = document.form1.SMT_NOME.value;
	if (SMT_NOME == "NOME"){
		document.form1.SMT_NOME.value = "";
	}
}
function muda_nome4()
{
	var SMT_NOME = document.form1.SMT_NOME.value;
	if(SMT_NOME == ""){
		document.form1.SMT_NOME.value = "NOME";
	}
}
function muda_email3()
{
	var SMT_MAIL = document.form1.SMT_MAIL.value;
	if (SMT_MAIL == "E-MAIL"){
		document.form1.SMT_MAIL.value = "";
	}
}
function muda_email4()
{
	var SMT_MAIL = document.form1.SMT_MAIL.value;
	if (SMT_MAIL == ""){
		document.form1.SMT_MAIL.value = "E-MAIL";
	}
}

