
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="pt-br"/>
<META NAME="author" CONTENT="www.eurosite.com.br"/>
<meta name="reply-to" content="contato@villariopreto.com.br"/>
<meta name="generator" content="Notepad++ v5.4.5"/>
<META NAME="description" CONTENT="Villa Rio Preto"/>
<META NAME="keywords" CONTENT="S&atilde;o Jos&eacute; Rio Preto,casa,apartamento,im&oacute;vel,vende,aluga,terreno,imobiliaria"/>
<meta name="robots" content="index,follow"/>
<meta name="title" content="Villa Rio Preto"/>
<meta name="resource-type" content="document"/>
<meta name="classification" content="Internet"/>
<meta name="distribution" content="Global"/>
<meta name="rating" content="General"/>
<meta name="doc-class" content="Completed"/>
<meta content="Public" name="doc-rights"/>
<link rel="stylesheet" type="text/css" href="common/css/main.css" />
<link rel="stylesheet" type="text/css" href="common/css/subModal.css" />
<script type="text/javascript" src="common/js/common.js"></script>
<script type="text/javascript" src="common/js/subModal.js"></script>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="common/js/AC_RunActiveContent.js" language="javascript"></script>

<script>
function Apaga(codigo) {location.href='carrinhoDeImoveis.asp?apaga=ok&codApaga='+codigo;}
function Limpar(valor, validos){ 
	// retira caracteres invalidos da string 
	var result = ""; 
	var aux; 
	for (var i=0; i < valor.length; i++) { 
	aux = validos.indexOf(valor.substring(i, i+1)); 
	if (aux>=0) { 
	result += aux; 
	} 
} 
return result; 
} 
//Formata nÃºmero tipo moeda usando o evento onKeyDown 
function Formata(campo,tammax,teclapres,decimal) { 
	var tecla = teclapres.keyCode; 
	vr = Limpar(campo.value,"0123456789"); 
	tam = vr.length; 
	dec=decimal 
	
	if (tam < tammax && tecla != 8){ tam = vr.length + 1 ; } 
		
	if (tecla==8){ tam = tam - 1 ;} 
	if ( tecla == 8 || tecla >= 48 && tecla <= 57 || tecla >= 96 && tecla <= 105 ){ 
		if (tam<=dec){campo.value=vr;} 
		
		if ( (tam > dec) && (tam <= 5) ){ 
		campo.value = vr.substr( 0, tam - 2 ) + "," + vr.substr( tam - dec, tam ) ; } 
		if ( (tam >= 6) && (tam <= 8) ){ 
		campo.value = vr.substr( 0, tam - 5 ) + "." + vr.substr( tam - 5, 3 ) + "," + vr.substr( tam - dec, tam ) ; 
		} 
		if ( (tam >= 9) && (tam <= 11) ){ 
		campo.value = vr.substr( 0, tam - 8 ) + "." + vr.substr( tam - 8, 3 ) + "." + vr.substr( tam - 5, 3 ) + "," + vr.substr( tam - dec, tam ) ; } 
		if ( (tam >= 12) && (tam <= 14) ){ 
		campo.value = vr.substr( 0, tam - 11 ) + "." + vr.substr( tam - 11, 3 ) + "." + vr.substr( tam - 8, 3 ) + "." + vr.substr( tam - 5, 3 ) + "," + vr.substr( tam - dec, tam ) ; } 
		if ( (tam >= 15) && (tam <= 17) ){ 
		campo.value = vr.substr( 0, tam - 14 ) + "." + vr.substr( tam - 14, 3 ) + "." + vr.substr( tam - 11, 3 ) + "." + vr.substr( tam - 8, 3 ) + "." + vr.substr( tam - 5, 3 ) + "," + vr.substr( tam - 2, tam ) ;} 
		} 

} 

