﻿// JScript File
function clearErrorMessage()
{
    var errorlabel = document.getElementById('MyMaster_DemoPageOutput_errorLabel');
    if(errorlabel)
    errorlabel.style.display = 'none';
}
