<!--
// 搜索表单
document.writeln("<form id=\"SearchForm\" name=\"SearchForm\" action=\"\/Search.html\" method=\"get\" target=\"_blank\">");
document.writeln("  <table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("    <tbody>");
document.writeln("      <tr>");
document.writeln("        <td align=\"right\">站内搜索：<\/td>");
document.writeln("        <td width=\"160\" align=\"center\"><input id=\"SubSys\" type=\"hidden\" value=\"NS\" name=\"SubSys\" \/>");
document.writeln("          <input name=\"Keyword\" id=\"Keyword\" onfocus=\"this.select()\" onblur=\"if (this.value==\'\') this.value=\'请输入关键字\'\" onclick=\"if (this.value==\'请输入关键字\') this.value=\'\'\" onmouseover=\"this.focus()\" value=\"请输入关键字\" size=\"22\" maxlength=\"40\" \/><\/td>");
document.writeln("        <td width=\"60\" align=\"left\"><select id=\"s_type\" name=\"s_type\"> ");
document.writeln("            <option value=\"title\">标题<\/option> ");
document.writeln("            <option value=\"content\">全文<\/option> ");
document.writeln("          <\/select><\/td>");
document.writeln("        <td width=\"45\" align=\"left\"><input type=\"submit\" name=\"Submit\" value=\"搜索\" \/><\/td>");
document.writeln("        <td width=\"30\"><a href=\"\/subject\/site_search\/search_site.asp\" target=\"_blank\"><img height=\"18\" alt=\"高级搜索\" src=\"\/Images\/advanced.gif\" width=\"30\" \/><\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/tbody>");
document.writeln("  <\/table>");
document.writeln("<\/form>");
-->