<search function="mm">
  <name>Multimap Maps</name>
  <description>
    Search for UK maps.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>mm 10 Downing Street, London sw1</td></tr>
  	</table>
  </description>
  <category>People and Places</category>
  <link>http://www.multimap.com/</link>
  <idea>David Brake david.brake@ukonline.co.uk</idea>
  
  <form name="mmf"
        action="http://www.multimap.com/map/places.cgi"
        method="get">
    <input type="hidden" name="source" value="quicksearch"/>
    <input type="hidden" name="client" value="europe"/>
    <input type="hidden" name="quicksearch"/>
  </form>
  
  <script><![CDATA[
    function mm(q)
    {
      if( nullArgs("mm",q) )
        return false;
      else
      {
        document.mmf.quicksearch.value = q;
        submitForm(mmf);
      }
    }
  ]]></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>

