function _MM(B)
{
this._BMO(B);var A=parseFloat(B[2]);var C=parseFloat(B[3]);this.Point=new GLatLng(A,C);this.Marker=new GMarker(this.Point,this.GetIcon())}copyPrototype(_MM,_BMO);_MM.prototype.MarkerId=function(){return this.FullArray[1]};_MM.prototype.FavoriteLabel=function(){return this.MarkerId()};_MM.prototype.PlaceObjectOnMap=function(B){B.addOverlay(this.Marker);var A=this;GEvent.addListener(this.Marker,"mouseover",function(){mmc.MarkerFocusIn(A.MarkerId())});GEvent.addListener(this.Marker,"mouseout",function(){mmc.MarkerFocusOut(A.MarkerId())});GEvent.addListener(this.Marker,"click",function(){mmc.AddTabByMarkerId(A.MarkerId())})};_MM.prototype.SelectedMarkerImage=function(){return"BIMAGE/green-dot.png"};_MM.prototype.UnselectedMarkerImage=function(){return"BIMAGE/red-dot.png"};var current_lable;var selected_marker;_MM.prototype.SelectMarker=function(C){this.DeSelectMarker();selected_marker=this;current_lable=new ELabel(this.Marker.getLatLng(),C,"elabel",new GSize(20,0),false,true);map.addOverlay(current_lable);try{this.Marker.setImage(this.SelectedMarkerImage())}catch(B){}var A=document.getElementById("link"+this.MarkerId());if(A!="undefined"){A.style.backgroundColor="#ccFFcc"}ShowPreviewImageForMarker(this)};_MM.prototype.GetImage=function(A){return""};_MM.prototype.DeSelectMarker=function(){if(typeof (selected_marker)=="undefined"){return }selected_marker=undefined;current_lable.hide();try{this.Marker.setImage(this.UnselectedMarkerImage())}catch(B){}var A=document.getElementById("link"+this.MarkerId());if(A!="undefined"){A.style.backgroundColor=""}HidePreviewImage()};_MM.prototype.PictureBase=function(){return"0"};_MM.prototype.ToPopupHTML=function(){return"_MM"};_MM.prototype.ToLinkHTML=function(){return"_MM LinkHTML"};_MM.prototype.ToTableRowHTML=function(){return"<tr><td>"+this.ToLinkHTML()+"</td><td></td></tr>"};_MM.prototype.ToDetails=function(C,B){if(B){return""}var A='<a href="javascript:ytabs.removeCurrentTab();mmc.CloseTab('+this.MarkerId()+');"><u>[Close tab]</u></a>';A+='&nbsp;<a href="javascript:RefreshDashboardImages( '+this.MarkerId()+');"><u>[Refresh Marker Images]</u></a>';A+='&nbsp;<a href="javascript:mmc.CenterOn( '+this.MarkerId()+');"><u>[Center Map on this property]</u></a>';switch(parseInt(this.FullArray[0])){case 5:A+='&nbsp;<a href="javascript:subscribe_bid( '+this.BID()+');"><u>[Subscribe to building]</u></a>';break;case 4:A+='&nbsp;<a href="javascript:subscribe_mls( '+this.MlsNumber()+');"><u>[Subscribe to changes]</u></a>';break;default:}return A+"<hr>"};_MM.prototype.ToTabName=function(){return"_MM"};