function showAvisoLegal(aURL) {
    window.open(
        aURL,
        'avisolegal',
        'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=625,height=400'
    );
}
