function quizsubmit(a)
{
	document.getElementById("quizprocessing").style.display = "block";
	//document.quizform.style.display = "none";
	document.getElementById("quizanswers").style.display = "none";
	document.quizform.answer.value = a;
	document.quizform.submit();
}