function vote_valid(valoare)
{
	document.getElementById('vot_value').value = Number(valoare)+1;
	document.getElementById('form_vote').submit();
}
