jQuery(document).ready(function(){

if($.cookie('kontrast')) {
	$('body').find('img').attr('src','');
	$('body').find('img').replaceWith(function(){return $(this).attr('alt')});
	$('body').find('img').css('display','inline');
}	
	

$("#kontrast").click(function() {
	if($.cookie('kontrast')) 
		$.cookie('kontrast',null);	
	else		
		$.cookie('kontrast',1);
	window.location.reload();	
	
});	



if(!$.cookie('kontrast')) {


if($('#calendar').height()>$('#content-in').height()) {	
	$('#content-in').height($('#calendar').height());	
	
}

$('.wiecejziel').bind('mouseover', function() {	 	 	
 	$(this).attr("src",$(this).attr("src").replace(1,2));
});

$('.wiecejziel').bind('mouseout', function() {  
  $(this).attr("src",$(this).attr("src").replace(2,1));
});

	
$('.lightbox').lightBox({
	'txtImage':'Obrazek',
	'txtOf':'z'
	});

$("#pa").jCarouselLite({
    auto: 6000,
    speed: 1000,
    visible: 4
});

$('.menuposition').bind('mouseover',function(){
	$('span.m img.men',this).attr("src",$('img.men',this).attr("src").replace(1,2));
	$('.subm',this).show();
});

$('.menuposition').bind('mouseout',function(){
	$('span.m img.men',this).attr("src",$('img.men',this).attr("src").replace(2,1));
	$('.subm',this).hide()
});

	$('.subm-in').bind('mouseover',function(){
		$('.subsub',this).show();		
	});

	$('.subm-in').bind('mouseout',function(){
		$('.subsub',this).hide();		
	});

	$('.subsub').bind('mouseout',function(){
		$('.subsub',this).hide();		
	});

	$('.print').bind('click',function(){
	   
	   href=window.location.href;
		if(window.location.href.lastIndexOf('#')!=-1)
		{			
			href=window.location.href.substring(0,window.location.href.lastIndexOf('#'));
		}				
		window.open(href+'&iframe=1');		
	});

}


});
function tg_news(arg){
	if(!$.cookie('kontrast')) {
	if($('#b1').attr('src')=='/images/st_dol.png') {		
		$('#b1').attr('src','/images/st_gora.png');
		$('#b2').attr('src','/images/st_dol.png')
		$('#b2').parent().css('background-color','#A6A6A6');
		$('#b1').parent().css('background-color','#209FD4');
		$('#b1').parent().children().filter(':first').attr('src','/images/2_BAkt.png');
		$('#b2').parent().children().filter(':first').attr('src','/images/1_BAkt.png');
	}
	else{
		$('#b1').attr('src','/images/st_dol.png'); 	
		$('#b2').attr('src','/images/st_gora.png');
		$('#b1').parent().css('background-color','#A6A6A6');
		$('#b2').parent().css('background-color','#209FD4');				
		$('#b1').parent().children().filter(':first').attr('src','/images/1_BAkt.png');
		$('#b2').parent().children().filter(':first').attr('src','/images/2_BAkt.png');
	}
	$('#n1').toggle();
	$('#n2').toggle();
	}

}
function tg_kalendarz(obj){
	if(!$.cookie('kontrast')) {
	$('.kalendarz').hide();
	//$('.strzalka').attr("src",'/images/st_dol.png');
	if($(obj).parent().hasClass('active')) {
		$(obj).parent().css('background','#A6A6A6');
		$(obj).attr("src",'/images/st_dol.png');
		$(obj).parent().removeClass('active');
		$(obj).parent().children(':first-child').attr("src",$(obj).parent().children(':first-child').attr("src").replace(2,1));	
	}
	else {
		$(obj).parent().parent().children().removeClass('active');	
		$('.news2').children(':last-child').attr('src','/images/st_dol.png');
		$('.news2').children(':first-child').attr('src',$('.news2').children(':first-child').attr('src').replace(2,1));
		$('.news2').css('background','#A6A6A6');
		//console.log($('.news').children(':last-child'));
		$(obj).parent().parent().children(':last-child').attr('src','/images/st_dol.png');
		$(obj).parent().addClass('active')
		$(obj).parent().next().next().toggle();
		$(obj).parent().css('background','');
		$(obj).attr("src",'/images/st_gora.png');
		$(obj).parent().children(':first-child').attr("src",$(obj).parent().children(':first-child').attr("src").replace(1,2));
	}
	if($('#calendar').height()>$('#content-in').height()) {	
			$('#content-in').height($('#calendar').height());		
		}else
					$('#content-in').height($('#content-text').height());
	}
	
}

function tg_rozwin(obj){
	if(!$.cookie('kontrast')) {
	$('.kalendarz').hide();
	//$('.strzalka').attr("src",'/images/st_dol.png');
	if($(obj).parent().hasClass('active')) {
		$(obj).parent().css('background','#A6A6A6');
		$(obj).attr("src",'/images/st_dol.png');
		$(obj).parent().removeClass('active');
		$(obj).parent().children(':first-child').attr("src",$(obj).parent().children(':first-child').attr("src").replace(2,1));	
	}
	else {
		$(obj).parent().parent().children().removeClass('active');
	
		$('.news2').children(':last-child').attr('src','/images/st_dol.png');
		$('img.obz').each(function(){$(this).attr('src',$(this).attr('src').replace(2,1))});
		$('.news2').css('background','#A6A6A6');
		//console.log($('.news').children(':last-child'));
		$(obj).parent().parent().children(':last-child').attr('src','/images/st_dol.png');
		$(obj).parent().addClass('active')
		$(obj).parent().next().next().toggle();
		$(obj).parent().css('background','');
		$(obj).attr("src",'/images/st_gora.png');
		$(obj).parent().children(':first-child').attr("src",$(obj).parent().children(':first-child').attr("src").replace(1,2));
	}
	
	
		if($('#calendar').height()>$('#content-in').height()) {	
			$('#content-in').height($('#calendar').height());		
		}else
					$('#content-in').height($('#content-text').height());			
	
	}
	
}


