function setFocus(theField)
{
	theField.focus();
}
