').cycle({fx:'fade',speed:'200',timeout:10000, pager:'#nav'});
$('#item').before('
').cycle({fx:'scrollLeft',speed:'300',timeout:6500, pager:'#navs'});
$('#mbk').fadeTo(200, 0.3);$('#mbk').hover(function(){$(this).fadeTo(200,1.0);},function(){$(this).fadeTo(200,0.3);});
$('.more a').hover(function(){$(this).append($('»'));},function(){$(this).find('b:last').remove();});
/*
mp.shortcuts.jquery
$('li.wh').hover(function(){$(this).addClass('tbg');$('.wMsg p').html($('#p'+this.id).html());},function(){$(this).removeClass('tbg');$('.wMsg p').text('');});
$('.wLinks').hover(function(){$('.wMsg h1').hide();$('.wMsg h2').hide();},function(){$('.wMsg h1').show();$('.wMsg h2').show();});
*/
$('.printVer ').hover(function(){$('.printVer small').fadeTo(50,1.0);},function(){$('.printVer small').fadeTo(50,0);});
$('.sInput').click(function(){if($(this).attr('value')=='szukaj...')$(this).attr('value','');});
$('#htmlcontent ol:not([class]) li').wrapInner('');
$('a[rel*="external"]').live('click',function(){this.target='_blank';}).addClass('extLink');
$('a[rel*="banner"]').live('click',function(){this.target='_blank';});
$('a[rel*="googlemaps"]').live('click',function(){this.target='_blank';});
$('img.showgal').live('click',function(){$('a.imgThumb:first').click();});
$(".bTabs").tabs(".bPanes > div", {history: true});
/* FAQ */
$('.answer').hide();
$('.qatoggle').text('Rozwiń');
$('.question').click(function(){$(this).next().slideToggle(300);});
$('.qatoggle').click(function(){var r=$(this).attr('id'); if($(this).attr('title')=='+'){$('#ol-'+r+' .answer').slideUp(300);$(this).attr('title','-').text('Rozwiń');}else{$('#ol-'+r+' .answer').slideDown(300);$(this).attr('title','+').text('Zwiń');}});
if (window.location.hash) $(window.location.hash + ' .answer').show();
/* END: FAQ */
$('#debugTools a').fadeTo(200, 0.3);$('#debugTools a').hover(function(){$(this).fadeTo(200, 1.0);},function(){$(this).fadeTo(200, 0.3);});
});
$(document).ready(function(){$("a[rel^='prettyPhoto']").prettyPhoto({
animation_speed:100,
theme:'binar',
opacity:0.55,
show_title:false,
allow_resize:true,
default_width:500,
default_height:344,
slideshow: false,
autoplay:false,
modal:false,
overlay_gallery:false,
counter_separator_label:' / ',
keyboard_shortcuts:true});
});