﻿function RedirecionamentoExterno(Url) {
    window.open("/PaginaExternaPopUp.aspx?Url=" + Url, 'RedirecionamentoExterno', 'height=363, width=394, status=1, toolbar=0, location=0, menubar=0, directories=0, resizable=0, scrollbars=0');
}