var overlays={},animate=!1,allowedBounds=new google.maps.LatLngBounds(new google.maps.LatLng(46.2,9),new google.maps.LatLng(49.2,18));
initMap=function(){var a={zoom:7,center:new google.maps.LatLng(47.7,13.5),mapTypeId:google.maps.MapTypeId.TERRAIN,navigationControl:!0,navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},mapTypeControl:!0,streetViewControl:!1,mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU}};map=new google.maps.Map(document.getElementById("map"),a);var a=[new google.maps.LatLng(0,-90),new google.maps.LatLng(0,90),new google.maps.LatLng(90,-90),new google.maps.LatLng(90,
90)],b=[new google.maps.LatLng(49.2,9),new google.maps.LatLng(49.2,18),new google.maps.LatLng(46.2,18),new google.maps.LatLng(46.2,9)];overlayPolygon=new google.maps.Polygon({paths:[a,b],strokeWeight:0,fillColor:"#fff",fillOpacity:0.5});overlayPolygon.setMap(map);google.maps.event.addListener(map,"zoom_changed",function(){map.getZoom()>maxZoomLevel?map.setZoom(maxZoomLevel):map.getZoom()<minZoomLevel&&map.setZoom(minZoomLevel)});animator=new overlayAnimator;overlay=new LightningDataOverlay(bounds,
map);startListener=google.maps.event.addListener(map,"tilesloaded",function(){removeStartListener();animator.showLast()});google.maps.event.addListener(map,"center_changed",function(){checkBounds()});dataUpdater(1,10+Math.floor(Math.random()*21))};$(function(){initMap();refreshSlider();hideLoading();$("#speed").change(function(){animationTimeout=$("#speed").val()})});
