On this line you're looking for Elements called "1box", "2box" etc. document.getElementById(icontype+"box").checked = true; but your boxes are called "1", "2" etc.
Also, it's actually invalid to start an id with a number, but several browsers let you get away with it. -- http://econym.org.uk/gmap 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 -~----------~----~----~----~------~----~------~--~---
