function Load()
{
	if (document.getElementById('txtRestName') != null)
	{
		document.getElementById('txtRestName').focus();
	}
}
