function newWnd(href) {
  infWnd = window.open(href, 'NewWindow', 'toolbar=no,directories=no,menubar=no,scrollbars=yes,width=600,height=230,resizable=yes');
  infWnd.focus();
}

function nNewWnd(href)
{
  hrefwnd = window.open(href, "oblo", "");
  hrefwnd.window.location = href;
  hrefwnd.focus();
}

