

function okno(url) {
msg=window.open(url,"okienko","height=520,width=680,resizable=0,scrollbars=yes,menubar=no,toolbars=no");
msg.window.focus();
}
