﻿function abrirURL(url) {
    window.open(url);
}
