// JavaScript Document
function Mapa(){
myleft=(screen.width)?(screen.width-620)/2:100;mytop=(screen.height)?(screen.height-480)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=620,height=480,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no'
PopupWin=window.open('http://www.lastrinitarias.com.ve/mapa2.htm','MapaImprimible', settings);
PopupWin.focus();}