Advertisement
Advertisement
| 05.19.2008 at 09:38AM PDT, ID: 23414328 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: |
if ((poi_markers.getAttribute("icon")='pushpin') || (poi_markers.getAttribute("icon")='arrow')) {
WHAT GOES HERE TO REFER TO THE DIV poi_overview
}
else {
GEvent.addListener(marker,'click',function(){ showFrontLayer(); });
}
|