submitVote=function(a){popupPollResultWindow("");a.form.submit();return false};popupPollResultWindow=function(a){var b=window.open(a,"pollResultWindow","resizable=yes,width=480,height=400");if(b){b.focus()}return false};
