fmw42 wrote:I would certainly second a request for a search engine for the Usage pages, if that is not too terribly hard to implement.
The most basic approach would be that you just offer a text field that forwards the search to Google, restricticting the search to the Usage section of IM's website. This is about five lines of HTML code, see
http://www.askdavetaylor.com/how_can_i_ ... _site.html.
The disadvantage of this approach is that this will cause the user to leave the current website, as the Search button will lead him/her to Google. There are ways of embedding a Google custom search engine in your website for free, see
http://www.google.com/cse, but this will come along with ads or will cost a yearly fee if free of ads.
I personally have made good experience with the Zoom search engine by Wrensoft, an Australian (one man) enterprise, see
http://www.unfallrekonstruktion.eu/inde ... tsuche.php. (Sorry, that's in German, try searching for glatteis [= black ice].) In this case it searchs my book and gives you the page where something is written on the issue your looking for, but the original intent of the Zoom search engine is to search your own website. As far as I remeber, the PHP version of the engine costed about 100 Euros and was rather easy to handle. There should be ways of getting hold of that money ...
Another possible approach would be a re-desing of the entire website with a CMS. Right at the moment, I am re-designing my own website with Wordpress and find it rather easy to handle. Wordpress seems to generate a search index by default and offers a search button on the main page of the site. Although re-design sounds like a lot of work, it's actually not, because you can re-use existing content via copy & paste. The numerous images could however become a problem.