function ImgPreviewer(f,c){this.id=f;this.DataObj=c;this.CodeSection=this.DataObj.CodeSection;this.IconWidth=this.DataObj.IconWidth;this.TotalWidth=this.DataObj.Width;this.TotalHeight=8+(this.IconWidth+4)+8;this.Block=3;this.MainWidth=this.TotalWidth-74;this.MainWidth-=this.MainWidth%(this.IconWidth+4+this.Block);this.PerPageAmt=this.MainWidth/(this.IconWidth+4+this.Block);this.MainWidth-=this.Block;this.TotalAmt=this.DataObj.IconInfo.length;this.PageAmt=Math.ceil(this.TotalAmt/this.PerPageAmt);this.FuncID=
this.DataObj.FuncID==undefined||this.DataObj.FuncID<0||this.DataObj.FuncID>this.TotalAmt-1?0:this.DataObj.FuncID;this.Resizeable=this.DataObj.Resizeable==undefined?true:typeof this.DataObj.Resizeable!="boolean"?true:this.DataObj.Resizeable;this.KeyControlable=this.DataObj.KeyControlable==undefined?true:typeof this.DataObj.KeyControlable!="boolean"?true:this.DataObj.KeyControlable;this.CurrentPage=Math.ceil((this.FuncID+1)/this.PerPageAmt);this.Distance=this.MainWidth+this.Block;this.NextFuncIcon=
this.FuncIcon="";this.EndID=this.StartID=0;this.ArrowMode="";this.LoadList=[];this.getMain="";this.getIconArray=[];this.getImgIntro=this.getImgSet=this.getImgSection=this.getImgContainer=this.getSliderList="";this.OutFadeOut=[];this.BlockAction=false;this.OpacityIntervalID=this.TimerIntervalID=this.IntervalID="";this.ArrowRollEffect=function(b,a){var d=a=="Over"?b.indexOf("Left")!=-1?"/img/Map/ui/BtnSliderMLeftOver.png":"/img/Map/ui/BtnSliderMRightOver.png":b.indexOf("Left")!=-1?"/img/Map/ui/BtnSliderMLeftOut.png":
"/img/Map/ui/BtnSliderMRightOut.png";if(CurrentStatus.BrowserPNGfix.indexOf(CurrentStatus.Browser)!=-1){$(b).style.background="url(/img/transparent.gif)";$(b).style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+d+", sizingMethod=scale)"}else $(b).style.background="url("+d+") no-repeat"};this.ArrowClickAction=function(b){this.ClearWin();Element.hide(this.getImgSection);Element.hide(this.getImgContainer);this.CurrentPage=b=="Left"?this.CurrentPage-1<=0?this.PageAmt:this.CurrentPage-
1:this.CurrentPage+1>this.PageAmt?1:this.CurrentPage+1;this.FuncID=this.PerPageAmt*(this.CurrentPage-1);var a=this.Distance*(this.CurrentPage-1)*-1;this.StartID=(this.CurrentPage-1)*this.PerPageAmt;this.EndID=this.StartID+this.PerPageAmt-1;this.ArrowMode=b;this.doMove(a,0,10)};this.GoSlide=function(b){this.FuncID=b;this.CurrentPage=Math.ceil((this.FuncID+1)/this.PerPageAmt);b=this.Distance*(this.CurrentPage-1)*-1;this.StartID=(this.CurrentPage-1)*this.PerPageAmt;this.EndID=this.StartID+this.PerPageAmt-
1;this.doMove(b,0,10)};this.IconClickActionPre=function(b){if(!this.BlockAction){var a=this.FuncIcon;this.FuncIcon=b;a!=this.FuncIcon?this.IconClickAction(this.FuncIcon):this.ClearWin()}};this.IconClickAction=function(b){if($("MsgSection"))$("MsgSection").innerHTML=this.FuncIcon.OrderID;MapStatus.IconClickAction(b.Lat,b.Lng);this.IconFadePre("FadeOut")};this.IconFadePre=function(b){if(b=="FadeIn")this.FuncIcon=null;clearInterval(this.OpacityIntervalID);this.StartID=(this.CurrentPage-1)*this.PerPageAmt;
this.EndID=this.StartID+this.PerPageAmt-1;for(var a=0;a<=this.getIconArray.length;a++)if(this.getIconArray[a]){this.getIconArray[a].OpacityFlag=false;this.getIconArray[a].GoalO=this.getIconArray[a]==this.FuncIcon||this.OutFadeOut.indexOf(a)!=-1?100:b=="FadeOut"?30:100}var d="ImgPreviewer"+this.id;this.OpacityIntervalID=setInterval(function(){OImgPreviewer[d].IconFade(5)},15)};this.IconFade=function(b){for(var a=true,d=this.StartID;d<=this.EndID;d++)if(this.getIconArray[d]){if(!this.getIconArray[d].OpacityFlag){var e=
this.getIconArray[d].Opacity,g=(this.getIconArray[d].GoalO-e)/b;g=Number((g<0?-1:1)*(Math.abs(g)<=1?1:Math.abs(g)));if(Math.abs(e-this.getIconArray[d].GoalO)<=Math.abs(g)){this.getIconArray[d].Opacity=this.getIconArray[d].GoalO;this.getIconArray[d].OpacityFlag=true}else this.getIconArray[d].Opacity=e+g;this.getIconArray[d].style.filter="alpha(opacity="+this.getIconArray[d].Opacity+")";this.getIconArray[d].style.MozOpacity=this.getIconArray[d].Opacity/100;this.getIconArray[d].style.opacity=this.getIconArray[d].Opacity/
100}a&=this.getIconArray[d].OpacityFlag}a&&clearInterval(this.OpacityIntervalID)};this.ClearWin=function(){MapStatus.MarkerIconReset();MapStatus.ClickSource="";$("WinInfoB").PosX=-1E3;$("WinInfoB").PosY=0;$("WinInfoB").style.left=$("WinInfoB").PosX+"px";$("WinInfoB").style.top=$("WinInfoB").PosY+"px";$("WinInfoB").isVisible=false;$("BeeMarker")&&Element.hide($("BeeMarker"));OImgPreviewer.ImgPreviewerPicker.OutFadeOut=[];OImgPreviewer.ImgPreviewerPicker.IconFadePre("FadeIn")};this.ImgClickAction=function(){alert(this.FuncIcon.Link)};
this.doMove=function(b,a,d){clearInterval(this.IntervalID);this.getSliderList.MoveFlagX=false;this.getSliderList.MoveFlagY=false;this.getSliderList.GoalX=b;this.getSliderList.GoalY=a;this.BlockAction=true;var e="ImgPreviewer"+this.id,g=this.getSliderList;this.IntervalID=setInterval(function(){OImgPreviewer[e].realMove(d,g)},15)};this.VaryAction=function(b){clearInterval(this.IntervalID);this.getImgContainer.VaryFlagW=false;this.getImgContainer.VaryFlagH=false;this.getImgContainer.MoveFlagX=false;
this.getImgContainer.MoveFlagY=false;this.getImgContainer.OpacityFlag=false;this.getImgContainer.GoalX=b.GoalX!=undefined?b.GoalX:this.getImgContainer.GoalX;this.getImgContainer.GoalY=b.GoalY!=undefined?b.GoalY:this.getImgContainer.GoalY;this.getImgContainer.GoalW=b.GoalW!=undefined?b.GoalW:this.getImgContainer.GoalW;this.getImgContainer.GoalH=b.GoalH!=undefined?b.GoalH:this.getImgContainer.GoalH;this.getImgContainer.GoalO=b.GoalO!=undefined?b.GoalO:this.getImgContainer.GoalO;var a="ImgPreviewer"+
this.id,d=this.getImgContainer;this.IntervalID=setInterval(function(){OImgPreviewer[a].realMove(b.Speed,d)},15)};this.realMove=function(b,a){if(!a.MoveFlagX){var d=a.PosX,e=(a.GoalX-d)/b;e=Number((e<0?-1:1)*(Math.abs(e)<=1?1:Math.abs(e)));if(Math.abs(d-a.GoalX)<=Math.abs(e)){a.PosX=a.GoalX;a.MoveFlagX=true}else a.PosX=d+e}if(!a.MoveFlagY){d=a.PosY;e=(a.GoalY-d)/b;e=Number((e<0?-1:1)*(Math.abs(e)<=1?1:Math.abs(e)));if(Math.abs(d-a.GoalY)<=Math.abs(e)){a.PosY=a.GoalY;a.MoveFlagY=true}else a.PosY=d+
e}if(a.Type=="SliderList"){a.style.left=a.PosX+"px";a.style.top=a.PosY+"px";if(a.MoveFlagX&&a.MoveFlagY){clearInterval(this.IntervalID);this.BlockAction=false;this.LoaderPre();if(this.NextFuncIcon){this.NextFuncIcon=this.NextFuncIcon.OrderID<this.StartID||this.NextFuncIcon.OrderID>this.EndID?this.ArrowMode=="Left"?this.getIconArray[this.EndID]:this.getIconArray[this.StartID]:this.NextFuncIcon;this.IconClickActionPre(this.NextFuncIcon);this.NextFuncIcon=null}}}else{if(!a.OpacityFlag){d=a.Opacity;e=
(a.GoalO-d)/b;e=Number((e<0?-1:1)*(Math.abs(e)<=1?1:Math.abs(e)));if(Math.abs(d-a.GoalO)<=Math.abs(e)){a.Opacity=a.GoalO;a.OpacityFlag=true}else a.Opacity=d+e}a.style.left=a.PosX+"px";a.style.top=a.PosY+"px";a.style.filter="alpha(opacity="+a.Opacity+")";a.style.MozOpacity=a.Opacity/100;a.style.opacity=a.Opacity/100;if(a.MoveFlagX&&a.MoveFlagY&&a.OpacityFlag)if(a.VaryFlagW){d=a.CurrentH;e=(a.GoalH-d)/b;e=Number((e<0?-1:1)*(Math.abs(e)<=1?1:Math.abs(e)));if(Math.abs(d-a.GoalH)<=Math.abs(e)){a.CurrentH=
a.GoalH;a.VaryFlagH=true}else a.CurrentH=d+e;a.style.height=a.CurrentH+"px";d=getPosition($(this.CodeSection));a.PosY=d[1]-(a.CurrentH+8);a.GoalY=a.PosY;a.style.top=a.PosY+"px";if(a.VaryFlagH){clearInterval(this.IntervalID);this.getImgSet.src=this.FuncIcon!=null?this.FuncIcon.ImgPath:"/img/transparent.gif";this.getImgSet.style.width=a.GoalW+"px";this.getImgSet.style.height=a.GoalH-14+"px";this.getImgIntro.innerHTML=this.FuncIcon!=null?"Title: "+this.FuncIcon.Title:"";if(a.Opacity!=100){Element.hide(a);
this.FuncIcon=null}else Element.show(this.getImgSection);this.getImgContainer.style.filter=null;this.getImgContainer.style.MozOpacity=null;this.getImgContainer.style.opacity=null}}else{d=a.CurrentW;e=(a.GoalW-d)/b;e=Number((e<0?-1:1)*(Math.abs(e)<=1?1:Math.abs(e)));if(Math.abs(d-a.GoalW)<=Math.abs(e)){a.CurrentW=a.GoalW;a.VaryFlagW=true}else a.CurrentW=d+e;a.style.width=a.CurrentW+"px";d=getPosition($(this.CodeSection));e=Math.floor(a.BaseX-(a.CurrentW+8)/2);e=e<d[0]?d[0]:e+(a.CurrentW+8)>d[0]+$(this.CodeSection).getWidth()?
d[0]+$(this.CodeSection).getWidth()-(a.CurrentW+8):e;a.PosX=e;a.GoalX=e;a.style.left=e+"px"}}};this.LoaderPre=function(){clearTimeout(this.TimerIntervalID);this.LoadList=[];this.StartID=(this.CurrentPage-1)*this.PerPageAmt;this.EndID=this.StartID+this.PerPageAmt-1;for(var b=this.StartID;b<=this.EndID;b++)this.getIconArray[b]&&!this.getIconArray[b].isIconReady&&this.LoadList.push(this.getIconArray[b]);this.LoadList.length>0&&this.IconLoader()};this.IconLoader=function(){if(this.LoadList.length<=0)clearTimeout(this.TimerIntervalID);
else{var b=this.LoadList.shift(),a=new Image;a.onload=function(){var d="ImgPreviewer"+this.ClassID,e=this.id;setTimeout(function(){OImgPreviewer[d].LoadComplete({IconID:e,Status:"Ok"})},10)};a.onerror=function(){var d="ImgPreviewer"+this.ClassID,e=this.id;setTimeout(function(){OImgPreviewer[d].LoadComplete({IconID:e,Status:"Error"})},10)};a.id=b.OrderID;a.ClassID=this.id;a.src=b.IconPath}};this.LoadComplete=function(b,a){if(a){this.getIconArray[b].isImgReady=true;this.getIconArray[b].ImgW=a.ImgW;
this.getIconArray[b].ImgH=a.ImgH;this.FuncIcon==this.getIconArray[b]&&this.IconClickAction(this.getIconArray[b])}else if(this.getIconArray[b.IconID]){this.getIconArray[b.IconID].isIconReady=true;if(b.Status=="Error")this.getIconArray[b.IconID].IconPath="/img/Map/NoImage90.gif";this.getIconArray[b.IconID].getIcon.src=this.getIconArray[b.IconID].IconPath;var d="ImgPreviewer"+this.id;if(this.LoadList.length>0)this.TimerIntervalID=setTimeout(function(){OImgPreviewer[d].IconLoader()},150)}};this.KeyDownEvent=
function(b){switch(b){case 37:if(!this.FuncIcon){this.ArrowClickAction("Left");break}if(MapStatus.ClickSource=="Map")break;b=this.FuncIcon.OrderID-1;if(b<this.StartID){if(b<0)b=this.TotalAmt-1;this.NextFuncIcon=this.getIconArray[b];this.ArrowClickAction("Left")}else this.IconClickActionPre(this.getIconArray[b]);break;case 39:if(!this.FuncIcon){this.ArrowClickAction("Right");break}if(MapStatus.ClickSource=="Map")break;b=this.FuncIcon.OrderID+1;if(b>this.EndID){if(b>this.TotalAmt-1)b=0;this.NextFuncIcon=
this.getIconArray[b];this.ArrowClickAction("Right")}else if(b>this.TotalAmt-1){this.NextFuncIcon=this.getIconArray[0];this.ArrowClickAction("Right")}else this.IconClickActionPre(this.getIconArray[b]);break;case 40:this.FuncIcon||this.IconClickActionPre(this.getIconArray[this.StartID]);break;case 27:this.FuncIcon&&this.ClearWin();break;default:this.BlockAction||this.ClearWin()}};this.ResizeEvent=function(b){this.FuncIcon=null;for(var a=0;a<this.getIconArray.length;a++){this.getIconArray[a].Opacity=
100;this.getIconArray[a].GoalO=100;this.getIconArray[a].style.filter=null;this.getIconArray[a].style.MozOpacity=null;this.getIconArray[a].style.opacity=null}Element.hide(this.getImgSection);Element.hide(this.getImgContainer);this.LoadList=[];this.TotalWidth=b;this.MainWidth=this.TotalWidth-74;this.MainWidth-=this.MainWidth%(this.IconWidth+4+this.Block);this.PerPageAmt=this.MainWidth/(this.IconWidth+4+this.Block);this.MainWidth-=this.Block;this.PageAmt=Math.ceil(this.TotalAmt/this.PerPageAmt);this.CurrentPage=
Math.ceil((this.FuncID+1)/this.PerPageAmt);this.Distance=this.MainWidth+this.Block;this.ReOrgContent()};this.ReOrgContent=function(){$(this.CodeSection).style.width=this.TotalWidth+"px";this.getMain.style.width=this.MainWidth+"px";this.getMain.style.left=Math.floor(this.TotalWidth/2-this.MainWidth/2)+"px";this.getMain.style.clip="rect(0px, "+this.MainWidth+"px, "+(this.IconWidth+4)+"px, 0px)";this.getSliderList.style.left="0px";this.getSliderList.style.top="0px";this.getSliderList.PosX=0;this.getSliderList.PosY=
0;this.getSliderList.MoveFlagX=false;this.getSliderList.MoveFlagY=false;this.getSliderList.GoalX=0;this.getSliderList.GoalY=0;this.ClearWin();this.CurrentPage!=1?this.doMove(this.Distance*(this.CurrentPage-1)*-1,0,10):this.LoaderPre()};this.SwitchContent=function(b){clearInterval(this.IntervalID);clearTimeout(this.TimerIntervalID);Element.hide(this.getImgSection);Element.hide(this.getImgContainer);this.ClearWin();CurrentStatus.OLatLng={};this.DataObj.IconInfo=b.IconInfo;this.TotalAmt=this.DataObj.IconInfo.length;
this.PageAmt=Math.ceil(this.TotalAmt/this.PerPageAmt);this.FuncID=0;this.NextFuncIcon=this.FuncIcon=null;this.CurrentPage=Math.ceil((this.FuncID+1)/this.PerPageAmt);this.BlockAction=false;this.constructor()};this.constructor=ImgPreviewerConstructor;this.constructor()}
function ImgPreviewerConstructor(){if($(this.CodeSection)){for(var f=$(this.CodeSection);f.childNodes.length>0;)f.removeChild(f.firstChild);f.style.width=this.TotalWidth+"px";f.style.height=this.TotalHeight+"px";var c=document.createElement("div");c.className="ImgPreviewerTrans";f.appendChild(c);c=document.createElement("div");c.id=this.id+"#IPLeftArrow";c.className="ImgPreviewerLeftArrow";c.ClassID=this.id;c.style.top=Math.floor(this.TotalHeight/2-14)+"px";if(CurrentStatus.BrowserPNGfix.indexOf(CurrentStatus.Browser)!=
-1){c.style.background="url(/img/transparent.gif)";c.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/Map/ui/BtnSliderMLeftOut.png, sizingMethod=scale)"}else c.style.background="url(/img/Map/ui/BtnSliderMLeftOut.png) no-repeat";c.onmouseover=function(){OImgPreviewer["ImgPreviewer"+this.ClassID].ArrowRollEffect(this.id,"Over")};c.onmouseout=function(){OImgPreviewer["ImgPreviewer"+this.ClassID].ArrowRollEffect(this.id,"Out")};c.onclick=function(){OImgPreviewer["ImgPreviewer"+
this.ClassID].ArrowClickAction("Left")};f.appendChild(c);c=document.createElement("div");c.id=this.id+"#IPRightArrow";c.className="ImgPreviewerRightArrow";c.ClassID=this.id;c.style.top=Math.floor(this.TotalHeight/2-14)+"px";if(CurrentStatus.BrowserPNGfix.indexOf(CurrentStatus.Browser)!=-1){c.style.background="url(/img/transparent.gif)";c.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/Map/ui/BtnSliderMRightOut.png, sizingMethod=scale)"}else c.style.background="url(/img/Map/ui/BtnSliderMRightOut.png) no-repeat";
c.onmouseover=function(){OImgPreviewer["ImgPreviewer"+this.ClassID].ArrowRollEffect(this.id,"Over")};c.onmouseout=function(){OImgPreviewer["ImgPreviewer"+this.ClassID].ArrowRollEffect(this.id,"Out")};c.onclick=function(){OImgPreviewer["ImgPreviewer"+this.ClassID].ArrowClickAction("Right")};f.appendChild(c);c=document.createElement("div");c.className="IPImgContainer";c.style.left="0px";c.style.top="198px";c.style.width="180px";c.style.height="254px";c.Type="ImgContainer";c.VaryFlagW=false;c.VaryFlagH=
false;c.MoveFlagX=false;c.MoveFlagY=false;c.OpacityFlag=false;c.CurrentW=180;c.CurrentH=254;c.PosX=0;c.PosY=0;c.Opacity=0;c.GoalX=0;c.GoalY=0;c.GoalW=0;c.GoalH=0;c.GoalO=0;document.getElementsByTagName("body")[0].appendChild(c);this.getImgContainer=c;var b=document.createElement("div");b.className="IPBtnSection";c.appendChild(b);var a=document.createElement("div");a.className="IPBtnClose";a.ClassID=this.id;a.onmouseover=function(){this.style.backgroundPosition="-11px 0px"};a.onmouseout=function(){this.style.backgroundPosition=
"0px 0px"};a.onclick=function(){OImgPreviewer["ImgPreviewer"+this.ClassID].ClearWin()};b.appendChild(a);b=document.createElement("div");b.className="IPImgSection";c.appendChild(b);this.getImgSection=b;a=document.createElement("img");a.src="/img/transparent.gif";a.ClassID=this.id;a.onclick=function(){OImgPreviewer["ImgPreviewer"+this.ClassID].ImgClickAction()};b.appendChild(a);this.getImgSet=a;a=document.createElement("div");a.className="IPImgIntroBack";b.appendChild(a);a=document.createElement("div");
a.className="IPImgIntro";a.innerHTML="Photoed By mei";b.appendChild(a);this.getImgIntro=a;Element.hide(c);c=document.createElement("div");c.className="ImgPreviewerMain";c.style.width=this.MainWidth+"px";c.style.height=this.IconWidth+4+"px";c.style.left=Math.floor(this.TotalWidth/2-this.MainWidth/2)+"px";c.style.clip="rect(0px, "+this.MainWidth+"px, "+(this.IconWidth+4)+"px, 0px)";f.appendChild(c);this.getMain=c;this.getIconArray=[];f=document.createElement("div");f.style.position="absolute";f.style.left=
"0px";f.style.top="0px";f.Type="SliderList";f.PosX=0;f.PosY=0;f.MoveFlagX=false;f.MoveFlagY=false;f.GoalX=0;f.GoalY=0;c.appendChild(f);this.getSliderList=f;for(c=0;c<this.TotalAmt;c++){b=document.createElement("div");b.id=this.id+"#ImgPreviewerIcon#"+c;b.className="ImgPreviewerIconOut";b.style.left=(this.IconWidth+4+this.Block)*c+"px";b.ClassID=this.id;b.OrderID=c;b.OpacityFlag=100;b.Opacity=100;b.GoalO=100;b.isIconReady=false;b.isImgReady=false;b.ImgW=0;b.ImgH=0;b.IconPath=this.DataObj.IconInfo[c].Icon;
b.ImgPath=this.DataObj.IconInfo[c].Img;b.Title=trim(this.DataObj.IconInfo[c].Title.replace(/DataSet\[(.*)\]/,"$1"));b.Link=this.DataObj.IconInfo[c].Link;b.onmouseover=function(){this.className="ImgPreviewerIconOver";if(this!=OImgPreviewer["ImgPreviewer"+this.ClassID].FuncIcon){this.style.filter="alpha(opacity=100)";this.style.MozOpacity=1;this.style.opacity=1}};b.onmouseout=function(){this.className="ImgPreviewerIconOut";if(this!=OImgPreviewer["ImgPreviewer"+this.ClassID].FuncIcon){this.style.filter=
"alpha(opacity="+this.Opacity+")";this.style.MozOpacity=this.Opacity/100;this.style.opacity=this.Opacity/100}};b.onclick=function(){MapStatus.ClickSource="";OImgPreviewer["ImgPreviewer"+this.ClassID].OutFadeOut=[];OImgPreviewer["ImgPreviewer"+this.ClassID].IconClickActionPre(this)};if(this.DataObj.IconInfo[c].Lat&&this.DataObj.IconInfo[c].Lng){b.Lat=this.DataObj.IconInfo[c].Lat;b.Lng=this.DataObj.IconInfo[c].Lng;if(Math.abs(b.Lat)>90)b.Lat%=90;if(Math.abs(b.Lng)>180){b.Lng%=360;if(Math.abs(b.Lng)>
180)b.Lng>0?b.Lng-=360:b.Lng+=360}CurrentStatus.OLatLng["LatLng#"+b.Lat+"#"+b.Lng]||(CurrentStatus.OLatLng["LatLng#"+b.Lat+"#"+b.Lng]=[]);CurrentStatus.OLatLng["LatLng#"+b.Lat+"#"+b.Lng].push(c)}f.appendChild(b);this.getIconArray.push(b);a=document.createElement("img");a.src="/img/transparent.gif";a.style.width=this.IconWidth+"px";a.style.height=this.IconWidth+"px";b.appendChild(a);b.getIcon=a}this.CurrentPage!=1?this.doMove(this.Distance*(this.CurrentPage-1)*-1,0,10):this.LoaderPre();this.Resizeable&&
CurrentStatus.ImgPreviewerArray.indexOf(this.id)==-1&&CurrentStatus.ImgPreviewerArray.push(this.id);this.KeyControlable&&CurrentStatus.ImgPreviewerKeyControl.indexOf(this.id)==-1&&CurrentStatus.ImgPreviewerKeyControl.push(this.id);MapStatus.CreateMarker();if(typeof TagClass!="undefined")TagClass.getPicker.disabled=false}};
/*ºô®a*/
