Looks nice however I think you could implement better with PHP/Javascript using AJAX calls so you don't have to load all the maps at page render time.
Edit: Using a Javascript framework like Jquery (with fancybox plugin) would make this easy even if you were not that familiar with Javascript. Also come to think of it, since you will just be parameter passing, the PHP could even be left out and run entirely via Javascript.
|