function SubmitVote(mode)
{
 document.form_vote.vote_mode.value=mode;
 document.form_vote.submit();
// alert('aqq');
}
