
        function cleartxt(txtBox)
        {
            document.getElementById(txtBox).value = "";
            
        }