function NavigateTo(targetUrl)
  {
  document.location.href = targetUrl;
  }
