> ....Can you just check it and
> tel me how do i correct my code?...

Get yourself a browser with any kind of debug capability.
Observe the javascript error that your code generates when clicking
the menu
I see
"document.getElementById("mycontrol") has no properties"
which comes from this line in your code
mycontrolDiv = document.getElementById('mycontrol').innerHTML;

Experience can help with guessing what is behind that, but a first
task would be to see if there is any element in your webpage with an
id=mycontrol

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to