function hide(){
	etiq=document.getElementById('propiedad');
	etiq.innerHTML='';
	boton=document.getElementById('btn_mostrarmapa');
	if(boton!=undefined){
		boton.click(true);
	}
};
function showprop(codigo){
	nueva=openwin('reportes.php?pro_codi='+codigo,'','width=716,height=545,scrollbars=yes,resizable=no,titlebar=0');
};
function showprop2(tipo){
	nueva=openwin('reportes2.php?tipo='+tipo,'','width=716,height=575,scrollbars=yes,resizable=no,titlebar=0');
};
function showreco(codigo, clave){
	nueva=openwin('propiedad_recomendar.php?pro_codi='+codigo+'&clave='+clave,'','width=700,height=456,scrollbars=auto,resizable=no,titlebar=0');
};
function showsoliinfo(codigo){
	nueva=openwin('propiedad_solicitarinformacion.php?pro_codi='+codigo,'','width=700,height=484,scrollbars=auto,resizable=no,titlebar=0');
};
function showsolicita(codigo){
	nueva=openwin('propiedad_solicitarinformacion.php?con_tipo=cita&pro_codi='+codigo,'','width=700,height=484,scrollbars=auto,resizable=no,titlebar=0');
};
function showcalccuot(codigo){
	nueva=openwin('propiedad_calcularcredito.php?pro_codi='+codigo,'','width=700,height=329,scrollbars=auto,resizable=no,titlebar=0');
};
function checkar(codigo){
	//	alert("check_"+codigo);
	chk=document.getElementById("check_"+codigo);
	if (chk!=undefined){
		chk.checked=(!chk.checked);
	}
}
function showerror(codigo){
	nueva=openwin('error_anuncio.php?pro_codi='+codigo,'','width=350,height=277,scrollbars=auto,resizable=no,titlebar=0');
};

