﻿function ShowMessage(ShowText)
{
    alert(ShowText);
}

function ShowMessageDocument(ShowDocument) {
    document.write(ShowDocument);
}