﻿// JScript File

function OpenAlert(prmMsgValue) {
    alert(prmMsgValue);
}
