// JavaScript Document
    function clearText()
    {
    document.getElementById ("CommentsText").value="";
    }