function onloadFocus(eid) {
	var elmt = document.getElementById(eid);
	if (elmt) { 
		elmt.focus();
	}
}