function Form_Validator(form, val)
{

   form.action.value = val
  
   return (true);  
}

