<search function="tcc">
  <name>Telephone Country Code Info</name>
  <link>http://www.primeris.com</link>
  <description>Search for information on a particular country code
  <div class="helpboxDescLabels">Examples:</div> 
  <table class="helpboxDescTable">
    <tr>
      <td>tcc 227" or "tcc Haiti"</td>
    </tr>
  </table>
  </description>
  <category>People and Places</category>
  <contributor>Stephen Montgomery</contributor>
  <email>stephenmontgomery_at_ameritech_dot_net</email>
  <form name="tccf" 
        method="get" 
        action="http://www.primeris.com/fonefind/findint.php">
    <input type="hidden" name="intlnum" />
    <input type="hidden" name="intlname" />
    <input type="hidden" name="intlquery" />
  </form>
  <script><![CDATA[
    function tcc(q)
    {
      if (q == "")
        window.open("http://www.primeris.com/fonefind");
      else
      {
        if (result = q.match(/^(\d+)\s*(.*)/))
        {
          document.tccf.intlnum.value=result[1];
          document.tccf.intlquery.value="Search by Number";
        } else {
          document.tccf.intlname.value=q;
          document.tccf.intlquery.value="Search by Country";
        }
        submitForm(tccf);
      }
    }
  ]]></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>

