function switchonoff(a){a="poll"+a;if(document.getElementById(a).style.display=="none"){document.getElementById(a).style.display="block"}else{document.getElementById(a).style.display="none"}}function checkSelected(a){vid="v"+a;pid="p"+a;if(document.getElementById(vid).value!=""){document.getElementById(pid).checked=true;return true}}function ajax_get_channel(){var a;var c=new Array("Msxml2.XMLHTTP.5.0","Msxml2.XMLHTTP.4.0","Msxml2.XMLHTTP.3.0","Msxml2.XMLHTTP","Microsoft.XMLHTTP");for(var b=0;b<c.length;b++){try{a=new ActiveXObject(c[b])}catch(d){a=null}}if(!a&&typeof XMLHttpRequest!="undefined"){a=new XMLHttpRequest()}if(!a){window.alert("Could not create connection object.")}return a}function call_server(c,a,e){var d;var b;d=ajax_get_channel();d.open("POST",c,true);b=e;d.setRequestHeader("POST",c+" HTTP/1.1");d.setRequestHeader("Content-Type","application/x-www-form-urlencoded");d.onreadystatechange=function(){if(d.readyState!=4){return}var f;f=d.responseText.substring(0);a(f);return true};d.send(b);delete d};