function fnValidate()
{
	if (fnCheckForm(document.frmSign,arrAlert,arrCustomFunc,{},{} ,'lightblue'))
	{
		return true;
	}
	return false;
}
if (document.getElementById('txtName'))
{
	document.getElementById('txtName').focus();
}