

<html>
<head>

		<title>Grupo Ferrer Albors: toda la oferta de Pisos en Puig valencia. Encontrar Pisos en Puig valencia nunca fue tan fácil. En primera línea de playa, situado en la zona de la costa de Valencia, El Puig Valencia tiene vistas espectaculares a la playa y al monte. - Grupo Ferrer Albors Inmobiliaria</title>
<link rel="shortcut icon" href="http://www.grupoferreralbors.com/favicon.ico" /><meta name="title" content=" Alquiler apartamentos EL PUIG y pisos, casas rurales EL PUIG. Alquiler villas EL PUIG vacaciones chalets, bungalows y adosados. Compra venta de pisos EL PUIG Casas rurales, casas de pueblo. Alquileres alojamientos vacaciones EL PUIG">
<meta name="description" content=" Toda la oferta de Pisos en valencia  Encontrar Pisos en valencia nunca fue tan fácil. Centro histórico, zonas de descanso, Valencia tiene toda la oferta de ocio y hotelera que necesita Europa para disfrutar.961479429">
<meta name="keywords" content=" L' Horta Nord (Valencia) Gran oportunidad. Impresionante para el sector inmobiliario en  L' Horta Nord (Valencia) podrás encontrar vistas panorámicas a la playa  L' Horta Nord (Valencia) con una gran riqueza industrial es uno de los motores de la economía de la comunidad valenciana. Toda la oferta de Pisos de casas en valencia Encontrar casa en valencia nunca fue tan fácil. En primera línea de playa, situado en la zona de la costa de Valencia, tiene vistas espectaculares a la playa y al monte">




		<meta name="language" content="es">
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<meta name="robots" content="INDEX, FOLLOW, noodp,all">
		<meta name="Revisit" content="3 days">
		<meta name="GOOGLEBOT" content="index follow">
		<META name="verify-v1" content="JHXEWkrZZGdYTIheFji6xtYVLX85/VlgMc/x4Ho2fA4="/> 		
<link href="css/estilos.css" rel="stylesheet" type="text/css">


<script language="javascript" src="js/video.js" type="text/javascript"></script>
<script language="javascript" src="js/flashobject.js" type="text/javascript"></script>
<script language="javascript" src="js/scripts.js" type="text/javascript"></script>
<script language="javascript" src="js/validacion.js" type="text/javascript"></script>
</head>

<body>
<table  border="0" align="center" cellpadding="0" cellspacing="0" id="base">
  <tr>
    <td  id="cabecera" colspan="2">
		<script type="text/javascript">   
		var pelicula = new FlashObject("swf/cabecera_es.swf?pagina=0", "cabecera", "1000", "214", "8", "");
		pelicula.addParam("wmode", "transparent");
		pelicula.addParam("quality", "high");
		pelicula.write("")
	</script>	</td>
  </tr>
  <tr>
    <td align="left" valign="top" id="central"  colspan="2">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="10" id="actualizable">
  <tr>
<!-- En caso de ser un ab2 o de mostrar las breves, tan solo se pinta una columna -->
    <td  align="left" valign="top" id="zonaInmuebles">
	    
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
	<HEAD>
		<title>Buscador de Inmuebles</title>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<link href="../../css/contenidos2.css" rel="stylesheet" type="text/css">
			<script language="Javascript" type="text/JavaScript">
<!--
function btnEnviar_onclick(txt) {
	//alert(document.form1.zona.value);
	//alert(document.form1.poblacion.value);

	
	var aviso;
	aviso="";
	if(document.form1.desde.value!="" && document.form1.hasta.value!=""){
		if(parseInt(document.form1.desde.value)>parseInt(document.form1.hasta.value))aviso+=" - El precio máximo debe ser mayor que el precio mínimo.\n";
	}
	if (txt != 'solar' ){
		if(document.form1.dormitorios.value!=""){
			if(isNaN(document.form1.dormitorios.value))aviso+=" - El número de habitaciones debe ser un número.\n";
		}
		if(document.form1.banys.value!=""){
			if(isNaN(document.form1.banys.value))aviso+=" - El número de baños debe ser un número.\n";
		}
	}
	if(document.form1.metros_desde.value!=""){
		if(isNaN(document.form1.metros_desde.value))aviso+=" - El campo de metros mínimos debe ser un número.\n";
	}
	if(document.form1.metros_hasta.value!=""){
		if(isNaN(document.form1.metros_hasta.value))aviso+=" - El campo de metros hasta debe ser un número.\n";
	}
	if(aviso!=""){
		alert("Se han encontrado los siguientes problemas:\n\n"+aviso);
		return;
	}else{		
//		alert('paso 1');
		document.form1.iOp.value = 1;
		document.form1.submit();
		return true;
	}	
}

function verCarrito(){

	var w=window.open("carrito.asp","Carrito","scrollbars=yes,width=500, height=300, fullscreen=no, toolbars=no");

}

function mostrar(regimen, desde, hasta, tipo, zona, poblacion, metros_desde, metros_hasta, dormitorios, banys, referencia, txt) {
	f = document.form1;
		
	if (f.regimen){
		f.regimen.value = regimen;
		filtrarPrecio(document.form1.regimen);	
	}
	f.desde.value = desde;
	f.hasta.value = hasta;
	f.tipo.value = tipo;
	f.zona.value = zona;	
	f.poblacion.value = poblacion;
	f.metros_desde.value = metros_desde;
	f.metros_hasta.value = metros_hasta;
	if (txt != 'solar'){
	f.dormitorios.value = dormitorios;
	f.banys.value = banys;	
	}
	f.referencia.value = referencia;	
}

function mostrarPrecio(iParam1){

	var strTexto1,strTexto2;
	//venta , xdefecto , traspaso
	if (iParam1==1){
		strTexto1="<select name='desde' class='texto_buscador_2' id='desde'>"
		strTexto1+="<option value=''>Todos</option>"
		strTexto1+="<option value='60000'>60.000</option>"
		strTexto1+="<option value='100000'>100.000</option>"
		strTexto1+="<option value='150000'>150.000</option>"
		strTexto1+="<option value='200000'>200.000</option>"
		strTexto1+="<option value='300000'>300.000</option>"
		strTexto1+="<option value='400000'>400.000</option>"
		strTexto1+="<option value='600000'>600.000</option>"		
		strTexto1+="</select>"
		
		capaDesde.innerHTML=strTexto1;
		
		strTexto2="<select name='hasta' class='texto_buscador_2' id='hasta'>"
		strTexto2+="<option value=''>Todos</option>"
		strTexto2+="<option value='60000'>60.000</option>"
		strTexto2+="<option value='100000'>100.000</option>"
		strTexto2+="<option value='150000'>150.000</option>"
		strTexto2+="<option value='200000'>200.000</option>"
		strTexto2+="<option value='300000'>300.000</option>"
		strTexto2+="<option value='400000'>400.000</option>"
		strTexto2+="<option value='600000'>600.000</option>"		
		strTexto2+="</select>"
	
		capaHasta.innerHTML=strTexto2;
	}
	//alquiler
	else{
		strTexto1="<select name='desde' class='texto_buscador_2' id='desde'>"
		strTexto1+="<option value=''>Todos</option>"
		strTexto1+="<option value='300'>300</option>"
		strTexto1+="<option value='500'>500</option>"
		strTexto1+="<option value='800'>800</option>"
		strTexto1+="<option value='1200'>1.200</option>"
		strTexto1+="<option value='2000'>2.000</option>"				
		strTexto1+="</select>"
	
		capaDesde.innerHTML=strTexto1;
		
		strTexto2="<select name='hasta' class='texto_buscador_2' id='hasta'>"
		strTexto2+="<option value=''>Todos</option>"
		strTexto2+="<option value='300'>300</option>"
		strTexto2+="<option value='500'>500</option>"
		strTexto2+="<option value='800'>800</option>"
		strTexto2+="<option value='1200'>1.200</option>"
		strTexto2+="<option value='2000'>2.000</option>"
		strTexto2+="</select>"
	
		capaHasta.innerHTML=strTexto2;
	}
}


function filtrarPrecio(sel){
	var nombre = sel.value;
	switch(nombre){
	case "":
		mostrarPrecio(1);
		break;
	case "Se Alquila":
		mostrarPrecio(0);
		break;
	case "Se Vende":
		mostrarPrecio(1);
		break;
	case "Se Traspasa":
		mostrarPrecio(1);
		break;
	}
}

var poblaciones = new Object( );
//var provincias  = new Array();
//var numProvincias;	
//var j = 0;
	
//alert("{value:'CASAS IBAÑEZ', text:'CASAS IBAÑEZ'}");
	poblaciones['ALBACETE']=[{value:'CASAS IBAÑEZ', text:'CASAS IBAÑEZ'}];	
//	provincias[j] = ['ALBACETE'];
//	j = j + 1;
	
//alert("{value:'ALTEA', text:'ALTEA'}");
	poblaciones['ALICANTE']=[{value:'ALTEA', text:'ALTEA'}];	
//	provincias[j] = ['ALICANTE'];
//	j = j + 1;
	
//alert("{value:'ALELLA', text:'ALELLA'}");
	poblaciones['BARCELONA']=[{value:'ALELLA', text:'ALELLA'}];	
//	provincias[j] = ['BARCELONA'];
//	j = j + 1;
	
