function OpenBoxHelp(page)
{
  var _w=700;
  var _h=380;
  var lewo=(screen.width/2)-(_w/2);
  var gora=(screen.height/2)-(_h/2);
  window.open(page,'','height='+_h+', width='+_w+', alwaysRaised=yes, toolbar=no, menubar=no, location=no, personalbar=no, scrollbars=yes, directories=no, status=no, resizable=yes, left='+lewo+', top='+gora);
}
