
var n4=(document.layers);var n6=(document.getElementById&&!document.all);var ie=(document.all);var o6=(navigator.appName.indexOf("Opera")!=-1);var safari=(navigator.userAgent.indexOf("Safari")!=-1);function GxMarkerNamespace(){var currentSpan=new GBounds();function setCursor(container,cursor){try{container.style.cursor=cursor;}
catch(c){if(cursor=="pointer")
setCursor("hand");}};function GxMarker(a,b,tooltip,map){this.inheritFrom=GMarker;this.inheritFrom(a,b);if(!currentSpan.minX||a.x<currentSpan.minX)currentSpan.minX=a.x;if(!currentSpan.maxX||a.x>currentSpan.maxX)currentSpan.maxX=a.x;if(!currentSpan.minY||a.y<currentSpan.minY)currentSpan.minY=a.y;if(!currentSpan.maxY||a.y>currentSpan.maxY)currentSpan.maxY=a.y;if(typeof tooltip!="undefined"){this.setTooltip(tooltip);}
this.map=map;this.icon=b;this.point=a;}
GxMarker.prototype=new GMarker(new GLatLng(1,1));GxMarker.prototype.setTooltip=function(string){this.removeTooltip();this.tooltip=new Object();this.tooltip.opacity=70;this.tooltip.contents=string;};GxMarker.prototype.initialize=function(a){try{GMarker.prototype.initialize.call(this,a);GEvent.bind(this,"mouseover",this,this.onMouseOver);GEvent.bind(this,"mouseout",this,this.onMouseOut);}catch(e){alert(e);}}
GxMarker.prototype.setCursor=function(cursor){var c=this.iconImage;if(n6&&this.icon.imageMap&&!safari){c=this.imageMap;}
else if(this.transparentIcon&&typeof this.transparentIcon!="undefined"){c=this.transparentIcon;}}
GxMarker.prototype.remove=function(a){try{GMarker.prototype.remove.call(this);this.removeTooltip();}catch(e){}}
GxMarker.prototype.removeTooltip=function(){if(this.tooltipObject){this.map.div.removeChild(this.tooltipObject);this.tooltipObject=null;}}
GxMarker.prototype.onInfoWindowOpen=function(){this.hideTooltip();GMarker.prototype.onInfoWindowOpen.call(this);}
GxMarker.prototype.onMouseOver=function(){this.showTooltip();};GxMarker.prototype.onMouseOut=function(){this.hideTooltip();};GxMarker.prototype.showTooltip=function(){if(this.tooltip){if(!this.tooltipObject){var opacity=this.tooltip.opacity/100;this.tooltipObject=document.createElement("div");this.tooltipObject.style.display="none";this.tooltipObject.style.position="absolute";this.tooltipObject.style.background="#fff";this.tooltipObject.style.padding="0";this.tooltipObject.style.margin="0";this.tooltipObject.style.MozOpacity=opacity;this.tooltipObject.style.filter="alpha(opacity="+this.tooltip.opacity+")";this.tooltipObject.style.opacity=opacity;this.tooltipObject.style.zIndex=50000;this.tooltipObject.innerHTML="<div class=\"markerTooltip\">"+this.tooltip.contents+"</div>";this.map.getPane(G_MAP_MARKER_PANE).appendChild(this.tooltipObject);}
var c=this.map.fromLatLngToDivPixel(new GLatLng(this.getPoint().y,this.getPoint().x));try{this.tooltipObject.style.top=c.y-(this.getIcon().iconAnchor.y+5)+"px";this.tooltipObject.style.left=c.x+(this.getIcon().iconSize.width-this.getIcon().iconAnchor.x+5)+"px";this.tooltipObject.style.display="block";}catch(e){alert(e);}}}
GxMarker.prototype.hideTooltip=function(){if(this.tooltipObject){this.tooltipObject.style.display="none";}}
GxMarker.prototype.changeIcon=function(newImage){GLog.write(newImage)
try{this.icon.image=newImage;this.redraw(true);}catch(e){alert(e)}
return;try{if(document.all){this.images[0].style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+newImage+"', sizingMethod='crop');";this.images[0].src=newImage;}else{this.images[0].src=newImage;}}catch(e){}}
GMap.prototype.flushOverlays=function(){currentSpan=new GBounds();this.clearOverlays();}
GMap.prototype.zoomToMarkers=function(){var span=new GSize(currentSpan.maxX-currentSpan.minX,currentSpan.maxY-currentSpan.minY);for(var zoom=0;zoom<this.spec.numZoomLevels;zoom++){var ppd=this.spec.getPixelsPerDegree(zoom);var pixelSpan=new GSize(Math.round(span.width*ppd.x),Math.round(span.height*ppd.y));if(pixelSpan.width<=this.viewSize.width&&pixelSpan.height<=this.viewSize.height)
{break;}}
this.centerAndZoom(new GPoint(currentSpan.minX+(span.width/2),currentSpan.minY+(span.height/2)),zoom);}
function makeInterface(a){var b=a||window;b.GxMarker=GxMarker;}
makeInterface();}
GxMarkerNamespace();