//alert("{value:'ALCOSSEBRE', text:'ALCOSSEBRE'},{value:'CASTELLFORT', text:'CASTELLFORT'},{value:'CASTELLON', text:'CASTELLON'},{value:'CHILCHES', text:'CHILCHES'},{value:'MONCOFA', text:'MONCOFA'},{value:'NAVAJAS', text:'NAVAJAS'},{value:'OROPESA', text:'OROPESA'},{value:'SEGORBE', text:'SEGORBE'},{value:'SONEJA', text:'SONEJA'},{value:'VILLA REAL', text:'VILLA REAL'},{value:'VIVER', text:'VIVER'}");
	poblaciones['CASTELLÓN']=[{value:'ALCOSSEBRE', text:'ALCOSSEBRE'},{value:'CASTELLFORT', text:'CASTELLFORT'},{value:'CASTELLON', text:'CASTELLON'},{value:'CHILCHES', text:'CHILCHES'},{value:'MONCOFA', text:'MONCOFA'},{value:'NAVAJAS', text:'NAVAJAS'},{value:'OROPESA', text:'OROPESA'},{value:'SEGORBE', text:'SEGORBE'},{value:'SONEJA', text:'SONEJA'},{value:'VILLA REAL', text:'VILLA REAL'},{value:'VIVER', text:'VIVER'}];	
//	provincias[j] = ['CASTELLÓN'];
//	j = j + 1;
	
//alert("{value:'CUENCA', text:'CUENCA'},{value:'GUARDAMAR DEL SEGURA', text:'GUARDAMAR DEL SEGURA'}");
	poblaciones['CUENCA']=[{value:'CUENCA', text:'CUENCA'},{value:'GUARDAMAR DEL SEGURA', text:'GUARDAMAR DEL SEGURA'}];	
//	provincias[j] = ['CUENCA'];
//	j = j + 1;
	
//alert("{value:'ALFARA DE ALGIMIA', text:'ALFARA DE ALGIMIA'},{value:'CLUJ NAPOCA', text:'CLUJ NAPOCA'}");
	poblaciones['RUMANIA']=[{value:'ALFARA DE ALGIMIA', text:'ALFARA DE ALGIMIA'},{value:'CLUJ NAPOCA', text:'CLUJ NAPOCA'}];	
//	provincias[j] = ['RUMANIA'];
//	j = j + 1;
	
//alert("{value:'ALBAL', text:'ALBAL'},{value:'ALBALAT DELS SORELLS', text:'ALBALAT DELS SORELLS'},{value:'ALBALAT DELS TARONGERS', text:'ALBALAT DELS TARONGERS'},{value:'ALBERIQUE', text:'ALBERIQUE'},{value:'ALBORAYA', text:'ALBORAYA'},{value:'ALBUIXECH', text:'ALBUIXECH'},{value:'ALCANTARA DEL XUQUER', text:'ALCANTARA DEL XUQUER'},{value:'ALFARA DEL PATRIARCA', text:'ALFARA DEL PATRIARCA'},{value:'ALGIMIA DE ALFARA', text:'ALGIMIA DE ALFARA'},{value:'ALGINET', text:'ALGINET'},{value:'ALMACERA', text:'ALMACERA'},{value:'BENIFAIRO DE LES VALLS', text:'BENIFAIRO DE LES VALLS'},{value:'BENIMAMET', text:'BENIMAMET'},{value:'BENISANO', text:'BENISANO'},{value:'BÉTERA', text:'BÉTERA'},{value:'BON REPOS I MIRAMBELL', text:'BON REPOS I MIRAMBELL'},{value:'CANET DEN BERENGER', text:'CANET DEN BERENGER'},{value:'CARCAIXENT', text:'CARCAIXENT'},{value:'CARPESA', text:'CARPESA'},{value:'CASAS DE BARCENA', text:'CASAS DE BARCENA'},{value:'CATARROJA', text:'CATARROJA'},{value:'CHIVA', text:'CHIVA'},{value:'CULLERA', text:'CULLERA'},{value:'EL SALER', text:'EL SALER'},{value:'EMPERADOR', text:'EMPERADOR'},{value:'ESTIVELLA', text:'ESTIVELLA'},{value:'FAURA', text:'FAURA'},{value:'FOIOS', text:'FOIOS'},{value:'GILET', text:'GILET'},{value:'JARAGUAS', text:'JARAGUAS'},{value:'LA FONT D´EN CARROS', text:'LA FONT D´EN CARROS'},{value:'LA POBLA DE FARNALS', text:'LA POBLA DE FARNALS'},{value:'LA POBLA FARNALS PLAYA', text:'LA POBLA FARNALS PLAYA'},{value:'L´ELIANA', text:'L´ELIANA'},{value:'LIRIA', text:'LIRIA'},{value:'MANISES', text:'MANISES'},{value:'MASARROCHOS', text:'MASARROCHOS'},{value:'MASSALFASAR', text:'MASSALFASAR'},{value:'MASSAMAGRELL', text:'MASSAMAGRELL'},{value:'MELIANA', text:'MELIANA'},{value:'MISLATA', text:'MISLATA'},{value:'MONCADA', text:'MONCADA'},{value:'MUSEROS', text:'MUSEROS'},{value:'NAQUERA', text:'NAQUERA'},{value:'OLOCAU', text:'OLOCAU'},{value:'PATERNA', text:'PATERNA'},{value:'PINEDO', text:'PINEDO'},{value:'POBLA DE VALLBONA', text:'POBLA DE VALLBONA'},{value:'PUÇOL', text:'PUÇOL'},{value:'PUERTO SAGUNTO', text:'PUERTO SAGUNTO'},{value:'PUIG', text:'PUIG'},{value:'QUART DE POBLET', text:'QUART DE POBLET'},{value:'RAFELBUNYOL', text:'RAFELBUNYOL'},{value:'RIBARROJA', text:'RIBARROJA'},{value:'SAGUNTO', text:'SAGUNTO'},{value:'SAN ANTONIO DE BENAGEBER', text:'SAN ANTONIO DE BENAGEBER'},{value:'SIETE AGUAS', text:'SIETE AGUAS'},{value:'SUECA', text:'SUECA'},{value:'SUMACARCEL', text:'SUMACARCEL'},{value:'TABERNES BLANQUES', text:'TABERNES BLANQUES'},{value:'TAVERNES DE VALLDIGNA', text:'TAVERNES DE VALLDIGNA'},{value:'TORRENT', text:'TORRENT'},{value:'VALENCIA', text:'VALENCIA'},{value:'VALTERNA', text:'VALTERNA'},{value:'VILLAMARXANT', text:'VILLAMARXANT'},{value:'VINALESA', text:'VINALESA'}");
	poblaciones['VALENCIA']=[{value:'ALBAL', text:'ALBAL'},{value:'ALBALAT DELS SORELLS', text:'ALBALAT DELS SORELLS'},{value:'ALBALAT DELS TARONGERS', text:'ALBALAT DELS TARONGERS'},{value:'ALBERIQUE', text:'ALBERIQUE'},{value:'ALBORAYA', text:'ALBORAYA'},{value:'ALBUIXECH', text:'ALBUIXECH'},{value:'ALCANTARA DEL XUQUER', text:'ALCANTARA DEL XUQUER'},{value:'ALFARA DEL PATRIARCA', text:'ALFARA DEL PATRIARCA'},{value:'ALGIMIA DE ALFARA', text:'ALGIMIA DE ALFARA'},{value:'ALGINET', text:'ALGINET'},{value:'ALMACERA', text:'ALMACERA'},{value:'BENIFAIRO DE LES VALLS', text:'BENIFAIRO DE LES VALLS'},{value:'BENIMAMET', text:'BENIMAMET'},{value:'BENISANO', text:'BENISANO'},{value:'BÉTERA', text:'BÉTERA'},{value:'BON REPOS I MIRAMBELL', text:'BON REPOS I MIRAMBELL'},{value:'CANET DEN BERENGER', text:'CANET DEN BERENGER'},{value:'CARCAIXENT', text:'CARCAIXENT'},{value:'CARPESA', text:'CARPESA'},{value:'CASAS DE BARCENA', text:'CASAS DE BARCENA'},{value:'CATARROJA', text:'CATARROJA'},{value:'CHIVA', text:'CHIVA'},{value:'CULLERA', text:'CULLERA'},{value:'EL SALER', text:'EL SALER'},{value:'EMPERADOR', text:'EMPERADOR'},{value:'ESTIVELLA', text:'ESTIVELLA'},{value:'FAURA', text:'FAURA'},{value:'FOIOS', text:'FOIOS'},{value:'GILET', text:'GILET'},{value:'JARAGUAS', text:'JARAGUAS'},{value:'LA FONT D´EN CARROS', text:'LA FONT D´EN CARROS'},{value:'LA POBLA DE FARNALS', text:'LA POBLA DE FARNALS'},{value:'LA POBLA FARNALS PLAYA', text:'LA POBLA FARNALS PLAYA'},{value:'L´ELIANA', text:'L´ELIANA'},{value:'LIRIA', text:'LIRIA'},{value:'MANISES', text:'MANISES'},{value:'MASARROCHOS', text:'MASARROCHOS'},{value:'MASSALFASAR', text:'MASSALFASAR'},{value:'MASSAMAGRELL', text:'MASSAMAGRELL'},{value:'MELIANA', text:'MELIANA'},{value:'MISLATA', text:'MISLATA'},{value:'MONCADA', text:'MONCADA'},{value:'MUSEROS', text:'MUSEROS'},{value:'NAQUERA', text:'NAQUERA'},{value:'OLOCAU', text:'OLOCAU'},{value:'PATERNA', text:'PATERNA'},{value:'PINEDO', text:'PINEDO'},{value:'POBLA DE VALLBONA', text:'POBLA DE VALLBONA'},{value:'PUÇOL', text:'PUÇOL'},{value:'PUERTO SAGUNTO', text:'PUERTO SAGUNTO'},{value:'PUIG', text:'PUIG'},{value:'QUART DE POBLET', text:'QUART DE POBLET'},{value:'RAFELBUNYOL', text:'RAFELBUNYOL'},{value:'RIBARROJA', text:'RIBARROJA'},{value:'SAGUNTO', text:'SAGUNTO'},{value:'SAN ANTONIO DE BENAGEBER', text:'SAN ANTONIO DE BENAGEBER'},{value:'SIETE AGUAS', text:'SIETE AGUAS'},{value:'SUECA', text:'SUECA'},{value:'SUMACARCEL', text:'SUMACARCEL'},{value:'TABERNES BLANQUES', text:'TABERNES BLANQUES'},{value:'TAVERNES DE VALLDIGNA', text:'TAVERNES DE VALLDIGNA'},{value:'TORRENT', text:'TORRENT'},{value:'VALENCIA', text:'VALENCIA'},{value:'VALTERNA', text:'VALTERNA'},{value:'VILLAMARXANT', text:'VILLAMARXANT'},{value:'VINALESA', text:'VINALESA'}];	
