function _blank(url) {
  otevreno = false;
  otevrit = window.open(url);    
  return (typeof(otevrit) == 'object') ? true : false;
}
