
function dow_poll()
{
    window.open("poll.html","poll",
                'toolbar=0,menubar=0,scrollbars=0,width=700,' +
                'innerWidth=700,height=350,innerHeight=350,top=50,left=100');
}

