    function post_form(name)
    {
        document.all.form.value=name;
        document.forms["form_send"].submit();
    }

