﻿function setFocus()
{
	document.getElementById("name").focus();
}