var mapInfoWindow=null;var popupWindow=null;$(function(){try{$('a[href^="http://"],form[action^="http://"],a[rel~=external],form[rel~=external]').attr("target","_blank");$("a[rel^=gallery]").prettyPhoto({social_tools:"",gallery_markup:"",show_title:false,hideflash:true});$("a.popup").each(function(){$(this).attr("href",$(this).attr("href")+"?popup=true&iframe=true&width=80%&height=100%").prettyPhoto({social_tools:"",gallery_markup:"",show_title:false,hideflash:true})});$("a.flash").each(function(){$(this).attr("href",$(this).attr("href")+"?width=760&height=600").prettyPhoto({social_tools:"",gallery_markup:"",show_title:false,hideflash:true})});$("body.bg-gradient-x").each(function(){$("html").addClass("bg-gradient-x")});$(".form-text").blur(function(){if($(this).val()===""){$(this).val($(this).attr("title"))}}).focus(function(){if($(this).val()===$(this).attr("title")){$(this).val("")}}).blur();$("#top-tooltip.scrollable-root").scrollable({circular:true,items:".scrollable-container"}).autoscroll({autoplay:true,interval:topScrollableTimeout*1000,autopause:true});$("#scrollable-middle-root.scrollable-root").scrollable({circular:true,items:".scrollable-container"}).navigator({navi:".scrollable-navigation"}).autoscroll({autoplay:true,interval:middleScrollableTimeout*1000,autopause:true});if(document.getElementById("map-container")){nccms.google.init("map-container",function(){nccms.google.setProxy("/GoogleMapsProxy.html");for(var c=0;c<markers.length;c++){var b=nccms.google.addMarker(new google.maps.LatLng(markers[c].lat,markers[c].lng),{clickable:true,title:markers[c].title,address:markers[c].address,time:markers[c].time,url:markers[c].url,icon:"http://www.google.com/intl/en_us/mapfiles/ms/icons/blue-dot.png"});google.maps.event.addListener(b,"click",function(d){if(null!==mapInfoWindow){mapInfoWindow.close()}if(this.url){mapInfoWindow=new google.maps.InfoWindow({maxWidth:500,content:'<p><a href="'+this.url+'"><strong>'+this.title+"</strong></a><br /><small>"+$.datepicker.formatDate("DD, dd MM yy",new Date(this.time))+"</small></p>\n<p>"+this.address+'</p><p><a href="'+this.url+'">szczegóły &raquo;</a></p>'})}else{mapInfoWindow=new google.maps.InfoWindow({content:"<p><strong>Wydawnictwo LOGI</strong>: Punkty sprzedaży</p>\n<p>"+this.title+"</p>"})}mapInfoWindow.open(nccms.google.map,this)})}});$("#map-search-form").submit(function(){nccms.google.findLocation($("#map-search-input").val(),function(b){$("#map-search-input").val(b[0].formatted_address)});return false})}if($("#middle").height()>$("#middle .scrollable-root").height()){$("#middle .scrollable-root").height($("#middle").height())}$("#facebook-like-root").mouseenter(function(){$(this).animate({marginRight:0})}).mouseleave(function(){$(this).animate({marginRight:-304})})}catch(a){alert(a)}});
