function CheckBoardVoteForm2(frm) {var chk = 0;var i = 0;for (i = 0; i < frm.PNumber.length; i++) { if (frm.PNumber[i].checked) {chk++;}}if (chk == 0) { alert('ÅõÇ¥ Ç׸ñÀ» ¼±ÅÃÇϽʽÿÀ.'); return;}var str = "/community/poll/news_vote_ok.asp?Pid=406&Number=&Frequency=1";newWin = window.open(str, 'resultpopup', 'resizable=1,,top=100,left=100,scrollbars=0,status=no,toolbar=no,location=no,directories=no,width=476,height=348' );frm.target = 'resultpopup';frm.submit();}function openwin(surl,wn,w,h){window.open(surl,wn,'width='+w+',height='+h+',scrollbars=0,resizable=0,top=100,left=100');}document.write("