﻿function OnFocusRemoveValue(ControlId)
{
    document.getElementById(ControlId).value = "";
}