$(document).ready(function(){$('#top, #footer').css({opacity:'0.95'});var hash=location.hash;if(hash){$('#navigation a[href$="'+location.hash+'"]').addClass("selected")};$('#navigation a').click(function(event){event.preventDefault();$('.closeBtn').css({display:'none'});$('#navigation a').removeClass('selected');$(this).addClass('selected');var nav=$(this).attr('href');$.scrollTo($(nav),1000,{axis:'y',easing:'',onAfter:function(){if($.browser.msie){}else{window.location.hash=nav};if($(window).scrollTop()>368){$('.closeBtn').fadeIn('slow')}}})});$('#quickButtons a').hover(function(){var src=$(this).find('img').attr('src');var nsrc=src.substring(0,src.length-8);$(this).stop().find('img').attr({src:nsrc+'On_btn.jpg'})},function(){var src=$(this).find('img').attr('src');var nsrc=src.substring(0,src.length-10);$(this).stop().find('img').attr({src:nsrc+'_btn.jpg'})});$('#container').prepend("<a href='#' class='closeBtn'><img src='images/close_btn.jpg' /></a>");$('a.closeBtn').hover(function(){$(this).stop().find('img').attr({src:"images/closeOn_btn.jpg"})},function(){$(this).stop().find('img').attr({src:"images/close_btn.jpg"})});$('a.closeBtn').click(function(event){event.preventDefault();$('#navigation a').removeClass('selected');$('.closeBtn').css({display:'none'});var nav=$(this).attr('href');$.scrollTo(0,1000,{axis:'y',easing:'',onAfter:function(){window.location.hash=nav;if($(window).scrollTop()>368){$('.closeBtn').fadeIn('slow')}}})});if($(window).scrollTop()<368){$('.closeBtn').css({display:'none'})}$(window).scroll(function(event){if($(window).scrollTop()<368){$('.closeBtn').css({display:'none'})}});$('.contentRealizacje a').css({opacity:'0.3'});$('.contentRealizacje').hover(function(){$(this).children('.contentRealizacjeLabel').stop().animate({backgroundColor:'#13A5DE'},500);$(this).children('.contentRealizacje a').stop().animate({opacity:'1'},500)},function(){$(this).children('.contentRealizacjeLabel').stop().animate({backgroundColor:'#4D4D4F'},500);$(this).children('.contentRealizacje a').stop().animate({opacity:'0.3'},500)});$('.contentRealizacje img').hover(function(){$(this).stop().animate({opacity:"0.1"},300)},function(){$(this).stop().animate({opacity:"1"},300)});$('.contentReferencje img').hover(function(){$(this).stop().animate({opacity:"0.1"},300)},function(){$(this).stop().animate({opacity:"1"},300)});$('.contentReferencje a').click(function(){var adres=$(this).attr('href');window.open(adres,'','width=500,height=700').focus();return false});$('.contentRealizacje a').colorbox({rel:'realizacje'});$('a[href^="http://"]').attr("target","_blank")});
