function addChar(x) {
	document.searchform.word.focus() ;
	document.searchform.word.value = document.searchform.word.value + x ;
}
