// ---  função  para mudar falor na Busca Rápida

function mudaValorBR() {

	$.get("view/buscaRapidaMinMax.php?tipo="+ document.getElementById('boxcodtiponegocio').value, function(data){$("#divpreco").html(data);});

}

// ---  função  para mudar falor na Busca Rápida

function mudaValorBA(ptipo) {

	$.get("view/buscaAvancadaMinMax.php?tipo="+ ptipo, function(data){$("#divprecoBA").html(data);});

}

//-->	função para selecionar o imóvel

function seleciona(pobj, vref, vcodsessao) {
	
	$.get("model/niseleciona.php?action="+pobj.checked+"&ref="+vref+"&pcodsessao="+vcodsessao);
	//alert(pobj + " -- " + vref + " -- " +vcodsessao);
	return true;

}

function selecionaMuda(pobj, vref, vcodsessao) {
	
	$.get("model/niseleciona.php?action="+pobj.checked+"&ref="+vref+"&pcodsessao="+vcodsessao,function(data){$("#lblseleciona").html(data);});
	return true;
}

//--> Slider Home

$(function(){
  $('#slider1').bxSlider({
    auto: true,
	speed: 1000,
	pause: 5000,
    pager: true
  });
});

