// JavaScript Document
$(document).ready(function(){
	$('.center #content #kol_lewa .box_left p,h3').addClass('akapit');
	$('.programy table tbody tr:nth-child(even)').addClass('alt');
	$('.programy table tbody h4').addClass('nagl_tab1');
	$('.programy table tbody b').addClass('nagl_tab2');
	$('.programy table tbody tr td').addClass('marginesy');
	$('.programy table tbody ul li').addClass('listy_w_tabelach');
	$('.publikacje img').addClass('lewyobrazek vtip');
	$('.wydawnictwo img').addClass('lewyobrazek vtip');
	$('.glowne img').addClass('lewyobrazek');
	
});

$(document).ready(function(){
	$('a[href^=mailto:]').addClass('mailto');
	$('a[href$=.pdf]').addClass('pdf');
	$('a[name]').addClass('nagl_tab1');
	$('a[href$=.doc]').addClass('doc');
	$('a[href$=.zip]').addClass('zip');
});

$(document).ready(function(){
	$('.wiecej').hide();
		$('a.bottom_archiwum').click(function(){
			$('.wiecej').slideToggle(1000);})
			});

