function placeFocus() 
	{
	if (document.forms.length > 0) 
		{
		document.forms[0].elements[1].focus();
		}
	}

function loansFocus() 
	{
	if (document.forms.length > 0) 
		{
		document.forms[0].elements[0].focus();
		}
	}