// JavaScript Document

function flash(){
document.write("<embed src='BANNER.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='913' height='233'></embed>");
}

function verifica(){
if (document.frm_email.nome.value=="") {
	document.frm_email.nome.style.backgroundColor='#fde3e3'
	document.frm_email.nome.focus();
	return false;
}
if (document.frm_email.email.value=="") {
	document.frm_email.email.style.backgroundColor='#fde3e3'
	document.frm_email.email.focus();
	return false;
}
if (document.frm_email.telefone.value=="") {
	document.frm_email.telefone.style.backgroundColor='#fde3e3'
	document.frm_email.telefone.focus();
	return false;
}



if (document.frm_email.estado.value=="") {
	document.frm_email.estado.style.backgroundColor='#fde3e3'
	document.frm_email.estado.focus();
	return false;
}

if (document.frm_email.mensagem.value=="") {
	document.frm_email.mensagem.style.backgroundColor='#fde3e3'
	document.frm_email.mensagem.focus();
	return false;
}
	
}

function verifica2(){
if (document.frm_email2.nome.value=="") {
	document.frm_email2.nome.style.backgroundColor='#fde3e3'
	document.frm_email2.nome.focus();
	return false;
}
if (document.frm_email2.email.value=="") {
	document.frm_email2.email.style.backgroundColor='#fde3e3'
	document.frm_email2.email.focus();
	return false;
}
if (document.frm_email2.telefone.value=="") {
	document.frm_email2.telefone.style.backgroundColor='#fde3e3'
	document.frm_email2.telefone.focus();
	return false;
}



if (document.frm_email2.empresa.value=="") {
	document.frm_email2.empresa.style.backgroundColor='#fde3e3'
	document.frm_email2.empresa.focus();
	return false;
}

if (document.frm_email2.mensagem.value=="") {
	document.frm_email2.mensagem.style.backgroundColor='#fde3e3'
	document.frm_email2.mensagem.focus();
	return false;
}
	
}