//	provincias[j] = ['VALENCIA'];
//	j = j + 1;

//alert("ALBAL" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALBALAT DELS SORELLS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALBALAT DELS TARONGERS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALBERIQUE" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALBORAYA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALBUIXECH" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALCANTARA DEL XUQUER" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALCOSSEBRE" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALELLA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALFARA DE ALGIMIA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALFARA DEL PATRIARCA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALGIMIA DE ALFARA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALGINET" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALMACERA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ALTEA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("BENIFAIRO DE LES VALLS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("BENIMAMET" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("BENISANO" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("BÉTERA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("BON REPOS I MIRAMBELL" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CANET DEN BERENGER" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CARCAIXENT" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CARPESA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CASAS DE BARCENA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CASAS IBAÑEZ" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CASTELLFORT" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CASTELLON" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CATARROJA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CHILCHES" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CHIVA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CLUJ NAPOCA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CUENCA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("CULLERA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("EL SALER" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("EMPERADOR" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("ESTIVELLA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("FAURA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("FOIOS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("GILET" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("GUARDAMAR DEL SEGURA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("JARAGUAS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("LA FONT D´EN CARROS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("LA POBLA DE FARNALS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("LA POBLA FARNALS PLAYA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("L'ELIANA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("LIRIA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MANISES" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MASARROCHOS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MASSALFASAR" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MASSAMAGRELL" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MELIANA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MISLATA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MONCADA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MONCOFA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("MUSEROS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("NAQUERA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("NAVAJAS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("OLOCAU" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("OROPESA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("PATERNA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("PINEDO" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("POBLA DE VALLBONA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("PUÇOL" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("PUERTO SAGUNTO" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("PUIG" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("QUART DE POBLET" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("RAFELBUNYOL" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("RIBARROJA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("SAGUNTO" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("SAN ANTONIO DE BENAGEBER" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("SEGORBE" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("SIETE AGUAS" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("SONEJA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("SUECA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("SUMACARCEL" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("TABERNES BLANQUES" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("TAVERNES DE VALLDIGNA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("TORRENT" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("VALENCIA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("VALTERNA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("VILLA REAL" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("VILLAMARXANT" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("VINALESA" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");

//alert("VIVER" + "-" + "{value:'ALBAL', text:'ALBAL'}");
//alert("{value:'ALBAL', text:'ALBAL'}");
	
//alert("{value:'ALBAL', text:'ALBAL'},{value:'ALBALAT DELS SORELLS', text:'ALBALAT DELS SORELLS'},{value:'ALBALAT DELS TARONGERS', text:'ALBALAT DELS TARONGERS'},{value:'ALBERIQUE', text:'ALBERIQUE'},{value:'ALBORAYA', text:'ALBORAYA'},{value:'ALBUIXECH', text:'ALBUIXECH'},{value:'ALCANTARA DEL XUQUER', text:'ALCANTARA DEL XUQUER'},{value:'ALCOSSEBRE', text:'ALCOSSEBRE'},{value:'ALELLA', text:'ALELLA'},{value:'ALFARA DE ALGIMIA', text:'ALFARA DE ALGIMIA'},{value:'ALFARA DEL PATRIARCA', text:'ALFARA DEL PATRIARCA'},{value:'ALGIMIA DE ALFARA', text:'ALGIMIA DE ALFARA'},{value:'ALGINET', text:'ALGINET'},{value:'ALMACERA', text:'ALMACERA'},{value:'ALTEA', text:'ALTEA'},{value:'BENIFAIRO DE LES VALLS', text:'BENIFAIRO DE LES VALLS'},{value:'BENIMAMET', text:'BENIMAMET'},{value:'BENISANO', text:'BENISANO'},{value:'BÉTERA', text:'BÉTERA'},{value:'BON REPOS I MIRAMBELL', text:'BON REPOS I MIRAMBELL'},{value:'CANET DEN BERENGER', text:'CANET DEN BERENGER'},{value:'CARCAIXENT', text:'CARCAIXENT'},{value:'CARPESA', text:'CARPESA'},{value:'CASAS DE BARCENA', text:'CASAS DE BARCENA'},{value:'CASAS IBAÑEZ', text:'CASAS IBAÑEZ'},{value:'CASTELLFORT', text:'CASTELLFORT'},{value:'CASTELLON', text:'CASTELLON'},{value:'CATARROJA', text:'CATARROJA'},{value:'CHILCHES', text:'CHILCHES'},{value:'CHIVA', text:'CHIVA'},{value:'CLUJ NAPOCA', text:'CLUJ NAPOCA'},{value:'CUENCA', text:'CUENCA'},{value:'CULLERA', text:'CULLERA'},{value:'EL SALER', text:'EL SALER'},{value:'EMPERADOR', text:'EMPERADOR'},{value:'ESTIVELLA', text:'ESTIVELLA'},{value:'FAURA', text:'FAURA'},{value:'FOIOS', text:'FOIOS'},{value:'GILET', text:'GILET'},{value:'GUARDAMAR DEL SEGURA', text:'GUARDAMAR DEL SEGURA'},{value:'JARAGUAS', text:'JARAGUAS'},{value:'LA FONT D´EN CARROS', text:'LA FONT D´EN CARROS'},{value:'LA POBLA DE FARNALS', text:'LA POBLA DE FARNALS'},{value:'LA POBLA FARNALS PLAYA', text:'LA POBLA FARNALS PLAYA'},{value:'L´ELIANA', text:'L´ELIANA'},{value:'LIRIA', text:'LIRIA'},{value:'MANISES', text:'MANISES'},{value:'MASARROCHOS', text:'MASARROCHOS'},{value:'MASSALFASAR', text:'MASSALFASAR'},{value:'MASSAMAGRELL', text:'MASSAMAGRELL'},{value:'MELIANA', text:'MELIANA'},{value:'MISLATA', text:'MISLATA'},{value:'MONCADA', text:'MONCADA'},{value:'MONCOFA', text:'MONCOFA'},{value:'MUSEROS', text:'MUSEROS'},{value:'NAQUERA', text:'NAQUERA'},{value:'NAVAJAS', text:'NAVAJAS'},{value:'OLOCAU', text:'OLOCAU'},{value:'OROPESA', text:'OROPESA'},{value:'PATERNA', text:'PATERNA'},{value:'PINEDO', text:'PINEDO'},{value:'POBLA DE VALLBONA', text:'POBLA DE VALLBONA'},{value:'PUÇOL', text:'PUÇOL'},{value:'PUERTO SAGUNTO', text:'PUERTO SAGUNTO'},{value:'PUIG', text:'PUIG'},{value:'QUART DE POBLET', text:'QUART DE POBLET'},{value:'RAFELBUNYOL', text:'RAFELBUNYOL'},{value:'RIBARROJA', text:'RIBARROJA'},{value:'SAGUNTO', text:'SAGUNTO'},{value:'SAN ANTONIO DE BENAGEBER', text:'SAN ANTONIO DE BENAGEBER'},{value:'SEGORBE', text:'SEGORBE'},{value:'SIETE AGUAS', text:'SIETE AGUAS'},{value:'SONEJA', text:'SONEJA'},{value:'SUECA', text:'SUECA'},{value:'SUMACARCEL', text:'SUMACARCEL'},{value:'TABERNES BLANQUES', text:'TABERNES BLANQUES'},{value:'TAVERNES DE VALLDIGNA', text:'TAVERNES DE VALLDIGNA'},{value:'TORRENT', text:'TORRENT'},{value:'VALENCIA', text:'VALENCIA'},{value:'VALTERNA', text:'VALTERNA'},{value:'VILLA REAL', text:'VILLA REAL'},{value:'VILLAMARXANT', text:'VILLAMARXANT'},{value:'VINALESA', text:'VINALESA'},{value:'VIVER', text:'VIVER'}");
	poblaciones['Todas']=[{value:'ALBAL', text:'ALBAL'},{value:'ALBALAT DELS SORELLS', text:'ALBALAT DELS SORELLS'},{value:'ALBALAT DELS TARONGERS', text:'ALBALAT DELS TARONGERS'},{value:'ALBERIQUE', text:'ALBERIQUE'},{value:'ALBORAYA', text:'ALBORAYA'},{value:'ALBUIXECH', text:'ALBUIXECH'},{value:'ALCANTARA DEL XUQUER', text:'ALCANTARA DEL XUQUER'},{value:'ALCOSSEBRE', text:'ALCOSSEBRE'},{value:'ALELLA', text:'ALELLA'},{value:'ALFARA DE ALGIMIA', text:'ALFARA DE ALGIMIA'},{value:'ALFARA DEL PATRIARCA', text:'ALFARA DEL PATRIARCA'},{value:'ALGIMIA DE ALFARA', text:'ALGIMIA DE ALFARA'},{value:'ALGINET', text:'ALGINET'},{value:'ALMACERA', text:'ALMACERA'},{value:'ALTEA', text:'ALTEA'},{value:'BENIFAIRO DE LES VALLS', text:'BENIFAIRO DE LES VALLS'},{value:'BENIMAMET', text:'BENIMAMET'},{value:'BENISANO', text:'BENISANO'},{value:'BÉTERA', text:'BÉTERA'},{value:'BON REPOS I MIRAMBELL', text:'BON REPOS I MIRAMBELL'},{value:'CANET DEN BERENGER', text:'CANET DEN BERENGER'},{value:'CARCAIXENT', text:'CARCAIXENT'},{value:'CARPESA', text:'CARPESA'},{value:'CASAS DE BARCENA', text:'CASAS DE BARCENA'},{value:'CASAS IBAÑEZ', text:'CASAS IBAÑEZ'},{value:'CASTELLFORT', text:'CASTELLFORT'},{value:'CASTELLON', text:'CASTELLON'},{value:'CATARROJA', text:'CATARROJA'},{value:'CHILCHES', text:'CHILCHES'},{value:'CHIVA', text:'CHIVA'},{value:'CLUJ NAPOCA', text:'CLUJ NAPOCA'},{value:'CUENCA', text:'CUENCA'},{value:'CULLERA', text:'CULLERA'},{value:'EL SALER', text:'EL SALER'},{value:'EMPERADOR', text:'EMPERADOR'},{value:'ESTIVELLA', text:'ESTIVELLA'},{value:'FAURA', text:'FAURA'},{value:'FOIOS', text:'FOIOS'},{value:'GILET', text:'GILET'},{value:'GUARDAMAR DEL SEGURA', text:'GUARDAMAR DEL SEGURA'},{value:'JARAGUAS', text:'JARAGUAS'},{value:'LA FONT D´EN CARROS', text:'LA FONT D´EN CARROS'},{value:'LA POBLA DE FARNALS', text:'LA POBLA DE FARNALS'},{value:'LA POBLA FARNALS PLAYA', text:'LA POBLA FARNALS PLAYA'},{value:'L´ELIANA', text:'L´ELIANA'},{value:'LIRIA', text:'LIRIA'},{value:'MANISES', text:'MANISES'},{value:'MASARROCHOS', text:'MASARROCHOS'},{value:'MASSALFASAR', text:'MASSALFASAR'},{value:'MASSAMAGRELL', text:'MASSAMAGRELL'},{value:'MELIANA', text:'MELIANA'},{value:'MISLATA', text:'MISLATA'},{value:'MONCADA', text:'MONCADA'},{value:'MONCOFA', text:'MONCOFA'},{value:'MUSEROS', text:'MUSEROS'},{value:'NAQUERA', text:'NAQUERA'},{value:'NAVAJAS', text:'NAVAJAS'},{value:'OLOCAU', text:'OLOCAU'},{value:'OROPESA', text:'OROPESA'},{value:'PATERNA', text:'PATERNA'},{value:'PINEDO', text:'PINEDO'},{value:'POBLA DE VALLBONA', text:'POBLA DE VALLBONA'},{value:'PUÇOL', text:'PUÇOL'},{value:'PUERTO SAGUNTO', text:'PUERTO SAGUNTO'},{value:'PUIG', text:'PUIG'},{value:'QUART DE POBLET', text:'QUART DE POBLET'},{value:'RAFELBUNYOL', text:'RAFELBUNYOL'},{value:'RIBARROJA', text:'RIBARROJA'},{value:'SAGUNTO', text:'SAGUNTO'},{value:'SAN ANTONIO DE BENAGEBER', text:'SAN ANTONIO DE BENAGEBER'},{value:'SEGORBE', text:'SEGORBE'},{value:'SIETE AGUAS', text:'SIETE AGUAS'},{value:'SONEJA', text:'SONEJA'},{value:'SUECA', text:'SUECA'},{value:'SUMACARCEL', text:'SUMACARCEL'},{value:'TABERNES BLANQUES', text:'TABERNES BLANQUES'},{value:'TAVERNES DE VALLDIGNA', text:'TAVERNES DE VALLDIGNA'},{value:'TORRENT', text:'TORRENT'},{value:'VALENCIA', text:'VALENCIA'},{value:'VALTERNA', text:'VALTERNA'},{value:'VILLA REAL', text:'VILLA REAL'},{value:'VILLAMARXANT', text:'VILLAMARXANT'},{value:'VINALESA', text:'VINALESA'},{value:'VIVER', text:'VIVER'}];	
