function losujMotyw()
    {
    var header_bar = document.getElementById('header_bar');
    header_bar.style.backgroundImage = 'url('+motywy[++lastMotywKey]+')';
    if(lastMotywKey==motywy.length-1) {lastMotywKey=0;}
    }
