function valida() {
	var Check = 0;
	if (document.form.nomep.value == '') { Check = 1; }
	if (document.form.emailp.value == '') { Check = 1; }
	if (Check == 1) {
		alert("Nome e e-mail devem ser preenchidos.");
		return false;
	} else {
		document.form.submit.disabled = true;
		return true;
	}
}
function janela3() {
	var left = ((screen.width)/2)-(580/2);
	var top = ((screen.height)/2)-(580/2);
	var NewPop = null; 
	NewPop = window.open ('classificados.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 janela4() {
	var left = ((screen.width)/2)-(580/2);
	var top = ((screen.height)/2)-(480/2);
	var NewPop = null; 
	NewPop = window.open ('spam.php','removieopening','toolbar=no, location=no, status=no, menubar=yes, scrollbars=yes, resizable=no, left='+left+', top='+top+', width=580, height=480'); 
	NewPop.focus();
}
function janela7(codigo) {
	var left = ((screen.width)/2)-(350/2);
	var top = ((screen.height)/2)-(250/2);
	var NewPop = null; 
	NewPop = window.open ('impconta.php?cod='+codigo,'removieopening','toolbar=no, location=no, status=no, menubar=yes, scrollbars=yes, resizable=no, left='+left+', top='+top+', width=350, height=250'); 
	NewPop.focus();
}
