function Formulario() {

//verifica campo empresa

if (document.orcamento.empresa.value=="") { 

document.orcamento.empresa.value="Favor Preencher!"
document.orcamento.empresa.style.backgroundColor="gold"
document.orcamento.empresa.focus();

return false;

}

//verifica campo empresa

if (document.orcamento.empresa.value=="Favor Preencher!") { 

document.orcamento.empresa.value="Favor Preencher o campo em destaque!"
document.orcamento.empresa.style.backgroundColor="gold"
document.orcamento.empresa.focus();

return false;

}

//verifica campo empresa

if (document.orcamento.empresa.value=="Favor Preencher o campo em destaque!") { 

document.orcamento.empresa.value="Favor Preencher o campo em destaque!"
document.orcamento.empresa.style.backgroundColor="gold"
document.orcamento.empresa.focus();

return false;

}

//verifica campo DDD

if (document.orcamento.ddd.value=="") { 

document.orcamento.ddd.focus();

return false;


}


//verifica campo telefone

if (document.orcamento.textfield.value=="") { 

document.orcamento.textfield.focus();

return false;

}

//verifica campo contato

if (document.orcamento.ac.value=="") { 

document.orcamento.ac.value="Favor Preencher!"
document.orcamento.ac.style.backgroundColor="gold"
document.orcamento.ac.focus();

return false;

}

if (document.orcamento.ac.value=="Favor Preencher!") { 

document.orcamento.ac.value="Favor Preencher o campo em destaque!"
document.orcamento.ac.style.backgroundColor="gold"
document.orcamento.ac.focus();


return false;

}

if (document.orcamento.ac.value=="Favor Preencher o campo em destaque!") { 

document.orcamento.ac.value="Favor Preencher o campo em destaque!"
document.orcamento.ac.style.backgroundColor="gold"
document.orcamento.ac.focus();

return false;

}

if (document.orcamento.email.value=="") { 

document.orcamento.email.value="Favor Preencher!"
document.orcamento.email.style.backgroundColor="gold"
document.orcamento.email.focus();

return false;

}

if (document.orcamento.email.value=="Favor Preencher!") { 

document.orcamento.email.value="Favor Preencher o campo em destaque!"
document.orcamento.email.style.backgroundColor="gold"
document.orcamento.email.focus();


return false;

}

if (document.orcamento.email.value=="Favor Preencher o campo em destaque!") { 

document.orcamento.email.value="Favor Preencher o campo em destaque!"
document.orcamento.email.style.backgroundColor="gold"
document.orcamento.email.focus();


return false;

}


if (document.orcamento.ramo.value=="") { 

document.orcamento.ramo.value="Favor Preencher!"
document.orcamento.ramo.style.backgroundColor="gold"
document.orcamento.ramo.focus();

return false;

}

if (document.orcamento.ramo.value=="Favor Preencher!") { 

document.orcamento.ramo.value="Favor Preencher o campo em destaque!"
document.orcamento.ramo.style.backgroundColor="gold"
document.orcamento.ramo.focus();

return false;

}

if (document.orcamento.ramo.value=="Favor Preencher o campo em destaque!") { 

document.orcamento.ramo.value="Favor Preencher o campo em destaque!"
document.orcamento.ramo.style.backgroundColor="gold"
document.orcamento.ramo.focus();

return false;

}

}

