function anonvote(vara){
	testvar = "vote"+vara;
	tmp = document.getElementById(testvar);
	tmp.style.display = "block";
}