//	provincias[j] = [];
//	j = j + 1;

function setZonas(chooser) {
	var elige = chooser.form.elements["zona"];	
	elige.options.length = 0;
	var choice = chooser.options[chooser.selectedIndex].value;
	var db = poblaciones[choice];	
	elige.options[0] = new Option("Todas", "", true, false);
	if (choice != "") {		
		for (var i = 0; i < db.length; i++) {
			elige.options[i + 1] = new Option(db[i].text, db[i].value);			
			if (elige.options[i + 1].value == ""){
				elige.options[i + 1].selected = true;			
			}
		}
//		alert('1');
	} else {
		db = poblaciones['Todas'];	
		for (var i = 0; i < db.length; i++) {
			elige.options[i + 1] = new Option(db[i].text, db[i].value);			
			if (elige.options[i + 1].value == ""){
				elige.options[i + 1].selected = true;			
			}
		}
//		alert('2');
	}
}

//-->
</script>
	</HEAD>
	<body  style="MARGIN:0px" onLoad="setZonas(document.form1.poblacion);">	
		<!--<form method="post" id="form1" name="form1" action="resultadoInmueble.asp" >-->
		<form method="post" id="form1" name="form1" action="index.asp?pagina=segunda-mano&res=1"  >
			<input type="hidden" id="iOp" name="iOp" value="">
		<div  align="center">
			<table border="0" cellpadding="0" cellspacing="0" ID="Table1" width="281"  class="texto_buscador">
				<tr>
					<td height="22" colspan="2" ></td>
				</tr>
				<tr>
					<td ><img src="images/title-segunda-mano_es.jpg" border="0" usemap="#Map"></td>
				</tr>
				<tr>
					<td height="36" colspan="2" ></td>
				</tr>
			</table>
			<table border="0" cellpadding="0" cellspacing="0" ID="Table1" width="281"  class="texto_buscador">
			
				<tr >
					<td  align="right" width="120" >Precio desde &nbsp;&nbsp;&nbsp;</td>
					<td align="left"  width="161" id="capaDesde">
			
				<select name='desde' class='texto_buscador_2' id='desde'>
							
					<option value="" selected>Todos</option>
							
						<option value='60000' >60.000</option>
						<option value='90000' >90.000</option>
						<option value='120000' >120.000</option>
						<option value='150000' >150.000</option>
						<option value='180000' >180.000</option>
						<option value='200000' >200.000</option>
						<option value='220000' >220.000</option>
						<option value='250000' >250.000</option>
						<option value='280000' >280.000</option>
						<option value='300000' >300.000</option>
						<option value='320000' >320.000</option>
						<option value='350000' >350.000</option>
						<option value='380000' >380.000</option>
						<option value='400000' >400.000</option>
						<option value='999999' >Sin límite</option>
						</select>
			
					</td>
				</tr>
				<tr>
					<td height="18" colspan="2" ></td>
				</tr>
				<tr>
					<td   align="right" width="120" >Precio hasta &nbsp;&nbsp;&nbsp;</td>
					<td align="left"  width="161"  id="capaHasta">
			
						<select name='hasta' class='texto_buscador_2' id='hasta'>
							
					<option value="" selected>Todos</option>
							
						<option value='60000' >60.000</option>
						<option value='90000' >90.000</option>
						<option value='120000' >120.000</option>
						<option value='150000' >150.000</option>
						<option value='180000' >180.000</option>
						<option value='200000' >200.000</option>
						<option value='220000' >220.000</option>
						<option value='250000' >250.000</option>
						<option value='280000' >280.000</option>
						<option value='300000' >300.000</option>
						<option value='320000' >320.000</option>
						<option value='350000' >350.000</option>
						<option value='380000' >380.000</option>
						<option value='400000' >400.000</option>
						<option value='999999' >Sin límite</option>
						</select>
			
					</td>
				</tr>
							<tr>
					<td height="18" colspan="2" ></td>
				</tr>
				<tr>
					<td   align="right" width="120" >Tipo de inmueble &nbsp;&nbsp;&nbsp;</td>
					<td align="left"  width="161">
							
				<select name="tipo" class="texto_buscador_2" id="tipo">
					<option value="" selected>Todos</option>
					<option value="Adosado" >Adosado</option>
					<option value="Apartamento" >Apartamento</option>
					<option value="Atico" >Ático</option>
					<option value="Casa" >Casa</option>						
					<option value="Chalet" >Chalet</option>
					<option value="Duplex" >Duplex</option>
					<option value="Entresuelo" >Entresuelo</option>
					<option value="Estudio" >Estudio</option>
					<option value="Local Comercial" >Local Comercial</option>
					<option value="Obra Nueva" >Obra Nueva</option>
					<option value="Otros Inmuebles" >Otros Inmuebles</option>
					<option value="Pareado" >Pareado</option>
					<option value="Piso" >Piso</option>
					<option value="Plaza Garaje" >Plaza Garaje</option>
				</select>
							
					</td>
				</tr>
			
				<tr>
					<td height="18" colspan="2" ></td>
				</tr>
				<tr>
					<td   align="right" width="120" >Provincia &nbsp;&nbsp;&nbsp;</td>
					<td align="left"  width="161">
				<select name="poblacion" class="texto_buscador_2" id="poblacion"  onchange="setZonas(this)">
							
					<option value="" selected>Todas</option>
							<option value='ALBACETE' >ALBACETE</option><option value='ALICANTE' >ALICANTE</option><option value='BARCELONA' >BARCELONA</option><option value='CASTELLÓN' >CASTELLÓN</option><option value='CUENCA' >CUENCA</option><option value='RUMANIA' >RUMANIA</option><option value='VALENCIA' >VALENCIA</option>
				</select>
					</td>
				</tr>
				<tr>
					<td height="18" colspan="2" ></td>
				</tr>
				<tr>
					<td   align="right" width="120" >Población &nbsp;&nbsp;&nbsp;</td>
					<td align="left"  width="161">
				<select name="zona" class="texto_buscador_2" id="zona">
							
					<option value="" selected>Todas</option>
							<option value='ALBAL' >ALBAL</option><option value='ALBALAT DELS SORELLS' >ALBALAT DELS SORELLS</option><option value='ALBALAT DELS TARONGERS' >ALBALAT DELS TARONGERS</option><option value='ALBERIQUE' >ALBERIQUE</option><option value='ALBORAYA' >ALBORAYA</option><option value='ALBUIXECH' >ALBUIXECH</option><option value='ALCANTARA DEL XUQUER' >ALCANTARA DEL XUQUER</option><option value='ALCOSSEBRE' >ALCOSSEBRE</option><option value='ALELLA' >ALELLA</option><option value='ALFARA DE ALGIMIA' >ALFARA DE ALGIMIA</option><option value='ALFARA DEL PATRIARCA' >ALFARA DEL PATRIARCA</option><option value='ALGIMIA DE ALFARA' >ALGIMIA DE ALFARA</option><option value='ALGINET' >ALGINET</option><option value='ALMACERA' >ALMACERA</option><option value='ALTEA' >ALTEA</option><option value='BENIFAIRO DE LES VALLS' >BENIFAIRO DE LES VALLS</option><option value='BENIMAMET' >BENIMAMET</option><option value='BENISANO' >BENISANO</option><option value='BÉTERA' >BÉTERA</option><option value='BON REPOS I MIRAMBELL' >BON REPOS I MIRAMBELL</option><option value='CANET DEN BERENGER' >CANET DEN BERENGER</option><option value='CARCAIXENT' >CARCAIXENT</option><option value='CARPESA' >CARPESA</option><option value='CASAS DE BARCENA' >CASAS DE BARCENA</option><option value='CASAS IBAÑEZ' >CASAS IBAÑEZ</option><option value='CASTELLFORT' >CASTELLFORT</option><option value='CASTELLON' >CASTELLON</option><option value='CATARROJA' >CATARROJA</option><option value='CHILCHES' >CHILCHES</option><option value='CHIVA' >CHIVA</option><option value='CLUJ NAPOCA' >CLUJ NAPOCA</option><option value='CUENCA' >CUENCA</option><option value='CULLERA' >CULLERA</option><option value='EL SALER' >EL SALER</option><option value='EMPERADOR' >EMPERADOR</option><option value='ESTIVELLA' >ESTIVELLA</option><option value='FAURA' >FAURA</option><option value='FOIOS' >FOIOS</option><option value='GILET' >GILET</option><option value='GUARDAMAR DEL SEGURA' >GUARDAMAR DEL SEGURA</option><option value='JARAGUAS' >JARAGUAS</option><option value='LA FONT D´EN CARROS' >LA FONT D´EN CARROS</option><option value='LA POBLA DE FARNALS' >LA POBLA DE FARNALS</option><option value='LA POBLA FARNALS PLAYA' >LA POBLA FARNALS PLAYA</option><option value='L´ELIANA' >L´ELIANA</option><option value='LIRIA' >LIRIA</option><option value='MANISES' >MANISES</option><option value='MASARROCHOS' >MASARROCHOS</option><option value='MASSALFASAR' >MASSALFASAR</option><option value='MASSAMAGRELL' >MASSAMAGRELL</option><option value='MELIANA' >MELIANA</option><option value='MISLATA' >MISLATA</option><option value='MONCADA' >MONCADA</option><option value='MONCOFA' >MONCOFA</option><option value='MUSEROS' >MUSEROS</option><option value='NAQUERA' >NAQUERA</option><option value='NAVAJAS' >NAVAJAS</option><option value='OLOCAU' >OLOCAU</option><option value='OROPESA' >OROPESA</option><option value='PATERNA' >PATERNA</option><option value='PINEDO' >PINEDO</option><option value='POBLA DE VALLBONA' >POBLA DE VALLBONA</option><option value='PUÇOL' >PUÇOL</option><option value='PUERTO SAGUNTO' >PUERTO SAGUNTO</option><option value='PUIG' >PUIG</option><option value='QUART DE POBLET' >QUART DE POBLET</option><option value='RAFELBUNYOL' >RAFELBUNYOL</option><option value='RIBARROJA' >RIBARROJA</option><option value='SAGUNTO' >SAGUNTO</option><option value='SAN ANTONIO DE BENAGEBER' >SAN ANTONIO DE BENAGEBER</option><option value='SEGORBE' >SEGORBE</option><option value='SIETE AGUAS' >SIETE AGUAS</option><option value='SONEJA' >SONEJA</option><option value='SUECA' >SUECA</option><option value='SUMACARCEL' >SUMACARCEL</option><option value='TABERNES BLANQUES' >TABERNES BLANQUES</option><option value='TAVERNES DE VALLDIGNA' >TAVERNES DE VALLDIGNA</option><option value='TORRENT' >TORRENT</option><option value='VALENCIA' >VALENCIA</option><option value='VALTERNA' >VALTERNA</option><option value='VILLA REAL' >VILLA REAL</option><option value='VILLAMARXANT' >VILLAMARXANT</option><option value='VINALESA' >VINALESA</option><option value='VIVER' >VIVER</option>
				</select>
					</td>
				</tr>
				<tr>
					<td height="18" colspan="2" ></td>
				</tr>
			
				<tr>
					<td colspan="2" >
						<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="texto_buscador">
						  <tr>
							<td  align="right" width="120" >Habitaciones &nbsp;&nbsp;&nbsp;</td>
							<td  width="30" align="left"><input name="dormitorios" type="text" class="texto_buscador_2" id="dormitorios" size="2"></td>
							<td align="right" width="71">Baños &nbsp;&nbsp;&nbsp;</td>
							<td width="60" align="left"><input name="banys" type="text" class="texto_buscador_2" id="banys" size="2"></td>
						  </tr>
						</table>
					</td> 
				</tr>
				<tr>
					<td height="18" colspan="2" ></td>
				</tr>
			
				<tr>
					<td colspan="2" >
						<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="texto_buscador">
						  <tr valign="top">
							<td align="right" width="120">Desde&nbsp;m<sup>2</sup> &nbsp;&nbsp;&nbsp;</td>
							<td width="30" align="left"><input name="metros_desde" type="text" class="texto_buscador_2" id="metros_desde" size="2"></td>
							<td  align="right" width="71" >Hasta&nbsp;m<sup>2</sup> &nbsp;&nbsp;&nbsp;</td>
							<td  width="60" align="left"><input name="metros_hasta" type="text" class="texto_buscador_2" id="metros_hasta" size="2"></td>
						  </tr>
						</table>
					</td> 
				</tr>
				<tr>
					<td height="18" colspan="2" ></td>
				</tr>
				<tr>
					<td colspan="2" >
						<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="texto_buscador">
						  <tr valign="top">
							<td align="right" width="120">Referencia &nbsp;&nbsp;&nbsp;</td>
							<td width="30" align="left"><input name="referencia" type="text" class="texto_buscador_2" id="referencia" size="4" value=""></td>
							<td  align="right" width="71" >&nbsp;&nbsp;&nbsp;</td>
							<td  width="60" align="left">&nbsp;</td>
						  </tr>
						</table>
					</td> 
				</tr>
				<tr>
					<td height="18" colspan="2" ></td>
				</tr>
				<tr>
					<td colspan="2" >
						<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="texto_buscador">
						  <tr valign="top">
							<td align="right" width="120">Texto &nbsp;&nbsp;&nbsp;</td>
							<td width="30" align="left"><input name="texto" type="text" class="texto_buscador_2" id="texto" size="4" value=""></td>
							<td  align="right" width="71" >&nbsp;&nbsp;&nbsp;</td>
							<td  width="60" align="left">&nbsp;</td>
						  </tr>
						</table>
					</td> 
				</tr>
				<tr>
					<td height="18" colspan="2" ></td>
				</tr>
				<tr>
					<td  colspan="2" align="right" ><a   href="javascript:btnEnviar_onclick('no-solar');"><img src="images/lupa_es.jpg" width="106" height="43" border="0"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td height="14" colspan="2" ></td>
				</tr>
				<tr>
					<td  colspan="2" align="center" ><a href="javascript:verCarrito();"><img src="images/inmueblesfavoritos_es.jpg" border="0"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
				</tr>
			</table>
		</div>	
			<map name="Map">
				<area shape="POLY" coords="134,295,146,278,254,277,262,293,254,318,170,318,148,312" onClick="btnEnviar_onclick();" href="javascript:void(null);">
				<area shape="RECT" coords="41,333,246,365" href="javascript:verCarrito();">
			</map>
		</form>
	</body>
