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

