function AddKeyEvent(e,keyCode,eventAction){if(e&&e.keyCode==keyCode){eval(eventAction);return false}return true}function OpenHelp(a){var b=document.getElementById("dPollsBaseId").href+"faq.htm#"+a;var c="status=no, toolbar=no, location=no, menubar=no, resizable=yes, scrollbars=yes, width=350, height=300";helpwin=window.open(b,"Help",c);if(helpwin!=null){if(helpwin.focus){helpwin.focus()}}};