﻿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=\"5\">影片Tags</option>')
document.writeln('      </select>')
document.writeln('        <select name=\"ClassID\" style=\"width:150\">')
document.writeln('          <option value=\"0\" selected=\"selected\">모든 목록</option>')
document.writeln('<option value=\'20092321302803\'>move </option><option value=\'20096501722238\'>──드라마 </option><option value=\'20094253132916\'>──영화 </option><option value=\'20095081987193\'>──단편극 </option>        </select>')
document.writeln('        <input name=\"KeyWord\" type=\"text\" class=\"textbox\"  value=\"검색어를 입력해주세요\" onfocus=\"this.select();\"/>')
document.writeln('        <input name=\"ChannelID\" value=\"7\" type=\"hidden\" />')
document.writeln('        <input type=\"submit\" class=\"inputButton\" name=\"Submit\" value=\"검 색\" /></td>')
document.writeln('  </tr>')
document.writeln('</form>')
document.writeln('</table>')

