<!--
	function fn_Divs(index){
		for(i = 1; i <= 7; i++)
			document.getElementById('divImv_' + i).style.display = 'none';
		document.getElementById('divImv_' + index).style.display = 'block';
	}

	function fn_EnviaImovelInqFiador(theForm) {
		if (!validaitem(theForm.nm_Cliente,'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();
	}
//-->
