window.onload = function () {
	var input = document.getElementById ('name');
	input.focus ();
};