</HTML>

    </td>
    <td align="left" valign="top" id="inmuebleshome"><br />
	    
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> INMOBILIARIA RUIX </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
<base target="_self">
<link href="../../css/contenidos2.css" rel="stylesheet" type="text/css">
<link href="../../css/barras.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td ><img src="images/title-inmuebles-de-la-semana_peq_es.jpg" border="0" usemap="#Map"></td>
				</tr>
				<tr>
					<td height="16" colspan="2" ></td>
				</tr>
			</table>
        		
<div align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <tr>
			<td colspan="2" height="20" ></td>
		  </tr>
		  <tr>
		<!--	<td width="120" align="center"  valign="center"><a href="index.asp?pagina=&amp;subpagina=&c="> <img alt="+ info" src="appFunctions/ajustaImagen.asp?img=actualizer/ap3/fotomin/../actualizer/inmueble/fotos/1118/1118 (2).JPG" border="0"></a></td>-->
			<td width="120" align="center"  valign="center"><a href="javascript:MM_openBrWindow('fichainmueble.asp?pk=606','','scrollbars=yes,width=723,height=700')"><img alt="+ info" src="appFunctions/ajustaImagen.asp?img=../actualizer/inmueble/fotos/1118/1118 (2).JPG" border="0"></a></td>
			<td width="10" >&nbsp;</td>
			<td valign="top">
				<table width="100%"  border="0" cellpadding="0" cellspacing="0">
				  <tr>
					<td height="4" colspan="2"></td>
				  </tr>
			
				  <tr>
					<td class="tituloBreves">Atico</td>
					<td class="precio" align="right">170.000&nbsp;&euro;</td>
				  </tr>
				  <tr>
					<td height="6" colspan="2"></td>
				  </tr>
				  
				  <tr>
					<td class="textoBreves" height="26" valign="top" colspan="2">PUIG, ATICO DE 2 HABITACIONES, 1 BAÑO, TERRAZA DE 18M CON MUY BUENAS VISTAS, CALEFACCION CENTRAL, AIRE ACOND. FRIO/CALOR, TOTALMENTE REFORMADO, CON AISLANTE TERMICO Y ACUSTICO, SUELOS DE PARQUET Y SITUADO EN UNA BUENA ZONA DEL PUIG.</td>
				  </tr>
				  <tr>
					<td height="14" colspan="2"></td>
				  </tr>
				  <tr>
					<td  colspan="2">
						<table width="275"  border="0" cellpadding="0" cellspacing="0">
						  <tr>
						  	
							<td width="35"><a href="javascript:MM_openBrWindow('informacion.asp?pk=606','','scrollbars=no,width=758,height=380')"><img src="images/ico-enviar.jpg" width="26" height="23" border="0"  alt="Solicitar información"></a></td>
						  	
							<td width="35"><a    href="javascript:MM_openBrWindow('fichainmueble.asp?pk=606&amp;print=yes','','scrollbars=yes,width=723,height=400')"><img src="images/ico-imprimir.jpg" width="26" height="23" border="0" alt="Imprimir"></a></td>
							<td width="35"><a href="javascript:MM_openBrWindow('carrito.asp?addpk=606','carrito','scrollbars=yes,width=500,height=300')"><img src="images/ico-pdf.jpg" width="26" height="23" border="0" alt="Añadir a mis inmuebles favoritos"></a></td>
							<td width="35"><a href="javascript:MM_openBrWindow('amigo.asp?pk=606','','scrollbars=no,width=387,height=277');"><img src="images/ico-usuario.jpg" width="26" height="23" border="0" alt="Enviar a un amigo"></a></td>
							<td width="135"><a href="javascript:MM_openBrWindow('fichainmueble.asp?pk=606','','scrollbars=yes,width=723,height=700,resizable=yes')"><img alt="Ampliar Información" src="images/ico-ampliar-informacion_es.jpg" width="135" height="23" border="0"></a></td>
						  </tr>
						</table>
					</td>
				  </tr>
			</table>			</td>
		  </tr>
		  <tr>
			<td colspan="2" height="6" ></td>
		  </tr>
		</table>
