
     image2 = new Image();
     image2.src = "img/b2a.gif";
     image4 = new Image();
     image4.src = "img/b2b.gif";
     image5 = new Image();
     image5.src = "img/po/belka3bon.jpg";
      
     function blurAnchors()
     {
      if(document.getElementsByTagName) 
   	{
         var a = document.getElementsByTagName("a");
         for(var i = 0; i < a.length; i++) a[i].onfocus = function(){this.blur();}; 
       }
     }
     window.onload = blurAnchors;
     
     
     $(document).ready(function(){
      
            $('table.t1 tr:odd').css('background-color', '#f4ebdb');
           // $('table.t1').attr('cellpadding', '0').attr('cellspacing', '0');
            
            $('.menu2:last').css('border-bottom','0px');
            
            $('.lightbox').lightBox();
            
            $('.elink').safe_mail('biuro', 'neolit', 'pl');  
      
            
            $('ul#homeanim').innerfade({type: 'random_start', timeout: 2500});
				
				$('.animRight img').hover(function(){
               $(this).animate({opacity: 1});
               
               imgg = $(this).attr('src');
               imgg = imgg.charAt(10);
               imgg = parseInt(imgg)-1;
                  $('ul#homeanim').remove();
                  $('ul#homeanim2').show();
                  $('ul#homeanim2 li').hide();
                  $('ul#homeanim2 li:eq('+imgg+')').show();

            }, function(){
               $(this).animate({opacity: 0.8});
               
            }).each(function(){
              $(this).animate({opacity: 0.8});
            });
            
            $('.rimg, .realizacjaimg, .galleryimg').hover(function(){
               $(this).addClass('imgover');
               
            }, function(){
               $(this).removeClass('imgover');
            });
            
     });
