> Because all the code is there already. Only the map doesn't
> show up.
Which browser? I do get a series of maps in FF2 offering choices for
'rottum'.
In IE your 'confirm' stops the browser before it has finished
rendering the map. You could allow the map to be created and rendered
before calling confirm, or you could use some other yes/no selection
method ... like the didyoumean example does.
Your method of creating a new map object for every choice is a bit
suspect ; better to re-use the same map by repositioning. Probably
quicker rendering as well.
There is an error on page unload, because you still have GUnload in
use (this is not part of v3)