function send_opros(id) {
	
	$('#opros_'+id).load('vote_rez.php?do_vote&vote='+id+'&vote_answer='+$('input.vote_answer:checked').val());
	}