function sendText(e, text)
 {
 e.value += text
 }
