
function ocultar_opc(tipo){var opc=document.getElementById('opc_unidades');if(tipo=='Terreno/Lote'||tipo=='Local'){opc.style.visibility="hidden";}else{opc.style.visibility="visible";}}
function gmap_ficha(clave,lat,lng){var gmap_opciones={zoom:16,center:new google.maps.LatLng(lat,lng),mapTypeId:google.maps.MapTypeId.ROADMAP}
var div=$("#map_"+clave);var map=new google.maps.Map(document.getElementById("map_"+clave),gmap_opciones);var marker=new google.maps.Marker({position:new google.maps.LatLng(lat,lng),map:map});}
function mostrar_clave_alq(clave,fuera_de_temp){var error=$("#error");if(clave!=parseInt(clave)){error.text('Error: debe ingresar un numero.');}else{error.text('');$("#resultados").html('<img src="js/sexy-lightbox-2.3/sexyimages/black/loading.gif" alt="cargando..." />');$("#resultados").load("funciones/mostrar_clave_alq.php?clave="+clave+"&fuera_temp="+fuera_de_temp);}
return false;}
function mostrar_clave_vta(clave){var error=$("#error");if(clave!=parseInt(clave)){error.text('Error: debe ingresar un numero.');}else{error.text('');$("#resultados").html('<img src="js/sexy-lightbox-2.3/sexyimages/black/loading.gif" alt="cargando..." />');$("#nro_clave").html('<h1>Compra-Venta - Clave: '+clave+'</h1>');$("#resultados").load("funciones/mostrar_clave_vta.php?clave="+clave,function(){SexyLightbox.refresh();});}
return false;}
function mostrar_resultados_alq(page){$("#resultados").html('<img src="js/sexy-lightbox-2.3/sexyimages/black/loading.gif" alt="cargando..." />');$("#resultados").load("funciones/listar_resultados_alq.php?page="+page);}
function icono_color(tipo){var color;if(tipo=="Duplex"){color="0000ff";}
if(tipo=="Triplex"){color="7fff00";}
if(tipo=="Chalet en PH"){color="ffd700";}
if(tipo=="Chalet"){color="8b0000";}
if(tipo=="Depto"){color="708090";}
if(tipo=="Terreno/Lote"){color="04B404";}
if(tipo=="Lote"){color="04B404";}
if(tipo=="Local"){color="F781BE";}
return color;}
function unidades_no_cargadas(tabla){$("#resultados").html('<img src="js/sexy-lightbox-2.3/sexyimages/black/loading.gif" alt="cargando..." />');$("#resultados").load("../funciones/unidades_no_cargadas_gmap.php?tabla="+tabla);}
