function setFocus(fieldName)
	{
		document.getElementById(fieldName).focus();
	}
