function vot(id)
{
	var raspuns =sendRequest("index.php?modU=0&mv0=0&obt=1","id="+id,"POST");
	if(raspuns != 'eroare')
	{
		document.getElementById('vot_art_'+id).innerHTML = raspuns;
		document.getElementById('td1_art_'+id).style.display='none';
		document.getElementById('td2_art_'+id).style.display='';
	}
}