document.writeln('<table width="90%" height="20" border="0" align="center" cellpadding="0" cellspacing="0">');
document.writeln('        <tr>');
document.writeln('          <td colspan="2"></td>');
document.writeln('        </tr>');
document.writeln('      </table>');
document.writeln('      <table width="85%" border="0" align="center" cellpadding="0" cellspacing="3">');
document.writeln('        <tr>');
document.writeln('          <td colspan="2" align="left"><strong>Internal Search：</strong></td>');
document.writeln('        </tr>');
document.writeln('      </table>');
document.writeln('      <table width="85%" border="0" align="center" cellpadding="0" cellspacing="6">');
document.writeln('        <tr>');
document.writeln('          <td>');
document.writeln('        <input type="text" name="find_value" size="20" id="find_value"/>');
document.writeln('          </td>');
document.writeln('          <td><a href="javascript:do_search(find_value.value)" class="en_more"><img src="../images/searchdot.gif" width="17" height="18" border=0></a></td>');
document.writeln('        </tr>');
document.writeln('      </table>');
document.writeln('      <script>');
document.writeln('     function do_search(str){');
document.writeln('     var url="../sys/search.jsp?findparams="+encodeURIComponent(str);');
document.writeln('     window.location.href=url;}');
document.writeln('      </script>');