var sc = 1;
var st = 0;
var w = 0;
var h = 0;
function deadCenter(w,h,url) {
        if (window.screen) {
		var chasm = screen.availWidth;
		var mount = screen.availHeight;
		  putItThere = window.open(url,'compass','width=' + w + ',height=' + h + ',scrollbars=' + sc + ',status=' + st + ',left=' + ((chasm - w - 10) * .5) + ',top=' + ((mount - h - 30) * .5));
		  
        }
}
function foto(urlFoto) {
	parent.document.fotoGrande.src='images/'+urlFoto;
}
function VisualizaImovel(codimovel) {
//	location.href = 'view_dados_imovel.asp?codimovel='+codimovel;
	//window.open('view_dados_imovel.asp?codimovel='+codimovel,'','height=550, width=675, scrollbars=yes');
	showPopWin('view_dados_imovel.asp?codimovel='+codimovel, 'Dados do ImÃ³vel',705, 550, null);
}
function selecionaImovel(codimovel) {
	aux.location.href='selecionaImovel.asp?codimovel='+codimovel;
}
function retiraImovel(codimovel) {
	//alert('retirarrrr')
	var conf;
	conf = confirm('Deseja excluir este imÃ³vel da sua lista pessoal ?')
	if (conf) {
		location.href='CarrinhodeImoveis.asp?action=del&codimovel='+codimovel;
	}
	return;
}

function listaSelecionado() {
		document.dados.ideSelecionado.value='S';
		document.dados.submit();
}


function enviarLogin() {
	var texto = document.proposta.emlcontato.value;
	if (texto.length==0) {
		alert('Ã© necessÃ¡rio preencher o usuÃ¡rio para o login!');
		document.proposta.emlcontato.focus();
		return;
	}
	
	texto = document.proposta.senusuario.value;
	if (texto.length==0) {
		alert('Ã© necessÃ¡rio preencher a senha para o login!');
		 document.proposta.senusuario.focus();
		return;
	}
	document.proposta.submit();
}

function lembrarSenha() {
	var texto = document.proposta.emlcontato.value;
	if (texto.length==0) {
		alert('Ã© necessÃ¡rio preencher o usuÃ¡rio para o login!');
		document.proposta.emlcontato.focus();
		return;
	}
	aux.location.href='lembrarSenha.asp?action=ok&emlcontato='+texto;
}
</script>
<style type="text/css">
<!--
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	color: #990000;
	font-weight: bold;
}
.style3 {color: #990000}
.style4 {
	color: #999999;
	font-weight: bold;
	font-size: 9px;
}
-->
</style>
</head>
<title>Villa Rio Preto</title>
</head>
<body>
<center>
<div id="geral">
	<center>
	<div id="menu"><br/>
		<div style="float:left;">
		<ul>
		<li><a href="index.asp">Inicial</a></li>
		<li><a href="#">|</a></li>
		<li><a href="faleConosco.asp">Fale Conosco</a></li>
		</ul>
		</div>
		<div style="float:right; color: #F8C300; font-size: 12px; font-weight:bold; font-family: verdana; margin-right:13px;">
			Fone: (17) 3233-3123 / 3233-3118
		</div>
	</div>
</center><center><div id="banner">
<script language="javascript">
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '749',
			'height', '173',
			'src', 'common/swf/banner',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'banner',
			'bgcolor', '#ffffff',
			'name', 'banner',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'common/swf/banner',
			'salign', ''
			); //end AC code
	}
</script>
<noscript>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="749" height="173" id="banner" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="common/swf/banner.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="common/swf/banner.swf" quality="high" bgcolor="#ffffff" width="749" height="173" name="banner" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
</noscript>
</div></center>

<div id="col1">
	<div id="p">
	<div id="p_">
	<div class="wrap"><br/><img src="common/img/t_destaques.gif"/>
	<br/>
	<div class="preview"><div style="background:url(http://www.villariopreto.com.br/apresenta_imagem_bypath.asp?x=150&pathimage=images/imoveis/pq%5F849%5FLogo+Novo%2Ejpg) 50% 50% no-repeat" class="img"><a href="javascript:void(0)" onClick="VisualizaImovel('849');"><img src="common/img/img_pad.gif"/></a></div><p>AUFERVILLE  III<br/>Terrenos Residenciais<br/></div><div class="preview"><div style="background:url(http://www.villariopreto.com.br/apresenta_imagem_bypath.asp?x=150&pathimage=images/imoveis/pq%5F702%5FPC300986%2EJPG) 50% 50% no-repeat" class="img"><a href="javascript:void(0)" onClick="VisualizaImovel('702');"><img src="common/img/img_pad.gif"/></a></div><p>SANTA CRUZ<br/>Imóveis Comerciais<br/>Venda: R$ 350.000,00<br/><a href="javascript:void(0)" onClick="VisualizaImovel('702');" class="mais">saiba mais</a></p></div><div class="preview"><div style="background:url(http://www.villariopreto.com.br/apresenta_imagem_bypath.asp?x=150&pathimage=images/imoveis/pq%5F830%5FApto+Dom+Azeredo+002%2EJPG) 50% 50% no-repeat" class="img"><a href="javascript:void(0)" onClick="VisualizaImovel('830');"><img src="common/img/img_pad.gif"/></a></div><p>OURO VERDE<br/>Apartamentos<br/>Loca&ccedil;&atilde;o: R$ 600,00<br/><a href="javascript:void(0)" onClick="VisualizaImovel('830');" class="mais">saiba mais</a></p></div>
