A PHP wrapper around http://bluweb.com/us/chouser/gmapez/ that parses 
a XML file to produce a configurable Google Map image for your website.

The XML Parser included here was written by Eric Pollmann and is under
Public Domain. Which only really works under php4, if you use php5 you should
look at the suggestions at: http://uk.php.net/manual/en/function.array-merge.php

This code is released under the BSD Licence.

More information can be found at http://www.devco.net/ under the code section.

Change History:
19/06/2006 - Update to support version 2.2 of GMapEZ
19/06/2006 - Add mouse over titles to icons
19/06/2006 - Fix a missing quote in the sample reported by bje
20/05/2006 - Update to support version 2 of GMapEZ
28/12/2005 - Work around a bug with Google Maps and Firefox
06/10/2005 - Work around a bug introduced by GMapEZ that broke backward 
             compatibility.
06/10/2005 - Multiple extends are now supported, see the sample for an example
             use
30/08/2005 - Fix an error in the supplied sample data that had the wrong
             URL for GMapEZ
22/08/2005 - Add <comment> tags to the XML
21/08/2005 - Initial Release

R.I.Pienaar
