Ctrl = FormA.Password;
if (Ctrl.length < 5) {
validatePrompt (Ctrl, "aaaa.");
return false;
}