function authorize()
{
 var form = document.getElementById('login_form');
 form.submit();
}
