function set_cmd(a){var b=$get(get_HFID());b.value=a;__doPostBack(get_HFID(),"")}function set_pollVote(c,d){var b=document.getElementsByName(c),a="";for(i=0;i<b.length;i++)if(b[i].checked)a=a+b[i].value+",";if(a!=""){d.disabled=true;d.value="Please Wait...";set_cmd("poll_SetResponse|"+a+":"+c)}else alert("Please select an answer")}function openWin(b){var a=get_RadWindow();a.setUrl(b);a.show();window.event.cancelBubble=true;window.event.stopPropagation&&window.event.stopPropagation();return}function toggleBio(b,a){if(document.getElementById(a).style.display=="none"){document.getElementById(b).innerHTML="Hide Bio";document.getElementById(a).style.display="block"}else{document.getElementById(b).innerHTML="Show Bio";document.getElementById(a).style.display="none"}}function get_WinHeight(){return $telerik.getClientBounds().height}function get_WinWidth(){return $telerik.getClientBounds().width}