function InputSearchWord(word)
{
	inputObj = document.getElementById('inputSearchWord');
	inputObj.value = word;
}