// JavaScript Document
$(document).ready(function() {
        $('#okno').s3Slider({
            timeOut: 7000
        });
      
        $('#okno2').s3Slider({
            timeOut: 10000 
        });
    });

