function vot(id) {
	var x=document.getElementById("vot"+id);
	x.click();
}