function abrir_info(id){
x=(screen.width - 500) / 2;
y=(screen.height- 450) / 2;
window.open('/info.php?Codigo=' +id , '_blank','left=' + x +
    ',top=' + y + ',width=500,height=450,scrollbars = yes')}
function abrir_mapa(id){
x=(screen.width - 500) / 2;
y=(screen.height- 450) / 2;
window.open('/mapa.php?Codigo=' +id , '_blank','left=' + x +
    ',top=' + y + ',width=500,height=450,scrollbars = yes')}

function abrir_inserir(){
x=(screen.width - 500) / 2;
y=(screen.height- 550) / 2;
window.open('/inserir.php', '_blank','left=' + x +
    ',top=' + y + ',width=500,height=550,scrollbars = yes')}
	
function editar_empresa(id){
x=(screen.width - 500) / 2;
y=(screen.height- 570) / 2;
window.open('/editar_empresa.php?Codigo=' +id , '_blank','left=' + x +
    ',top=' + y + ',width=500,height=570,scrollbars = yes')}
