function interceptTitle(arg,l){ var xxggzbl = arg; if(xxggzbl.length !=0){ if(xxggzbl.length > l){ document.write(xxggzbl.substr(0,l)+".."); } else{ document.write(xxggzbl); } } } function wfooter(){ document.write('
'); document.write('
  • 主办单位:营口市直机关工委   承办单位:营口市直属机关绩效考核办公室
  • '); document.write('
  • 地址:营口市站前区辽河广场1号 邮编:115000
  • '); document.write('
  • 电话:0417-2669205
  • '); document.write('
  • 技术支持:营口市信息中心 电话:0417-2998443
  • '); } //文章内容字体调节函数 function doZoom(size){ element = document.getElementById('zoom'); zoom(element,size); } function zoom(element,size){ element.style.fontSize=size+'px'; var elements = element.childNodes; if(elements.length==0) return; for(var i=0;i30) { alert("您输入的查询信息过长"); thenform.articleTitle.value=="" thenform.articleTitle.focus(); return false; } else { thenform.submit(); thenform.articleTitle.value = ""; } } function verSubmit() { if(voteForm.v_click.value == "0") { alert("您还没有选择"); return false; } voteForm.submit(); } function c_click() { voteForm.v_click.value = "1"; voteForm.optionSel.checked=true; } function ShowVoteResult() { window.open("voteview.jsp?viwe=ture&voteId=<%=bo.getVoteId(votePlaceId)%>","","",true) ; }