<search function="chem">
  <name>Cambridgesoft Chemfinder</name>
  <description>
    Search for chemicals with the Cambridgesoft Chemfinder.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>chem ammonium</td></tr>
  	</table>
  </description>
  <category>Other</category>
  <link>http://chemfinder.cambridgesoft.com/</link>
  <contributor>Stewart Rubenstein</contributor>
  
  <form name="chemf"
        action="http://chemfinder.cambridgesoft.com/result.asp"
        method="get">
    <input type="hidden" name="polyQuery"/>
    <input type="hidden" name="returnURL" value=""/>
    <input type="hidden" name="returnType" value=""/>
    <input type="hidden" name="userHeader" value="on"/>
    <input type="hidden" name="DisplayMessage" value=""/>
  </form>
  
  <script><![CDATA[
    function chem(q)
    {
      if( nullArgs("chem",q) )
        return false;
      else
      {
        document.chemf.polyQuery.value = q;
        submitForm(chemf);
      }
    }
  ]]></script>

  <copyright>
	Copyright (c) 2002 David Bau
	Distributed under the terms of the
	GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>
