function SetMark(id, value)
{
    $("#vote_value_"+id).attr("value",value);
    $("#vote_form_"+id).submit();
    
}


