
function okno(url) {
        var WinFotka = window.open(url,"win1",'width=700,height=530,resizable=0,scrollbars=never,menubar=no');

}
