$(function(){

/*
Polska, klikalna mapa województw - 350px | http://winstonwolf.pl/css,polska.html
script version: 2.3 by Winston Wolf | http://winstonwolf.pl
Copyright (C) 2009 - 2011 Winston_Wolf | All rights reserved
*/
  $('#mapa').prepend('<span id="loader">Ładowanie...</span>').addClass('script'); $('#mapa').find('li').hide();

  var mapUrl='/img/pl-240px.png'; 

  var mapImg=new Image();
  $(mapImg).load(function(){$('#loader').fadeOut(); $('#mapa').find('li').fadeIn(); $('#pl').find('a').prepend('<span class="map" />');
   for(var i=1;i<17;i++){ $('#pl .map').append('<span class="s'+i+'" />'); }
   if($('#mapa').hasClass('tooltip')){$('#pl').find('li').each(function(){ var tooltipName=$(this).children('a').text(); var tooltipLeft=$('.tt').outerWidth()/-2; var tooltipTop=$('.tt').outerHeight()/-2; $(this).append('<span class="tt">'+tooltipName+'</span>'); $('.tt').css({'display':'none','margin-left':tooltipLeft,'margin-top':tooltipTop});});$('#pl li').hover(function(){$(this).children(".tt:visible").hide(); $(this).children(".tt").show(); $(this).children("a").removeAttr('title');},function(){$(this).children(".tt").hide();});}
   }).error(function(){$('#loader').text('Brak mapy!'); $('#pl span').hide(); $('#mapa,#pl').css({'height':'auto','left':'0','margin':'0 auto'});
    }).attr('src',mapUrl);
  var loaderPos=$('#loader').outerWidth()/-2; $('#loader').css('margin-left',loaderPos);
  $('#pl').find('li').click(function(){window.location.href=$(this).children('a').attr('href');});
  $('#pl').find('li').click(function(){$('.active').removeClass();$(this).find('a').addClass('active');return false;});
  $('#pl').find('a').each(function(){if($(this).attr('href')===window.location.hash){$(this).addClass('active');}});


});
