﻿function mOn(p_mOn)
{
    window.status = p_mOn;
    return true;
}
function mOff()
{
    window.status = "";
    return true;
}