function checkdata() {
	with(document.orcamento) {	
		if (Email.value == "") {				
			alert("Preencha o campo email!");
					Email.focus();
					return false; 		    	 						} 		            alert("Site Recomendado com sucesso!");						submit();			
	}
}	