<search function="pat">

<COMMENT>Copied from patno.xml.  Remember, field names are CASE SENSITIVE, 
at least at the Patent Office site.</COMMENT>

  <name>Patent Search</name>
  <contributor>Philip Albert</contributor>
  <description>Retrieve a patent from U.S. PTO using a Boolean search terms.<br/>
  <div class="helpboxDescLabels">Example:</div>
  <table class="helpboxDescTable">
    <tr><td>pat implement</td></tr>
    <tr><td>pat "sharp implement"</td></tr>
    <tr><td>pat IN/Fred AND whistle</td></tr>
  </table>

  If more than one word is used, either quote all the words or put operators between them.
  </description>
  <category>Legal</category>

<link>http://164.195.100.11/netahtml/srch-adv.htm</link>
  <form name="patf" ACTION="http://164.195.100.11/netacgi/nph-Parser" METHOD="GET">
        <INPUT TYPE="HIDDEN" NAME="Query" VALUE="" />
        <INPUT TYPE="HIDDEN" NAME="Sect1" VALUE="PTO2" />
        <INPUT TYPE="HIDDEN" NAME="Sect2" VALUE="HITOFF" />
        <INPUT TYPE="HIDDEN" NAME="u"     VALUE="/netahtml/search-adv.htm" />
        <INPUT TYPE="HIDDEN" NAME="r"     VALUE="0" />
        <INPUT TYPE="HIDDEN" NAME="p"     VALUE="1" />
        <INPUT TYPE="HIDDEN" NAME="f"     VALUE="S" />
        <INPUT TYPE="HIDDEN" NAME="l"     VALUE="50" />
        <INPUT TYPE="HIDDEN" NAME="d"     VALUE="pall" />
  </form>
  
  <script><![CDATA[
    function pat(q)
    {
      if( nullArgs("pat", q) )
        return;

      document.patf.Query.value = q;
      submitForm(patf);
    }
  ]]></script>

  <copyright>
	Copyright (c) 2002 David Bau
	Mods copyright Philip Albert 2002
	Distributed under the terms of the
	GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>