function setInput(inpField, strValue) {
	inpField.value = strValue;
}

