// Copyright (c) Position s.r.o.
// All rights reserved.
function cLayer(Name,Alt,ActiveName,ToolTip,ID,Column,Image,ImageWidth,ImageHeight,RenderDetailFunc,SearchEnabled){this.Name=(typeof(Name)=='undefined')?"":Name;this.Alt=(typeof(Alt)=='undefined')?"":Alt;this.ActiveName=(typeof(ActiveName)=='undefined')?"":ActiveName;this.ToolTip=(typeof(ToolTip)=='undefined')?"":ToolTip;this.ID=(typeof(ID)=='undefined')?"":ID;this.Column=(typeof(Column)=='undefined')?"":Column;this.Image=(typeof(Image)=='undefined')?"":Image;this.ImageWidth=(typeof(ImageWidth)=='undefined')?"":ImageWidth;this.ImageHeight=(typeof(ImageHeight)=='undefined')?"":ImageHeight;this.RenderDetailFunc=(typeof(RenderDetailFunc)=='undefined')?"":RenderDetailFunc;this.SearchEnabled=(typeof(SearchEnabled)=='undefined')?true:SearchEnabled;if(LayImageMinWidth<ImageWidth)LayImageMinWidth=this.ImageWidth}Layers=new Array();LayImageMinWidth=0;function CreateLayers(lng){var lla="lngLayersArray";{Layers=new Array(new cLayer(LNG.Get(lla,lng)[0][0],LNG.Get(lla,lng)[0][1],LNG.Get(lla,lng)[0][2],LNG.Get(lla,lng)[0][3],'TMCZ:Hotspots',2,"images/hotspot.gif",17,18,'renderDetailHotSpot'),new cLayer(LNG.Get(lla,lng)[1][0],LNG.Get(lla,lng)[1][1],LNG.Get(lla,lng)[1][2],LNG.Get(lla,lng)[1][3],'TMCZ:Store',2,"images/store.gif",16,15,'renderDetailStore'),new cLayer(LNG.Get(lla,lng)[2][0],LNG.Get(lla,lng)[2][1],LNG.Get(lla,lng)[2][2],LNG.Get(lla,lng)[2][3],'TMCZ:Dobi',2,"images/twist.gif",16,12,'renderDetailATM'));Layers_Index=new Array();for(var i=0;i<Layers.length;i++)Layers_Index[Layers[i].ID]=i}}function LayerNum(layname){result=-1;if(Layers_Index[layname]!==undefined)result=Layers_Index[layname];return result}