<br/><br/>

	</div></div></div>
</div><!--col1-->
<div id="col2">





<table width="100%" height="100%" cellspacing=0 cellpadding=3>
<tr><td width="611" height="11" background="images/FundoTopoTableAzul.jpg" VALIGN="MIDDLE"><p class="style1" style="margin-left:5px">Carrinho de Im&oacute;veis </p></td></tr>
<tr><td height="166" valign="top"><p style="margin:5px"><img src="images/carrim.jpg" width="153" height="156" align="left">O Carrinho de im&oacute;veis foi desenvido para facilitar a sua vida na hora de escolher os im&oacute;veis que mais lhe agradaram. </p>
	<p style="margin:5px">De uma forma pr&aacute;tica e din&acirc;mica basta voc&ecirc; ir selecionando os itens que mais lhe agradou durantes sua navega&ccedil;&atilde;o e ir&atilde;o estar salvos em seu carrinho para ap&oacute;s a sele&ccedil;&atilde;o voc&ecirc; possa fazer sua an&aacute;lise mais profunda. </p>
    </td>
</tr>
<tr><td height="13"></td></tr>
			
		  </td></tr>
       </table>
	   
	    <P>&nbsp;</p>

<div id="divProposta" name="divProposta" style="align:center; width:100%; height:300; background-color: ; border:  solid 1px;" bgcolor="#FFFFFF">
 	<table width="100%"><TR><TD><B>Envio de Proposta/interesse</b></td><TD align="right"></td></tr></table>
	<table width="100%" cellpadding=5><TR><TD align="left">
	Para enviar uma proposta/interesse do im&oacute;vel, Ã© necess&aacute;rio efetuar o login. <BR><a href="cadastro_completo.asp?codimovel=">Caso voc&ecirc; ainda n&atilde;o seja  cadastrado, clique aqui, Ã©
	r&aacute;pido e f&aacute;cil !</a><P>
		<form action="login.asp" target="aux" method="post" name="proposta">
			<input type="hidden" name="codImovel" value="">
			<input type="hidden" name="ideCarrinho" value="S">
			E-mail<BR>
			<input type="text" name="emlcontato" size="30" class="txtfield_cad" maxlength="100"><BR>
			Senha<BR>
			<input type="password" name="senusuario" size="20" class="txtfield_cad" maxlength="20"><BR>
			<input type="hidden" name="action" value="logar">
			<input type="button"  value="Login" onclick="enviarLogin()" class="txtfield_botao_vermelho"><P>
			<a href="#" onclick="lembrarSenha()">Esqueceu a senha? Clique aqui!</a>
		</form>
		<a href="cadastro_completo.asp?codimovel=">N&atilde;o Ã© cadastrado? Cadastre-se agora!</a>
		</td></tr></table>
 </div>
   
 
</div><!--col2-->

<center>
<div id="rodape"><br/>
	<div style="float:left;">
		<ul>
		<li><a href="index.asp">Inicial</a></li>
		<li><a href="#">|</a></li>
		<li><a href="faleConosco.asp">Fale Conosco</a></li>
		</ul>
		</div>
		<div style="float:right; color: #fff; font-family: verdana; font-size:10px; margin-right: 12px;">
		 RUA SIQUEIRA CAMPOS, Nº 3524 - BAIRRO SANTA CRUZ<BR> SÃO JOSÉ DO RIO PRETO - SP<BR> Fone: (17) 3233-3123 / 3233-3118<BR> <br/><font color="#00000"><a href="http://www.eurosite.com.br" style="color: #000;">Imobiliária virtual desenvolvida por: Eurosite</a></font></div>
</div>
</center>
</center>
</body>
</html>
