

function popup_obra(id, nomeJanela) {
  janela = window.open("/obra.php?id=" + id, nomeJanela, "width=660,height=430,left=100,top=70,status=1,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,resizable=0");
  janela.focus();
}

