﻿// JScript File
function Alerta(Msg) {
    if (Msg!="") {
        alert(Msg);
    }
}
