﻿// JScript File

 function doClear(obj) 
{
    obj.value = "";
}
