function informativa ( ) {
   window . open ( '/pop_info.html',
                   'Informativa',
                   'scrollbars=yes, resizable=yes, width=550, height=450, status=no, location=no,' +
                   'toolbar=no, left=130, top=90, screenX=0' +
                   ', screenY=0, menubar=no' );
}