</div>		
<!--	<table width="475" border="0" cellpadding="2" cellspacing="0" id="Table2">
		<tr>
			<td height="90" width=132 align=center rowspan="2" background="../images/inmueble_fondo.jpg">
				<a href="#" title="Ampliar Informaci&oacute;n" onclick="MM_openBrWindow('fichainmueble.asp?pk=606','','scrollbars=yes,width=723,height=400')"><img src="../actualizer/inmueble/fotos/1118/1118 (2).JPG" width="122" height="80" border="0"></a>
			</td>
			<td height="67" class="contenidos">
				<p><span class="contenidos4">Atico</span></p>
				<p><span class="contenidos">PUIG, ATICO DE 2 HABITACIONES, 1 BAÑO, TERRAZA DE 18M CON MUY BUENAS VISTAS, CALEFACCION CENTRAL, AIRE ACOND. FRIO/CALOR, TOTALMENTE REFORMADO, CON AISLANTE TERMICO Y ACUSTICO, SUELOS DE PARQUET Y SITUADO EN UNA BUENA ZONA DEL PUIG.</span></p>
			</td>					
		</tr>
		<tr>
			<td height="23" colspan="2"><div align="left"><img src="../images/inmuebles_informacion.jpg" width="298" height="23" border="0" usemap="#Map606"></div>
			</td>
		</tr>
		<tr>
			<td height="1" colspan="3"><img src="../images/linea.gif" width="447" height="1"></td>
		</tr>
	</table>-->
        		
<div align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <tr>
			<td colspan="2" height="20" ></td>
		  </tr>
		  <tr>
		<!--	<td width="120" align="center"  valign="center"><a href="index.asp?pagina=&amp;subpagina=&c="> <img alt="+ info" src="appFunctions/ajustaImagen.asp?img=actualizer/ap3/fotomin/../actualizer/inmueble/fotos/906/906 (9).jpg" border="0"></a></td>-->
			<td width="120" align="center"  valign="center"><a href="javascript:MM_openBrWindow('fichainmueble.asp?pk=424','','scrollbars=yes,width=723,height=700')"><img alt="+ info" src="appFunctions/ajustaImagen.asp?img=../actualizer/inmueble/fotos/906/906 (9).jpg" border="0"></a></td>
			<td width="10" >&nbsp;</td>
			<td valign="top">
				<table width="100%"  border="0" cellpadding="0" cellspacing="0">
				  <tr>
					<td height="4" colspan="2"></td>
				  </tr>
			
				  <tr>
					<td class="tituloBreves">Casa</td>
					<td class="precio" align="right">440.000&nbsp;&euro;</td>
				  </tr>
				  <tr>
					<td height="6" colspan="2"></td>
				  </tr>
				  
				  <tr>
					<td class="textoBreves" height="26" valign="top" colspan="2">PUIG, CASA DE PUEBLO TOTALMENTE REHABILITADA EN 2007, 4 HABITACIONES, 2 PLANTAS Y BUHARDILLA, TERRAZA CON BARBACOA, PISCINA, DISEÑO MUY MODERNO Y UNOS ACABADOS DE PRIMERA CALIDAD.</td>
				  </tr>
				  <tr>
					<td height="14" colspan="2"></td>
				  </tr>
				  <tr>
					<td  colspan="2">
						<table width="275"  border="0" cellpadding="0" cellspacing="0">
						  <tr>
						  	
							<td width="35"><a href="javascript:MM_openBrWindow('informacion.asp?pk=424','','scrollbars=no,width=758,height=380')"><img src="images/ico-enviar.jpg" width="26" height="23" border="0"  alt="Solicitar información"></a></td>
						  	
							<td width="35"><a    href="javascript:MM_openBrWindow('fichainmueble.asp?pk=424&amp;print=yes','','scrollbars=yes,width=723,height=400')"><img src="images/ico-imprimir.jpg" width="26" height="23" border="0" alt="Imprimir"></a></td>
							<td width="35"><a href="javascript:MM_openBrWindow('carrito.asp?addpk=424','carrito','scrollbars=yes,width=500,height=300')"><img src="images/ico-pdf.jpg" width="26" height="23" border="0" alt="Añadir a mis inmuebles favoritos"></a></td>
							<td width="35"><a href="javascript:MM_openBrWindow('amigo.asp?pk=424','','scrollbars=no,width=387,height=277');"><img src="images/ico-usuario.jpg" width="26" height="23" border="0" alt="Enviar a un amigo"></a></td>
							<td width="135"><a href="javascript:MM_openBrWindow('fichainmueble.asp?pk=424','','scrollbars=yes,width=723,height=700,resizable=yes')"><img alt="Ampliar Información" src="images/ico-ampliar-informacion_es.jpg" width="135" height="23" border="0"></a></td>
						  </tr>
						</table>
					</td>
				  </tr>
			</table>			</td>
		  </tr>
		  <tr>
			<td colspan="2" height="6" ></td>
		  </tr>
		</table>
</div>		
<!--	<table width="475" border="0" cellpadding="2" cellspacing="0" id="Table2">
		<tr>
			<td height="90" width=132 align=center rowspan="2" background="../images/inmueble_fondo.jpg">
				<a href="#" title="Ampliar Informaci&oacute;n" onclick="MM_openBrWindow('fichainmueble.asp?pk=424','','scrollbars=yes,width=723,height=400')"><img src="../actualizer/inmueble/fotos/906/906 (9).jpg" width="122" height="80" border="0"></a>
			</td>
			<td height="67" class="contenidos">
				<p><span class="contenidos4">Casa</span></p>
				<p><span class="contenidos">PUIG, CASA DE PUEBLO TOTALMENTE REHABILITADA EN 2007, 4 HABITACIONES, 2 PLANTAS Y BUHARDILLA, TERRAZA CON BARBACOA, PISCINA, DISEÑO MUY MODERNO Y UNOS ACABADOS DE PRIMERA CALIDAD.</span></p>
			</td>					
		</tr>
		<tr>
			<td height="23" colspan="2"><div align="left"><img src="../images/inmuebles_informacion.jpg" width="298" height="23" border="0" usemap="#Map424"></div>
			</td>
		</tr>
		<tr>
			<td height="1" colspan="3"><img src="../images/linea.gif" width="447" height="1"></td>
		</tr>
	</table>-->
        		
