﻿function AddText(strText){
   with(document.forms[0]){
   ctl00_ContentPlaceHolder1_txtMess.value = ctl00_ContentPlaceHolder1_txtMess.value + strText;
   }
}



