function empty(control)
{
    if (control.cleared==null)
    {
        control.value = "";
        control.cleared = true;
    }
}