function checkvote() {
    document.forms['pollform'].vote.disabled = false;
}