function change_q(nom) {
	 document.getElementById('a_id').value = nom;
}
function poll_vote() {
	makeRequest('poll_resultst.inc.php?id=' + document.getElementById('poll_id').value + '&a_id=' + document.getElementById('a_id').value,'poll_div',true)	
}
