function submitPoll(pollName) {
    document.forms[pollName].submit();
}
