function submit_poll(g,f){if(f==0){var a=-1;for(var d=0;d<g.vote.length;d++){if(g.vote[d].checked){a=d+1;break}}if(a==-1){return(false)}}var c=false;try{c=new ActiveXObject("Msxml2.XMLHTTP")}catch(j){try{c=new ActiveXObject("Microsoft.XMLHTTP")}catch(h){c=false}}if(!c&&typeof XMLHttpRequest!="undefined"){c=new XMLHttpRequest()}var b="poll.php?vote=";if(f==0){c.open("GET",b+a,true)}else{c.open("GET","poll.php",true)}c.onreadystatechange=function(){if(c.readyState==4){var e=c.responseText;if(f==0){setcookie60(currentpoll,"voted")}try{document.getElementById(pollplace).innerHTML=e}catch(i){c.send(null);return(true)}}};c.send(null);return(false)}function movepoll(a){form=document.getElementById("form_poll");document.getElementById("big"+pollplace).style.display="none";if(a=="down"){pollplace="polldiv_bottom"}else{pollplace="polldiv"}setcookie60("pollplace",pollplace);submit_poll(form,1);document.getElementById("big"+pollplace).style.display="block"};