<search function="fe">
  <name>The File Extension Source</name>
  <description>
    Lookup the meaning of Windows/DOS file extensions.<br/>
    <div class="helpboxDescLabels">Usage:</div>
  	<table class="helpboxDescTable">
  		<tr><td>fe {[a..z] | num | sym }</td></tr>
  	</table>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>fe D</td></tr>
      <tr><td>fe sym</td></tr>
  	</table>
  </description>
  <category>Computers<category>Reference</category></category>
  <link>http://www.filext.com/</link>
  
  <script><![CDATA[
    function fe(q)
    {
      if( nullArgs("fe",q) )
        return false;
      else
      {
        q = q.toLowerCase();
        if (( q == 'sym' ) || ( q == 'num' ) )
          openSearchWindow("http://www.filext.com/" + q + ".htm");
        else if (/[a-z]$/i.test(q)) 
          openSearchWindow("http://www.filext.com/" + q.charAt(0) + ".htm");
	else
          nullArgs("fe","?");
      }
    }
  ]]></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>