function vc(){Nome = document.frm_contato.Nome;Email = document.frm_contato.Email;Assunto = document.frm_contato.Assunto;Mensagem = document.frm_contato.Mensagem;if (Nome.value==''){alert('Preencha o campo Nome.');Nome.focus();return false;}else if (Email.value==''){alert('Preencha o campo E-mail.');Email.focus();return false;}else if (Assunto.value==''){alert('Preencha o campo Assunto.');Assunto.focus();return false;}else if (Mensagem.value==''){alert('Preencha o campo Mensagem.');Mensagem.focus();return false;}else{return true;}}function vn(){Nome = document.frm_news.Nome;Email = document.frm_news.Email;if (Nome.value==''){alert('Preencha o campo Nome.');Nome.focus();}else if (Email.value==''){alert('Preencha o campo E-mail.');Email.focus();}else{document.frm_news.submit();}}function vix(){Nome = document.frm_indique.Nome;Email = document.frm_indique.Email;Nome2 = document.frm_indique.Nome2;Email2 = document.frm_indique.Email2;if (Nome.value==''){alert('Informe seu nome.');Nome.focus();return false;}else if (Email.value==''){alert('Informe seu e-mail.');Email.focus();return false;}else if (Nome2.value==''){alert('Informe o nome de seu amigo.');Nome2.focus();return false;}else if (Email2.value==''){alert('Informe o e-mail de seu amigo.');Email2.focus();return false;}else{return true;}}function OpenURL(Pagina){location.href = Pagina;}function ossw(link,x,y,s) {var t = (screen.height - y) / 2;var e = (screen.width - x) / 2;window.open(link,x+y+s,'width=' + x + ',height=' + y + ',scrollbars=' + s + ',toolbar=0,location=0,status=1,menubar=0,resizable=1,left=' + e + ',top=' + t + '');}function _ss(FrmId){document.getElementById(FrmId).reset();}

function MostraConteudo(){
	document.getElementById('Conteudo').style.display = '';
}
