﻿// JScript File
function clearText(myId)
{
    //alert(myId.value);
    myId.value = '';
}