<div align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <tr>
			<td colspan="2" height="20" ></td>
		  </tr>
		  <tr>
		<!--	<td width="120" align="center"  valign="center"><a href="index.asp?pagina=&amp;subpagina=&c="> <img alt="+ info" src="appFunctions/ajustaImagen.asp?img=actualizer/ap3/fotomin/../actualizer/inmueble/fotos/1115/1115.jpg" border="0"></a></td>-->
			<td width="120" align="center"  valign="center"><a href="javascript:MM_openBrWindow('fichainmueble.asp?pk=603','','scrollbars=yes,width=723,height=700')"><img alt="+ info" src="appFunctions/ajustaImagen.asp?img=../actualizer/inmueble/fotos/1115/1115.jpg" border="0"></a></td>
			<td width="10" >&nbsp;</td>
			<td valign="top">
				<table width="100%"  border="0" cellpadding="0" cellspacing="0">
				  <tr>
					<td height="4" colspan="2"></td>
				  </tr>
			
				  <tr>
					<td class="tituloBreves">Piso</td>
					<td class="precio" align="right">210.000&nbsp;&euro;</td>
				  </tr>
				  <tr>
					<td height="6" colspan="2"></td>
				  </tr>
				  
				  <tr>
					<td class="textoBreves" height="26" valign="top" colspan="2">MUSEROS, PISO CASI NUEVO DE 3 HABITACIONES, 2 BAÑOS COMPLETOS, AIRE ACOND. FRIO/CALOR, BALCON, GALERIA, SUELOS DE PARQUET Y SITUADO EN UNA ZONA MUY TRANQUILA.</td>
				  </tr>
				  <tr>
					<td height="14" colspan="2"></td>
				  </tr>
				  <tr>
					<td  colspan="2">
						<table width="275"  border="0" cellpadding="0" cellspacing="0">
						  <tr>
						  	
							<td width="35"><a href="javascript:MM_openBrWindow('informacion.asp?pk=603','','scrollbars=no,width=758,height=380')"><img src="images/ico-enviar.jpg" width="26" height="23" border="0"  alt="Solicitar información"></a></td>
						  	
							<td width="35"><a    href="javascript:MM_openBrWindow('fichainmueble.asp?pk=603&amp;print=yes','','scrollbars=yes,width=723,height=400')"><img src="images/ico-imprimir.jpg" width="26" height="23" border="0" alt="Imprimir"></a></td>
							<td width="35"><a href="javascript:MM_openBrWindow('carrito.asp?addpk=603','carrito','scrollbars=yes,width=500,height=300')"><img src="images/ico-pdf.jpg" width="26" height="23" border="0" alt="Añadir a mis inmuebles favoritos"></a></td>
							<td width="35"><a href="javascript:MM_openBrWindow('amigo.asp?pk=603','','scrollbars=no,width=387,height=277');"><img src="images/ico-usuario.jpg" width="26" height="23" border="0" alt="Enviar a un amigo"></a></td>
							<td width="135"><a href="javascript:MM_openBrWindow('fichainmueble.asp?pk=603','','scrollbars=yes,width=723,height=700,resizable=yes')"><img alt="Ampliar Información" src="images/ico-ampliar-informacion_es.jpg" width="135" height="23" border="0"></a></td>
						  </tr>
						</table>
					</td>
				  </tr>
			</table>			</td>
		  </tr>
		  <tr>
			<td colspan="2" height="6" ></td>
		  </tr>
		</table>
</div>		
<!--	<table width="475" border="0" cellpadding="2" cellspacing="0" id="Table2">
		<tr>
			<td height="90" width=132 align=center rowspan="2" background="../images/inmueble_fondo.jpg">
				<a href="#" title="Ampliar Informaci&oacute;n" onclick="MM_openBrWindow('fichainmueble.asp?pk=603','','scrollbars=yes,width=723,height=400')"><img src="../actualizer/inmueble/fotos/1115/1115.jpg" width="122" height="80" border="0"></a>
			</td>
			<td height="67" class="contenidos">
				<p><span class="contenidos4">Piso</span></p>
				<p><span class="contenidos">MUSEROS, PISO CASI NUEVO DE 3 HABITACIONES, 2 BAÑOS COMPLETOS, AIRE ACOND. FRIO/CALOR, BALCON, GALERIA, SUELOS DE PARQUET Y SITUADO EN UNA ZONA MUY TRANQUILA.</span></p>
			</td>					
		</tr>
		<tr>
			<td height="23" colspan="2"><div align="left"><img src="../images/inmuebles_informacion.jpg" width="298" height="23" border="0" usemap="#Map603"></div>
			</td>
		</tr>
		<tr>
			<td height="1" colspan="3"><img src="../images/linea.gif" width="447" height="1"></td>
		</tr>
	</table>-->
        		
<div align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <tr>
			<td colspan="2" height="20" ></td>
		  </tr>
		  <tr>
		<!--	<td width="120" align="center"  valign="center"><a href="index.asp?pagina=&amp;subpagina=&c="> <img alt="+ info" src="appFunctions/ajustaImagen.asp?img=actualizer/ap3/fotomin/../actualizer/inmueble/fotos/865/pto ic 559.jpg" border="0"></a></td>-->
			<td width="120" align="center"  valign="center"><a href="javascript:MM_openBrWindow('fichainmueble.asp?pk=389','','scrollbars=yes,width=723,height=700')"><img alt="+ info" src="appFunctions/ajustaImagen.asp?img=../actualizer/inmueble/fotos/865/pto ic 559.jpg" border="0"></a></td>
			<td width="10" >&nbsp;</td>
			<td valign="top">
				<table width="100%"  border="0" cellpadding="0" cellspacing="0">
				  <tr>
					<td height="4" colspan="2"></td>
				  </tr>
			
				  <tr>
					<td class="tituloBreves">Atico</td>
					<td class="precio" align="right">230.485&nbsp;&euro;</td>
				  </tr>
				  <tr>
					<td height="6" colspan="2"></td>
				  </tr>
				  
				  <tr>
					<td class="textoBreves" height="26" valign="top" colspan="2">ATICO EN EL PUIG DE 3 HABITACIONES, 4 DE ORIGEN, TERRAZA DE 25M2 CON VISTAS PANORAMICAS, A/A FRIO- CALOR,VENTANAS DE ALUMINIO CLIMALIT, ARMARIOS EMPOTRADOS. REFORMA INTEGRAL.</td>
				  </tr>
				  <tr>
					<td height="14" colspan="2"></td>
				  </tr>
				  <tr>
					<td  colspan="2">
						<table width="275"  border="0" cellpadding="0" cellspacing="0">
						  <tr>
						  	
							<td width="35"><a href="javascript:MM_openBrWindow('informacion.asp?pk=389','','scrollbars=no,width=758,height=380')"><img src="images/ico-enviar.jpg" width="26" height="23" border="0"  alt="Solicitar información"></a></td>
						  	
							<td width="35"><a    href="javascript:MM_openBrWindow('fichainmueble.asp?pk=389&amp;print=yes','','scrollbars=yes,width=723,height=400')"><img src="images/ico-imprimir.jpg" width="26" height="23" border="0" alt="Imprimir"></a></td>
							<td width="35"><a href="javascript:MM_openBrWindow('carrito.asp?addpk=389','carrito','scrollbars=yes,width=500,height=300')"><img src="images/ico-pdf.jpg" width="26" height="23" border="0" alt="Añadir a mis inmuebles favoritos"></a></td>
							<td width="35"><a href="javascript:MM_openBrWindow('amigo.asp?pk=389','','scrollbars=no,width=387,height=277');"><img src="images/ico-usuario.jpg" width="26" height="23" border="0" alt="Enviar a un amigo"></a></td>
							<td width="135"><a href="javascript:MM_openBrWindow('fichainmueble.asp?pk=389','','scrollbars=yes,width=723,height=700,resizable=yes')"><img alt="Ampliar Información" src="images/ico-ampliar-informacion_es.jpg" width="135" height="23" border="0"></a></td>
						  </tr>
						</table>
					</td>
				  </tr>
			</table>			</td>
		  </tr>
		  <tr>
			<td colspan="2" height="6" ></td>
		  </tr>
		</table>
</div>		
<!--	<table width="475" border="0" cellpadding="2" cellspacing="0" id="Table2">
		<tr>
			<td height="90" width=132 align=center rowspan="2" background="../images/inmueble_fondo.jpg">
				<a href="#" title="Ampliar Informaci&oacute;n" onclick="MM_openBrWindow('fichainmueble.asp?pk=389','','scrollbars=yes,width=723,height=400')"><img src="../actualizer/inmueble/fotos/865/pto ic 559.jpg" width="122" height="80" border="0"></a>
			</td>
			<td height="67" class="contenidos">
				<p><span class="contenidos4">Atico</span></p>
				<p><span class="contenidos">ATICO EN EL PUIG DE 3 HABITACIONES, 4 DE ORIGEN, TERRAZA DE 25M2 CON VISTAS PANORAMICAS, A/A FRIO- CALOR,VENTANAS DE ALUMINIO CLIMALIT, ARMARIOS EMPOTRADOS. REFORMA INTEGRAL.</span></p>
			</td>					
		</tr>
		<tr>
			<td height="23" colspan="2"><div align="left"><img src="../images/inmuebles_informacion.jpg" width="298" height="23" border="0" usemap="#Map389"></div>
			</td>
		</tr>
		<tr>
			<td height="1" colspan="3"><img src="../images/linea.gif" width="447" height="1"></td>
		</tr>
	</table>-->


</body>
</html>

    </td>
    <td align="left" valign="top" id="breveshome"><br />
	    
<div  align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <!--<tr>
			<td  height="6" style="color:white; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; border-bottom:1px dotted white; " >INMUEBLES DE LA SEMANA</td>
		  </tr>-->
		  <tr>
			<td  height="6"  ><img src="images/title-obra-nueva_peq_es.jpg"></td>
		  </tr>
		  <tr>
			<td  height="16"></td>
		  </tr>
		</table>
</div>
	
