//------------------------------------------------------------
function get_poll(poll, a_id) {
		if (poll) {
			window.open('pollresult.php?answ='+poll+'&a_id='+a_id+'','','width=260,height=300,top=250,left=400, status=yes')
			return(false);
		} else {
			alert("Lütfen oy vereceğiniz seçeneği işaretleyiniz")
			return(false);
		}
}

//------------------------------------------------------------
function open_poll(ID) {
		window.open('pollresult.php?a_id='+a_id+'','','width=350,height=400,top=250,left=400, status=yes')
		return(false);
}

//------------------------------------------------------------
