I suggest that you first remove the MSIE-specific code from your page. 
This will allow you to debug it in a standards-compliant browser.

In particular
   directions.style.display = 'block';
in a standards-compliant browser creates a global Object() which only 
has the .style.display property.

Try
   document.getElementById("directions").style.display="block";

You'll find debugging much easier in Firefox than MSIE.

-- 
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to