﻿document.writeln('	<table width="232" border="0" style="margin-top:8px;" cellspacing="0" cellpadding="0">');
document.writeln('      <tr>');
document.writeln('        <td height="32" align="center" background="/images/left_01.gif" style="color:#FFFFFF; font-size:14px; font-weight:bold;">产品搜索</td>');
document.writeln('      </tr>');
document.writeln('      <tr>');
document.writeln('        <td align="center" style="border:1px solid #bedcf1; background-color:#e0eef8; padding-top:5px;">');


document.writeln('<form id="form1" name="form1" method="post" action="product.asp" style="padding:0px; margin:0px;">');
document.writeln('      <table width="200" border="0" cellspacing="0" cellpadding="0">');
document.writeln('        <tr>');
document.writeln('          <td align="left">请输入产品名字 ： </td>');
document.writeln('        </tr>');
document.writeln('        <tr>');
document.writeln('          <td align="right"><input name="keyword" type="text" id="keyword" size="27" maxlength="50" /></td>');
document.writeln('        </tr>');
document.writeln('        <tr>');
document.writeln('          <td height="35" align="right" style="padding-left:20px;"><input type="image" name="imageField" src="/images/search.gif" /></td>');
document.writeln('        </tr>');
document.writeln('      </table>');
document.writeln('    </form>');
document.writeln('		</td>');
document.writeln('      </tr>');
document.writeln('    </table>');
