function valida() {
	var Check = 0;
	if (document.form.email.value == '') { alert("Por favor, digite seu e-mail..."); Check = 1; return false; }
	if (Check != 1) { 
		document.form.submit.disabled = true;
		return true;
	}
}
function tos() {
	var left = ((screen.width)/2)-(580/2);
	var top = ((screen.height)/2)-(580/2);
	var NewPop = null; 
	NewPop = window.open ('termos.php','removieopening','toolbar=no, location=no, status=no, menubar=yes, scrollbars=yes, resizable=no, left='+left+', top='+top+', width=580, height=580'); 
	NewPop.focus();
}
function excluir_prospecto(codigo) {
	if (window.confirm('Deseja realmente excluir este registro?\n\nPara confirmar pressione OK!')) { 
		location.href='usuarios.php?pagina=prospectos&action=excluir&cod='+codigo;
	}
}
