/* Created by webszok.net */

$(document).ready(function(){

 $(".p1 span").click(function(){
  $("#footer_form_txt").fadeOut(1000);
  $("#footer_txt").fadeOut(1000);
  $("#wrapper_box").slideUp(500,function(){
    $("#wrapper").animate({ 
        height: "300px"
      }, 1200 ).ready(function(){
     document.location.href='http://eko-lider.pl';
    });
  });
 });

});

/* jScrollPane */
document.write('<style type="text/css"><!-- #scrollbar_content {height: 320px;} --></style>');

