function jsTargetBlank(url)
  {
    win = window.open(url);
    return (typeof(win) == 'object') ? true : false;
  }

