function makepoll(id,txt) {
	document.getElementById(id).innerHTML = txt;
}