$(document).ready(function(){window.CurrentPage=new FavPage();$(window).bind("unload",function(){window.CurrentPage.Dispose()})});function FavPage(){var b=null;if(AjaxMgr.GetBaseToolParams()==null){$(AjaxMgr).bind("OnBaseToolParamsLoaded",c)}else{c()}function c(){b=window.TopContent.SetMode(2,62.396396,17.525586,4);$(".ProductListItem").hover(a,a);if(window.Settings.Items){for(var d=0;d<window.Settings.Items.length;d++){if(parseFloat(window.Settings.Items[d].Lat)!=1000){b.AddMarker(window.Settings.Items[d].Id,window.Settings.Items[d].Lat,window.Settings.Items[d].Lng,{Icon:b.GetIcon("cat"+window.Settings.Items[d].Cat,true),Persistent:true,Title:window.Settings.Items[d].Title})}}b.CenterOnMarkers()}for(var d=0;d<window.Settings.Removed.length;d++){window.Favourites.Remove(window.Settings.Removed[d])}}this.Dispose=function(){b.Dispose()};this.RemoveFavourite=function(d){window.Favourites.Remove(d);b.RemoveMarker(d);$("#Product_"+d).animate({opacity:0},"slow").animate({height:0},"slow",function(){$(this).remove()})};this.Print=function(){b.Print()};function a(f){var d=$(f.currentTarget).attr("id").split("_");b.MarkerHover(parseInt(d[1]))}};
