function to_res(id){
	document.getElementById('res').value=id;
}
function voter (){	
	var id=document.getElementById('res').value;
	make_vote("ajax/add_poll.php?vote="+id);
}
