function preencheTipos(pg_sel,qual_id) {
	$('#'+qual_id).load('inc/xml/getTipos.asp?pg='+pg_sel+'&formato=select');
}

function imoveisNoMapa() {
	var pg='';
	var tipo='';
	$('#imoveisnomapa input:radio').each(function() {
		if ( $(this).is(':checked') ) {
			pg = $(this).val();
		}
	});
	
	tipo = $('#tiposdeimoveis2').val();
	window.open('ver_mapa.asp?pg='+pg+'&t='+tipo+'&b=&cid=&d=&imob=', 'Mapa', 'height=520, width=870')
}

function maisAcessados(pg_sel) {
	if (pg_sel=='v') {
		$('#img_mais_acessados').attr({'src':'images/inicial/vendaslocacao.png'});
	} else {		
		$('#img_mais_acessados').attr({'src':'images/inicial/vendaslocacao2.png'});
	}
	$('#maisacessados').load('inc/xml/maisacessados.asp?pg='+pg_sel);
}