function bodyOnLoad()
{
	try
	{
		if (document.frmLogin.txtContractorID.value)
			document.frmLogin.txtPassword.focus();
		else
			document.frmLogin.txtContractorID.focus();
	}
	catch (e)
	{
		//ignore
	}
}

function goBack()
{
	document.location = "/NetVet/";
}