Hi Chris, I use a check box for one of my categories but it could easily be expanded to include as many as you wish.
Link: http://www.ellobo-maps.com/ Here is the code I use in my external javascript, borrowed from Mike Williams. function boxclick(box,category) { if (box.checked) { show(category); }else{ hide(category); } makeSidebar(); } Here is another example, probably more of what you are looking for. http://www.tremonter.com/map/index.html Note, if you use IE to view my map you may get the “cannot display” alert. Click ok and do a refresh. Better yet use a real browser like ff. Hope this helps. Les --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
