xajax.callback.global.onRequest = function(){jQuery('body').append('<div id="xajaxloadingMessage">ładowanie...</div>');jQuery('#xajaxloadingMessage').css("top",jQuery(document).scrollTop());};
//xajax.callback.global.onComplete = function(){jQuery('#xajaxloadingMessage').remove();};
xajax.callback.global.beforeResponseProcessing = function(){jQuery('#xajaxloadingMessage').remove();};
xajax.callback.global.onFailure = function(){alert('Problem z komunikacją... lub zostałeś wylogowany');};
jQuery('.b_main').css({'opacity':0}).animate({opacity:1},1500);
jQuery(function(){
    jQuery('.t4 .m_b div.news_news2 .text').hover(function(){jQuery(this).animate({color:'#fed1a0'})},function(){jQuery(this).animate({color:'white'})}) 
    jQuery('.menus_top a').bind('click',function(){var self=this;jQuery('.b_main').animate({opacity:0},500,function(){location.href=self.href;});return false;});    
		jQuery('.menus_top li ul').css({opacity:0.9});
    //jQuery('.menus_top a').bind('click',function(){var self=this;jQuery('.b_main').fadeOut(function(){location.href=self.href;});return false;});    
		jQuery('.my_krok .menu a').hover(function(){jQuery(this).animate({color:'white','backgroundColor':'#75610a'})},function(){jQuery(this).animate({color:'#75610a',backgroundColor:'black'})});
		jQuery('.menus_top .level1:not(.selected) > a').hover(function(){jQuery(this).animate({'backgroundColor':'#75610a'})},function(){jQuery(this).animate({backgroundColor:'black'})});
    });
    




