function CheckSubmit(){
	if (query.value == ""){
		alert("请输入检索内容！")
	}else{
		window.open("http://www.google.com/u/macrochina?q="+toUTF8(query.value)+"&hl=zh-CN&ie=utf-8&oe=utf-8&domains=www.macrochina.com.cn&sitesearch=www.macrochina.com.cn","_blank","")	
	}
return false;
}
/*弹出留言板的简化窗口*/
function lbpage1(name){
	window.open(name,"_blank","menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=0,width=470,height=560,left=30,top=10")
}
document.write('<script language="vbScript" src="/js/toUTF8.js"></script>');
document.write('<table width="775" border="0" cellspacing="0" cellpadding="0" align="center" height="60">');
document.write('  <tr> ');
document.write('    <td bgcolor="#e4e7b8" valign="middle" width="610"> ');
document.write('      <table width="610" border="0" cellspacing="0" cellpadding="0" height="42">');
document.write('        <tr> ');
document.write('          <td background="/images/huang_new.gif" width="370"> ');
document.write('            <table width="370" border="0" cellspacing="0" cellpadding="0">');
document.write('              <tr align="center"> ');
document.write('                <td> ');
document.write('                  <table  border="0" cellspacing="0" cellpadding="0">');
document.write('                    <tr> ');
document.write('                      <td><a href="http://mcrp.macrochina.com.cn" class="txt" target="_blank">研究平台</a>　　<a href="http://www.macrochina.com.cn/mct/" class="txt" target="_blank">形 势 通</a>　　<a href="http://www.macrochina.com.cn/mct/mctools.shtml" class="txt" target="_blank">桌面工具</a>　　<a href="http://www.macrochina.com.cn/crisis/" class="txt" target="_blank">危机跟踪</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>');
document.write('                    </tr>');
document.write('                    <tr> ');
document.write('                      <td><a href="mailto:info@macrochina.com.cn" class="txt">投稿中心</a>　　<a href="http://www.googlesyndicatedsearch.com/u/macrochina" class="txt" target="_blank">网站检索</a>　　<a href="/link/index.shtml" class="txt"  target="_blank">友情链接</a>　　<a href="javascript:lbpage1(\'/board/index.asp\')" class="txt">请您留言</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>');
document.write('                    </tr>');
document.write('                  </table>');
document.write('                </td>');
document.write('              </tr>');
document.write('            </table>');
document.write('          </td>');
//document.write('          <td align="center" ><a href="http://prize.macrochina.com.cn:8022/prize/" target="_blank"><img src="/images/images_pj.gif" border="0"></a> </td>');
document.write('          <td align="center" ><a href="http://www.macrochina.com.cn/macro_data/" target="_blank"><img src="/images/images_db.gif" width="144" height="40" border="0"></a></td>');
document.write('        </tr>');
document.write('      </table>');
document.write('    </td>');
document.write('    <td width="165" bgcolor="#f9fce1" align="center"> ');
//document.write('<a href="http://www.crfoundation.org/2005.htm" target="_blank"><img src="/images/zizhu.gif" width="144" height="40" border="0" alt="2006年资助研究项目" hspace="0" vspace="0" border="0"></a>');
document.write('      <table width="150" border="0" cellspacing="0" cellpadding="0" align="center">');
document.write('          <tr align="center">');
document.write('            <td>');
document.write('                    <input name="query" size="10" maxlength="255" value="">');
document.write('                    <input type=submit value="检索" onClick="javascript:CheckSubmit();">');
document.write('            </td>');
document.write('          </tr>');
document.write('      </table>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');