function openWindow1() {
    Okno = window.open("", "korn-iii-player", 'width=300, height=310, top=100, left=100, toolbar=0, location=0, scrollbars=1, resizable=1');
    Okno.focus();
}