<div align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <tr>
			<td colspan="2" height="20" ></td>
		  </tr>
		  <tr>
			<td width="120" align="center"  valign="top"><a href="index.asp?pagina=obra-nueva&amp;subpagina=93&c=18"> <img alt="+ info" src="appFunctions/ajustaImagen.asp?img=../actualizer/ap3B/fotomin/INFO 2.jpg" border="0"></a></td>
			<td width="10" >&nbsp;</td>
			<td valign="top">
				<table width="100%"  border="0" cellpadding="0" cellspacing="0">
				  <tr>
					<td height="4"></td>
				  </tr>
				  <tr>
					<td class="tituloBreves">EDIFICIO RAFELBUÑOL</td>
				  </tr>
				  <tr>
					<td height="6"></td>
				  </tr>
				  <tr>
					<td class="textoBreves" height="26" valign="top">Valencia</td>
				  </tr>
				  <tr>
					<td height="14"></td>
				  </tr>
				  <tr>
					<td align="right">&nbsp;						
					</td>
				  </tr>
				  <!--<tr>
					<td>
						<table width="275"  border="0" cellpadding="0" cellspacing="0">
						  <tr>
							<td width="35"><img src="images/ico-enviar.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-imprimir.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-pdf.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-usuario.jpg" width="26" height="23" border="0"></td>
							<td width="135"><a href="index.asp?pagina=&amp;subpagina=93&c=18"><img alt="Ampliar Información" src="images/ico-ampliar-informacion.png" width="135" height="23" border="0"></a></td>
						  </tr>
						</table>
					</td>
				  </tr>-->
				  <!--<tr>
					<td align="right"><a href="index.asp?pagina=&amp;subpagina=93&c=18" class="enlaceBreves">+ info&nbsp;&nbsp;&nbsp;</a></td>
				  </tr>-->
			</table>			</td>
		  </tr>
		  <tr>
			<td colspan="2" height="6" ></td>
		  </tr>
		</table>
</div>		
	
<div align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <tr>
			<td colspan="2" height="20" ></td>
		  </tr>
		  <tr>
			<td width="120" align="center"  valign="top"><a href="index.asp?pagina=obra-nueva&amp;subpagina=64&c=13"> <img alt="+ info" src="appFunctions/ajustaImagen.asp?img=../actualizer/ap3B/fotomin/007 COPIA.jpg" border="0"></a></td>
			<td width="10" >&nbsp;</td>
			<td valign="top">
				<table width="100%"  border="0" cellpadding="0" cellspacing="0">
				  <tr>
					<td height="4"></td>
				  </tr>
				  <tr>
					<td class="tituloBreves">EDIFICIO BOBALAR</td>
				  </tr>
				  <tr>
					<td height="6"></td>
				  </tr>
				  <tr>
					<td class="textoBreves" height="26" valign="top">MASSAMAGRELL VALENCIA</td>
				  </tr>
				  <tr>
					<td height="14"></td>
				  </tr>
				  <tr>
					<td align="right">&nbsp;						
					</td>
				  </tr>
				  <!--<tr>
					<td>
						<table width="275"  border="0" cellpadding="0" cellspacing="0">
						  <tr>
							<td width="35"><img src="images/ico-enviar.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-imprimir.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-pdf.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-usuario.jpg" width="26" height="23" border="0"></td>
							<td width="135"><a href="index.asp?pagina=&amp;subpagina=64&c=13"><img alt="Ampliar Información" src="images/ico-ampliar-informacion.png" width="135" height="23" border="0"></a></td>
						  </tr>
						</table>
					</td>
				  </tr>-->
				  <!--<tr>
					<td align="right"><a href="index.asp?pagina=&amp;subpagina=64&c=13" class="enlaceBreves">+ info&nbsp;&nbsp;&nbsp;</a></td>
				  </tr>-->
			</table>			</td>
		  </tr>
		  <tr>
			<td colspan="2" height="6" ></td>
		  </tr>
		</table>
</div>		
	
<div align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <tr>
			<td colspan="2" height="20" ></td>
		  </tr>
		  <tr>
			<td width="120" align="center"  valign="top"><a href="index.asp?pagina=obra-nueva&amp;subpagina=32&c=6"> <img alt="+ info" src="appFunctions/ajustaImagen.asp?img=../actualizer/ap3B/fotomin/1 FACHADA ALCANTARA.jpg" border="0"></a></td>
			<td width="10" >&nbsp;</td>
			<td valign="top">
				<table width="100%"  border="0" cellpadding="0" cellspacing="0">
				  <tr>
					<td height="4"></td>
				  </tr>
				  <tr>
					<td class="tituloBreves">RESIDENCIAL ALCANTARA </td>
				  </tr>
				  <tr>
					<td height="6"></td>
				  </tr>
				  <tr>
					<td class="textoBreves" height="26" valign="top">ALCANTARA DEL XUQUER VALENCIA</td>
				  </tr>
				  <tr>
					<td height="14"></td>
				  </tr>
				  <tr>
					<td align="right">&nbsp;						
					</td>
				  </tr>
				  <!--<tr>
					<td>
						<table width="275"  border="0" cellpadding="0" cellspacing="0">
						  <tr>
							<td width="35"><img src="images/ico-enviar.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-imprimir.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-pdf.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-usuario.jpg" width="26" height="23" border="0"></td>
							<td width="135"><a href="index.asp?pagina=&amp;subpagina=32&c=6"><img alt="Ampliar Información" src="images/ico-ampliar-informacion.png" width="135" height="23" border="0"></a></td>
						  </tr>
						</table>
					</td>
				  </tr>-->
				  <!--<tr>
					<td align="right"><a href="index.asp?pagina=&amp;subpagina=32&c=6" class="enlaceBreves">+ info&nbsp;&nbsp;&nbsp;</a></td>
				  </tr>-->
			</table>			</td>
		  </tr>
		  <tr>
			<td colspan="2" height="6" ></td>
		  </tr>
		</table>
</div>		
	
<div align="center">
		<table width="95%" border="0" cellpadding="0" cellspacing="0">
		  <tr>
			<td colspan="2" height="20" ></td>
		  </tr>
		  <tr>
			<td width="120" align="center"  valign="top"><a href="index.asp?pagina=obra-nueva&amp;subpagina=67&c=14"> <img alt="+ info" src="appFunctions/ajustaImagen.asp?img=../actualizer/ap3B/fotomin/FACHADA.jpg" border="0"></a></td>
			<td width="10" >&nbsp;</td>
			<td valign="top">
				<table width="100%"  border="0" cellpadding="0" cellspacing="0">
				  <tr>
					<td height="4"></td>
				  </tr>
				  <tr>
					<td class="tituloBreves">EDIFICIO AZAHAR </td>
				  </tr>
				  <tr>
					<td height="6"></td>
				  </tr>
				  <tr>
					<td class="textoBreves" height="26" valign="top"> VILAMARXANT VALENCIA</td>
				  </tr>
				  <tr>
					<td height="14"></td>
				  </tr>
				  <tr>
					<td align="right">&nbsp;						
					</td>
				  </tr>
				  <!--<tr>
					<td>
						<table width="275"  border="0" cellpadding="0" cellspacing="0">
						  <tr>
							<td width="35"><img src="images/ico-enviar.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-imprimir.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-pdf.jpg" width="26" height="23" border="0"></td>
							<td width="35"><img src="images/ico-usuario.jpg" width="26" height="23" border="0"></td>
							<td width="135"><a href="index.asp?pagina=&amp;subpagina=67&c=14"><img alt="Ampliar Información" src="images/ico-ampliar-informacion.png" width="135" height="23" border="0"></a></td>
						  </tr>
						</table>
					</td>
				  </tr>-->
				  <!--<tr>
					<td align="right"><a href="index.asp?pagina=&amp;subpagina=67&c=14" class="enlaceBreves">+ info&nbsp;&nbsp;&nbsp;</a></td>
				  </tr>-->
			</table>			</td>
		  </tr>
		  <tr>
			<td colspan="2" height="6" ></td>
		  </tr>
		</table>
</div>		

    </td>
  </tr>
</table></td>
  </tr>
  
  <tr>
    <td id="pie"> <span style="font-weight: bold">Grupo Ferrer Albors Inmobiliaria</span> Calle PUZOL, 2 &middot; Valencia - Puig &middot; Tel: 961479428; 961479429 &middot; Fax: 961479429 &middot; <a href="mailto:info@grupoferreralbors.com">info@grupoferreralbors.com</a><br>
    <a href="index.asp?pagina=segunda-mano">
	 
  		Segunda Mano
	
	</a> &middot; 
	<a href="index.asp?pagina=obra-nueva">
	 
  		Obra Nueva
	</a> &middot; 
	<a href="index.asp?pagina=segunda-alquiler">
	 
  		Alquiler
	
	</a> &middot; 
	<a href="index.asp?pagina=parcela-solar">
	 
  		Parcela / Solar
	</a> &middot; 
	<a href="index.asp?pagina=contacto">
	 
  		Contacto
	
	</a> &middot; <a href="index.asp?pagina=Aviso-Legal">
	 
  		Aviso legal
	
	</a> &middot; <a href="index.asp?pagina=glosario">
	 
  		Glosario
	
	</a>	
	</td>
    <td id="pie" width="150" align="right" style="padding-right:10px;">
	<a href="index.asp?lang=en"></a>
	<a href="http://www.hooping.net" title="Dise&ntilde;o web" target="_blank">Dise&ntilde;o web</a> de Hooping.net</tr>
</table>
<div id="cerrarImagenAmpliada" style="display:none; position:absolute; background-color:#333333; border:1px solid #333333; z-index:4;  padding:3; text-align:center; height:20px; width:70px;"><a href="javascript:cerrarImagenAmpliada();" style="font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; " >[X] Cerrar</a></div>
<div id="capaImagenAmpliada" style="display:none; position:absolute; border:1px solid #333333;  z-index:4;"><img id="imagenAmpliada" src="" border="0" onload="javascript:redimensionarImagen(this);"></div>
</body>
</html>
