function wsdc(channelname)
{
document.write('<table cellspacing=0 cellpadding=0 width="72%" border=0>')
document.write('                              <tbody>')
document.write('                                <tr>')
document.write('                                  <td width="6%"><div class=style22 align=center></div></td>')
document.write('                                  <td width="94%" height="33" valign="bottom"><span class=style22>网上调查:</span></td>')
document.write('                                </tr>')
document.write('                                <tr>')
document.write('                                  <td>&nbsp;</td>')
document.write('                                  <td height="42"><span class="STYLE29">对该栏目设置和具体内容有何意见？</span></td>')
document.write('                                </tr>')
document.write('                              <form action="http://appweblogic.most.gov.cn/wsdc/channelwsdc_2.jsp" method=post name=formwsdc class="STYLE29" target=_blank>')
document.write('							  <tr>')
document.write('                                  <td rowspan=6>&nbsp;</td>')
document.write('                                  <td height=25><span class="STYLE29">')
document.write('                                      <input type=radio     value="1" name=question>   非常满意 </span><br>')
document.write('                                  </td>')
document.write('                                </tr>')
document.write('                                <tr>')
document.write('                                  <td height=25 class="STYLE29"><span class="STYLE29">')
document.write('                                    <input type=radio value="2"    name=question> </span>满意 </td>')
document.write('                                </tr>')
document.write('                                <tr>')
document.write('                                  <td height=25 class="STYLE29"><span class="STYLE29">')
document.write('                                    <input type=radio value="3"   name=question>  </span>基本满意 </td>')
document.write('                               </tr>')
document.write('                                <tr>')
document.write('                                  <td height=25 class="STYLE29"><span class="STYLE29">')
document.write('                                    <input  name=question type=radio value="4">   </span>不满意       <input type="hidden"  name=chnname value="');document.write(channelname);document.write('" /></td>')
document.write('                              </tr>')
document.write('      <tr>')
document.write('<td class="STYLE29">验证码(*)：<br><input type="text"  size="4"  name="rand"    maxlength="4" onKeyDown="if(window.event.keyCode==13){return submitwsdc();}"> <img border=0 src="http://appweblogic.most.gov.cn/images/a.jsp" ></td>')
document.write('                              </tr>')

document.write('			<tr> <td height=25 >  <input name="viewtype" type="hidden" value=""> <input style="FONT-SIZE: 12px; WIDTH: 50px; HEIGHT: 18px" type="button" onClick="submitwsdc()" value="提交" /> &nbsp;&nbsp;<input style="FONT-SIZE: 12px; WIDTH: 50px; HEIGHT: 18px" type="button" onClick="viewwsdc()" value="查看" /></td></tr></form>')
document.write('                                <tr>')
document.write('                                  <td>&nbsp;</td>')
document.write('                                  <td height=30><a href=http://appweblogic.most.gov.cn/lsxw/xbwzwsdc.jsp ><img height=18 alt=""   src="/images/00_37.gif" width=90 border=0></a></td>')
document.write('                                </tr>')
document.write('                                <tr align="right" valign="bottom">')
document.write('                                  <td height=19 colspan=2><img height=24 alt=""   src="/images/00_42.gif"   width=165></td>')
document.write('                                </tr>')
document.write('                              </tbody>')
document.write('                            </table>')
//document.write(channelname+"6u67i")
}
function submitwsdc()
{
	//alert(channelname2);
	//alert(formwsdc.chnname.value);
	//alert(formwsdc.chnname22.value);
	if(formwsdc.question[0].checked==false&&formwsdc.question[1].checked==false&&formwsdc.question[2].checked==false&&formwsdc.question[3].checked==false)
   {
   	alert('请您选择意见！');
	return false;
   }
   	if (formwsdc.rand.value=="")
   {
      alert("请您输入验证码！");
      theform.rand.focus();
      return false;
   }
   //window.open('','_blank','width=600,height=800,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=yes');
formwsdc.viewtype.value=0;
formwsdc.submit();
}
function viewwsdc()
{
//window.open('','_blank','width=600,height=800,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=yes');
formwsdc.viewtype.value=1;
formwsdc.submit();
}