document.writeln('<table width=\"98%\" border=\"0\" align=\"center\">')
document.writeln('<form id=\"SearchForm\" name=\"SearchForm\" method=\"get\" action=\"/plus/Search.asp\">')
document.writeln('  <tr>')
document.writeln('    <td align=\"center\"><select name=\"SearchType\">')
document.writeln('          <option value=\"1\">名 称</option>')
document.writeln('          <option value=\"2\">简 介</option>')
document.writeln('          <option value=\"3\">开发商</option>')
document.writeln('          <option value=\"4\">录入者</option>')
document.writeln('          <option value=\"5\">关键字</option>')
document.writeln('      </select>')
document.writeln('        <select name=\"ClassID\" style=\"width:150px\">')
document.writeln('          <option value=\"0\" selected=\"selected\">所有栏目</option>')
document.writeln('<option value=\'20103274361542\'>下载频道 </option><option value=\'20102479005271\'>──Asp源码 </option><option value=\'20107182464116\'>──.net源码 </option><option value=\'20103594329529\'>──PHP源码 </option><option value=\'20107867478133\'>──其它源码 </option><option value=\'20107381379300\'>──服务器类 </option><option value=\'20106180881403\'>──网络软件 </option><option value=\'20101693232445\'>──应用软件 </option><option value=\'20104091100019\'>──系统工具 </option><option value=\'20100055988514\'>──图形图像 </option><option value=\'20109421494208\'>──多媒体类 </option><option value=\'20106670437620\'>──安全相关 </option><option value=\'20106924123614\'>──硬件工具 </option>        </select>')
document.writeln('        <input name=\"KeyWord\" type=\"text\" class=\"textbox\"  value=\"关键字\" onfocus=\"this.select();\"/>')
document.writeln('        <input name=\"ChannelID\" value=\"3\" type=\"hidden\" />')
document.writeln('        <input type=\"submit\" class=\"inputButton\" name=\"Submit\" value=\"搜 索\" /></td>')
document.writeln('  </tr>')
document.writeln('</form>')
document.writeln('</table>')

