document.write('		    <table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('              <tr align="left"> ');
document.write('                <td width="18"><img src="/images/search_bg1.gif" width="18" height="28"></td>');
document.write('                <td><table width="77%" border="0" cellspacing="0" cellpadding="0">');
document.write('                    <form name="subsearch" target="_blank" action="http://www.ndrc.gov.cn/search/subsearchresult.jsp" method="post" onsubmit="return checkSubmit()"> ');
document.write('                    <input type="hidden" name="siteid" value="37"> ');
document.write('                    <input type="hidden" name="channelid" value="75031"> ');
document.write('                    <input type="hidden" name="searchword" value=""> ');
document.write('                    <tr align="center"> ');
document.write('                      <td width="25" align="right"><img src="/images/search_go.gif" width="22" height="22"></td>');
document.write('                      <td align="center"><input name="searchword1" type="text" class="INPUT" value="请输入关键字" size="20" onFocus="if (this.value == \'请输入关键字\') this.value=\'\'"></td>');
document.write('                      <td><input name="Submit" type="submit" class="search1" value="查询"></td>');
document.write('                      <td><input name="Submit2" type="button" class="search2" value="高级查询" onClick="window.open(\'http://www.ndrc.gov.cn/search/subadvsearch.jsp?siteid=37\',\'\',\'\')"></td>');
document.write('                    </tr></form>');
document.write('                  </table></td>');

document.write('                <td align="center"><table width="80%" border="0" cellspacing="0" cellpadding="0">');
document.write('                    <tr align="center">');
document.write('                      <td><table width="79" height="17" border="0" cellpadding="0" cellspacing="0">');
document.write('                          <tr> ');
document.write('                            <td align="center" background="/images/button1.gif"><table border="0" cellspacing="0" cellpadding="0">');
document.write('                                <tr align="center"> ');
document.write('                                  <td width="8" align="left"><img src="/images/icon2.gif" width="8" height="7"></td>');
document.write('                                  <td><a href="http://www.ndrc.gov.cn" class="link1">返回主站</a></td>');
document.write('                                </tr>');
document.write('                              </table></td>');
document.write('                          </tr>');
document.write('                        </table></td>');
document.write('                      <td><table width="79" height="17" border="0" cellpadding="0" cellspacing="0">');
document.write('                          <tr> ');
document.write('                            <td align="center" background="/images/button1.gif"><table border="0" cellspacing="0" cellpadding="0">');
document.write('                                <tr align="center"> ');
document.write('                                  <td width="8" align="left"><img src="/images/icon2.gif" width="8" height="7"></td>');
document.write('                                  <td><a href="javascript:window.external.AddFavorite(\'http://tzs.ndrc.gov.cn\',\'中华人民共和国国家发展和改革委员会固定资产投资司\')" class="link1">加入收藏</a></td>');
document.write('                                </tr>');
document.write('                              </table></td>');
document.write('                          </tr>');
document.write('                        </table></td>');
document.write('                    </tr>');
document.write('                  </table></td>');
document.write('              </tr>');
document.write('            </table>');

function checkSubmit() {
	var objF = document.subsearch;


  objF.searchword1.value   =   objF.searchword1.value.replace(/^\'+|\'+$/g,"");
  objF.searchword1.value   =   objF.searchword1.value.replace(/\(/g,"（");
  objF.searchword1.value   =   objF.searchword1.value.replace(/\)/g,"）");
  objF.searchword1.value   =   objF.searchword1.value.replace(/\]/g,"］");
  objF.searchword1.value   =   objF.searchword1.value.replace(/\[/g,"［");


if(objF.searchword1.value.replace(/\s/g,"")=="")

 {
 alert("内容不能为空!");
		objF.focus();
 return false;
 }
if(objF.searchword1.value.replace(/[　]/g,"")=="")

 {
 alert("内容不能为空!");
		objF.focus();
 return false;
 }


	if ((objF.searchword1.value == '') || (objF.searchword1.value == '请输入关键字'))
	{
		alert('请填写检索词！');
		objF.focus();
		return false;
	}
	else
	{
		objF.searchword.value = "SITEID=" + objF.siteid.value + " AND " + objF.searchword1.value;
		return true;
	}
}