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