// JavaScript Document

        function clearText(textObj){
	         textObj.value="";
	         textObj.style.color="#919191";
         }
