
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<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"/>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="common/js/AC_RunActiveContent.js" language="javascript"></script>
<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>
	
	
	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);
}

</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>
<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>
<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=84&h=66&pathimage=images/imoveis/pq%5F752%5FHERCULANO1%2EJPG) 50% 50% no-repeat" class="img"><a href="javascript:void(0)" onClick="VisualizaImovel('752');"><img src="common/img/img_pad.gif"/></a></div><p style="font-size:11px; font-family: tahoma;">JARDIM HERCULANO<br/>Salões Comerciais<br/>Loca&ccedil;&atilde;o: R$ 300,00<br/><a href="javascript:void(0)" onClick="VisualizaImovel('752');" class="mais">saiba mais</a></p></div><div class="preview"><div style="background:url(http://www.villariopreto.com.br/apresenta_imagem_bypath.asp?x=84&h=66&pathimage=images/imoveis/pq%5F830%5FApto+Dom+Azeredo+001%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 style="font-size:11px; font-family: tahoma;">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><div class="preview"><div style="background:url(http://www.villariopreto.com.br/apresenta_imagem_bypath.asp?x=84&h=66&pathimage=images/imoveis/pq%5F781%5FResidencial+Saint+Exupery+010%2EJPG) 50% 50% no-repeat" class="img"><a href="javascript:void(0)" onClick="VisualizaImovel('781');"><img src="common/img/img_pad.gif"/></a></div><p style="font-size:11px; font-family: tahoma;">BOM JARDIM<br/>Apartamentos<br/>Loca&ccedil;&atilde;o: R$ 1.200,00<br/><a href="javascript:void(0)" onClick="VisualizaImovel('781');" class="mais">saiba mais</a></p></div>
<br/><br/>

	</div></div></div>
</div><!--col1-->
<div id="col2">
<form action="faleconosco.asp" name="dados" method="post">
<table width="100%" height="100%" cellspacing=0 cellpadding=3>
<tr><td width="611" height="13" valign="middle" cellspacing=0 background="#F8C300"><span style="margin-left:5px">Fale Conosco </span></td></tr>
<tr><td height="580" valign="top">
		<div id="Mensagem" name="Mensagem" class="errorMsg" width="100%" align=left></div><p>
		<p align="justify" style="margin:5px">Preencha o formul&aacute;rio abaixo para entrar em contato com nossa equipe.</p>
		<p align="justify" style="margin:5px">&nbsp;</p>
	
		Em qual &aacute;rea deseja falar?<br>
		<select name="setor" style="border:1px solid #ccc">
		  <option value="vendas" >Vendas</option>
		  <option value="locacao" >Loca&ccedil;&atilde;o</option>
		  <option value="consultoria" >Consultoria</option>
		  <option value="financa" >Finan&ccedil;as</option>
		  <option value="suporte" >Suporte ao Cliente</option>
		  </select>
		<span class="style3">*</span></p>
		<p align="justify" style="margin:5px">Nome:<br>
		  <input name="nome" type="text" style="border:1px solid #ccc" value="" size="60" maxlength="60">
		    <span class="style3">*</span></p>
		<p align="justify" style="margin:5px">Endere&ccedil;o:</p> 
		<p align="justify" style="margin:5px">
		  <input name="endereco" type="text" style="border:1px solid #ccc" value=""  maxlength="60" size="60"> <span class="style3">*</span>
		</p>
		<p align="justify" style="margin:5px">Cidade:<br>
		  <input name="cidade" type="text" style="border:1px solid #ccc" size="40" value="" maxlength="60"> <span class="style3">*</span>
		</p>
		<p align="justify" style="margin:5px">Estado:<br>
		  <input name="estado" type="text" style="border:1px solid #ccc" size="3" value="" maxlength="2"> <span class="style3">*</span>
		</p>
		<p align="justify" style="margin:5px">Telefone:<br>
		  <input name="telefoneddd" type="text" style="border:1px solid #ccc" value="" size="3" maxlength="2">
		  <input name="telefone" type="text" style="border:1px solid #ccc" size="25" value="" maxlength="25"> <span class="style3">*</span>
		</p>
		<p align="justify" style="margin:5px">E-mail para contato:<br>
		  <input name="email" type="text" style="border:1px solid #ccc" size="60" value="" maxlength="90">
		  <span class="style3">*</span></p>
		<p align="justify" style="margin:5px">Assunto a ser tratado:<br>
     		     <input name="assunto" type="text" style="border:1px solid #ccc" size="40" value="" maxlength="40">
		           <span class="style3">*</span></p>
		<p align="justify" style="margin:5px">Mensagem:<br>
		  <textarea name="msg" cols="60" rows="6" style="border:1px solid #ccc"></textarea>
		  <span class="style3">*</span></p>
		<p align="justify" style="margin:5px">&nbsp;</p>
		<p align="justify" style="margin:5px">
		  <input name="action" type="submit" value="Enviar Mensagem">
		  <input name="action" type="reset" value="Limpar Formul&aacute;rio">
		</p>
		<p align="justify" style="margin:5px">&nbsp;</p>
		<p align="justify" class="style4" style="margin:5px"><span class="style3">*</span> campos obrigat&oacute;rios </p></td>
      </tr>
	  </form>
    </table>
	
    </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>
</div>
</center>
</body>
</html>
