		$(function(){
			$('#dhl').jqTransform({imgPath:'jqtransformplugin/img/'});
		});
		
  $(document).ready(function(){
	$(".content").hide();

				   
	$("a h1").click(function(){
		if($(this).is(".active")) {
         $(this).toggleClass("active");
         $(this).parent().next(".content").slideToggle();
         return false;
		} else {
			$(".content:visible").slideUp("slow"); // close all visible divs with the class of .content
			$("h1.active").removeClass("active");  // remove the class active from all h1's with the class of .active


			$(this).parent().next(".content").slideToggle();
			return false;
		}
	});
});
  
  
  
  
  			Cufon.replace('.footer', { fontFamily: '01 Digitall', hover: {color: '#000'} });
			Cufon.replace('.uwaga', { fontFamily: 'Tahoma', hover: {color: '#000'} });
			Cufon.replace('.kt', { fontFamily: 'Tahoma', hover: {color: '#000'} });
			Cufon.replace('.gt', { fontFamily: 'Tahoma', hover: {color: '#000'} });
			Cufon.replace('.zw', { fontFamily: 'Tahoma', hover: {color: '#fff'} });
			Cufon.replace('.t', { fontFamily: 'Tahoma' });
			Cufon.replace('#ezjax_content', { fontFamily: 'Tahoma' });
			
			

			Cufon.replace('h2', { fontFamily: '01 Digitall' });
			Cufon.replace('h1', { fontFamily: '01 Digitall' });
			Cufon.replace('ul a', { fontFamily: '01 Digitall', textShadow: '#aaa -2px 2px', hover: {
			textShadow: '#aaa -2px 2px',
			color: '-linear-gradient(#FF9900, #000)'
	}});
				Cufon.replace('.okno', { fontFamily: 'Tahoma' });
	



			$(document).ready(function(){
				
				$('.ezjax').ezjax({	
					container: '#ezjax_content',
					initial: 'czesci.html',
					effect: 'slide',
					easing: 'easeOutBounce',
					
				});
				
			});
