
    function singIn()
    {
        document.data_form.operation.value = 'sing_in';
		document.getElementById("data_form").submit();
    }
