﻿function AbrirLink(url) {
    PopW=window.open(url);
}
