
function GoClient()
{
	var strCode;
	strCode = document.forms[0].clientcode.value;

	if (strCode.length > 0)
	{
		document.forms["frmClientAccess"].submit();	
	}
}



