window.onload = afocus;
 
function afocus() {
	document.getElementById('jack').name.focus();
}
