
	function submitPollForm()
	{
		if (!validateSubmitPollForm(document.forms[0]))
			return;

		document.forms[0].submit();
	}
