selection = false;

function makecheck() {
    selection = true;
    document.userpollform.votebutton.disabled = false
}

function formcheck() {
    if (selection == true) {
        userpoll = open ('', 'userpoll', "toolbar=no, scrollbars=yes, resizable=yes, width=650, height=330");
        return true;
    }
    else {
        return false;
    }
}

function viewresults() {
    open ('http://dansmovies.com/cgi-bin/datacgi/database.cgi?file=UserPoll&report=ResultsDisplay&PollID=0055', 'userpoll', 'toolbar=yes, addressbar=no, scrollbars=yes, resizable=yes, width=650, height=330');
}

function morepolls() {
    open ('http://dansmovies.com/cgi-bin/datacgi/database.cgi?file=UserPoll&report=ActivePolls', 'userpoll', 'toolbar=yes, addressbar=no, scrollbars=yes, resizable=yes, width=650, height=330');
}