﻿    function abre_pop(URL,Nome,features) { 
    window.open(URL,Nome,features);
    }


