<!--
	function fn_EnviaImovelCompra(theForm) {
		if (!validaitem(theForm.tx_Nome,'s','4','150','Nome')){return (false);}
		if (!validaitem(theForm.tx_Email,'s','5','200','E-mail')){return (false);}
		if (!splitemail(theForm.tx_Email)){return (false);}	
	
		theForm.submit();
	}
//-->
