
function ShowConfirmation(message)
    {
        return confirm(message);
    }