// JavaScript Document
function abre_bem(leilao, lote){
window.open("bens_detalhes.asp?leilao="+leilao+"&lote="+lote, "imagem", "width=570,height=340,scrollbars=yes")
}
