function AutoFocus()
{
	if (document.getElementById("AutoFocus"))
		document.getElementById("AutoFocus").focus();
}
