nada que centra ...
Código PHP:
<script type="text/javascript">
function abrir_vent (id_map) {
//Centra dependiendo de la resolucion de la pantalla
left = screen.width / 2 - 790 / 2;
top = screen.height / 2 - 540 / 2;
//alert(id_map);
vent = window.open('maps.cgi?id='+id_map,'vent','height=540,width=790,scrollbars=yes, resizable=yes, left=left, top=top');
vent.focus();
}
</script>