function SubForm(obj)
{
    obj.elements.submit.value    = 'ئلوْم...';
    obj.elements.submit.disabled = true;
    return true;
}
