function word_focus() {
	document.getElementById('word').focus();
	document.getElementById('word').select();
}
