function setLetter(what)
{
document.myform.terms.value=what
document.myform.submit()
}
