function openWindow1() {
    Okno = window.open("", "download", 'width=725, height=550, top=100, left=100, toolbar=0, location=0, scrollbars=1, resizable=1');
    Okno.focus();
}
