function setFild(txtAlert,objField)
{
	alert(txtAlert);
	objField.focus();
	return false;
}
