﻿document.writeln('<table width=\"98%\" hight=\"50px\" 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=\"5\">关键字</option>')
document.writeln('      </select>')
document.writeln('    </td>')
document.writeln('    <td>')
document.writeln('        <select name=\"ClassID\" style=\"width:150\">')
document.writeln('          <option value=\"0\" selected=\"selected\">所有栏目</option>')
document.writeln('<option value=\'20090763917834\'>西安景点 </option><option value=\'20093091445724\'>──南线景点 </option><option value=\'20091106581183\'>──市内景点 </option><option value=\'20099280660493\'>──东线景点 </option><option value=\'20093491118332\'>──西线景点 </option><option value=\'20096391986801\'>──北线景点 </option></select>')
document.writeln('    </td>')
document.writeln('    <td>')
document.writeln('        <input name=\"KeyWord\" type=\"text\" class=\"textbox\"  value=\"关键字\" onfocus=\"this.select();\"/>')
document.writeln('        <input name=\"ChannelID\" value=\"2\" type=\"hidden\" />')
document.writeln('    </td>')
document.writeln('    <td>')
document.writeln('        <input type=\"submit\" class=\"inputButton\" name=\"Submit\" value=\"搜 索\" /></td>')
document.writeln('    </td>')
document.writeln('  </tr>')
document.writeln('</form>')
document.writeln('</table>')

